Searched defs:mxcmci_host (Results 1 – 2 of 2) sorted by relevance
120 struct mxcmci_host { struct121 struct mmc_host *mmc;122 void __iomem *base;123 dma_addr_t phys_base;124 int detect_irq;125 struct dma_chan *dma;126 struct dma_async_tx_descriptor *desc;127 int do_dma;128 int default_irq_mask;129 int use_sdio;[all …]
102 struct mxcmci_host { struct124 static struct mxcmci_host mxcmci_host; argument