Lines Matching defs:owl_mmc_host
97 struct owl_mmc_host { struct
98 struct device *dev;
99 struct reset_control *reset;
100 void __iomem *base;
101 struct clk *clk;
102 struct completion sdc_complete;
103 spinlock_t lock;
104 int irq;
105 u32 clock;
106 bool ddr_50;
108 enum dma_data_direction dma_dir;
109 struct dma_chan *dma;
110 struct dma_async_tx_descriptor *desc;
111 struct dma_slave_config dma_cfg;
112 struct completion dma_complete;
136 struct owl_mmc_host *owl_host = devid; in owl_irq_handler() argument