Home
last modified time | relevance | path

Searched refs:MMCISTATUS (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/mmc/host/
Dmmci.c222 if (readl(host->base + MMCISTATUS) & host->variant->busy_detect_flag) in mmci_card_busy()
515 status = readl(host->base + MMCISTATUS); in mmci_dma_finalize()
1006 (readl(base + MMCISTATUS) & host->variant->busy_detect_flag)) { in mmci_cmd_irq()
1095 u32 status = readl(host->base + MMCISTATUS); in mmci_pio_read()
1133 status = readl(base + MMCISTATUS); in mmci_pio_read()
1168 status = readl(base + MMCISTATUS); in mmci_pio_write()
1185 status = readl(base + MMCISTATUS); in mmci_pio_irq()
1223 status = readl(base + MMCISTATUS); in mmci_pio_irq()
1261 status = readl(host->base + MMCISTATUS); in mmci_irq()
Dmmci.h106 #define MMCISTATUS 0x034 macro