Searched defs:mxcmci_host (Results 1 – 2 of 2) sorted by relevance
119 struct mxcmci_host { struct120 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 …]
102 struct mxcmci_host { struct124 static struct mxcmci_host mxcmci_host; argument