Home
last modified time | relevance | path

Searched defs:owl_mmc_host (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/mmc/host/
H A Dowl-mmc.c98 struct owl_mmc_host { struct
99 struct device *dev;
100 struct reset_control *reset;
101 void __iomem *base;
102 struct clk *clk;
104 spinlock_t lock;
105 int irq;
106 u32 clock;
107 bool ddr_50;
110 struct dma_chan *dma;
[all …]