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
120 struct mmc_host *mmc;
121 void __iomem *base;
122 dma_addr_t phys_base;
123 int detect_irq;
124 struct dma_chan *dma;
125 struct dma_async_tx_descriptor *desc;
126 int do_dma;
127 int default_irq_mask;
128 int use_sdio;
[all …]
/openbmc/u-boot/drivers/mmc/
H A Dmxcmmc.c102 struct mxcmci_host { struct
124 static struct mxcmci_host mxcmci_host; argument