Searched refs:MMCISTATUS (Results 1 – 3 of 3) sorted by relevance
343 if (readl(host->base + MMCISTATUS) & host->variant->busy_detect_flag) in mmci_card_busy()675 (readl(base + MMCISTATUS) & host->variant->busy_detect_flag)) { in ux500_busy_complete()868 status = readl(host->base + MMCISTATUS); in mmci_dmae_finalize()1455 u32 status = readl(host->base + MMCISTATUS); in mmci_pio_read()1493 status = readl(base + MMCISTATUS); in mmci_pio_read()1528 status = readl(base + MMCISTATUS); in mmci_pio_write()1545 status = readl(base + MMCISTATUS); in mmci_pio_irq()1583 status = readl(base + MMCISTATUS); in mmci_pio_irq()1621 status = readl(host->base + MMCISTATUS); in mmci_irq()
391 sdmmc_status = readl_relaxed(base + MMCISTATUS); in sdmmc_busy_complete()546 ret = readl_relaxed_poll_timeout(host->base + MMCISTATUS, in sdmmc_post_sig_volt_switch()
138 #define MMCISTATUS 0x034 macro