Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mmc/host/
Dmmci.c302 if (readl(host->base + MMCISTATUS) & host->variant->busy_detect_flag) in mmci_card_busy()
753 status = readl(host->base + MMCISTATUS); in mmci_dmae_finalize()
1240 (readl(base + MMCISTATUS) & host->variant->busy_detect_flag)) { in mmci_cmd_irq()
1343 u32 status = readl(host->base + MMCISTATUS); in mmci_pio_read()
1381 status = readl(base + MMCISTATUS); in mmci_pio_read()
1416 status = readl(base + MMCISTATUS); in mmci_pio_write()
1433 status = readl(base + MMCISTATUS); in mmci_pio_irq()
1471 status = readl(base + MMCISTATUS); in mmci_pio_irq()
1509 status = readl(host->base + MMCISTATUS); in mmci_irq()
Dmmci.h138 #define MMCISTATUS 0x034 macro