Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dmxcmmc.c119 struct mxcmci_host { struct
121 void __iomem *base;
123 int detect_irq;
126 int do_dma;
128 int use_sdio;
139 u16 rev_no;
145 int clock;
148 spinlock_t lock;
150 int burstlen;
151 int dmareq;
[all …]
/openbmc/u-boot/drivers/mmc/
H A Dmxcmmc.c102 struct mxcmci_host { struct
124 static struct mxcmci_host mxcmci_host; variable