Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mmc/host/
Dmxcmmc.c120 struct mxcmci_host { struct
121 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 …]
/kernel/linux/linux-6.6/drivers/mmc/host/
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 …]