Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dmmci.c374 if (readl(host->base + MMCISTATUS) & host->variant->busy_detect_flag) in mmci_card_busy()
753 status = readl(base + MMCISTATUS); in ux500_busy_complete()
970 status = readl(host->base + MMCISTATUS); in mmci_dmae_finalize()
1569 status = readl(host->base + MMCISTATUS); in ux500_busy_timeout_work()
1610 u32 status = readl(host->base + MMCISTATUS); in mmci_pio_read()
1648 status = readl(base + MMCISTATUS); in mmci_pio_read()
1683 status = readl(base + MMCISTATUS); in mmci_pio_write()
1700 status = readl(base + MMCISTATUS); in mmci_pio_irq()
1738 status = readl(base + MMCISTATUS); in mmci_pio_irq()
1776 status = readl(host->base + MMCISTATUS); in mmci_irq()
H A Dmmci_stm32_sdmmc.c444 sdmmc_status = readl_relaxed(base + MMCISTATUS); in sdmmc_busy_complete()
678 ret = readl_relaxed_poll_timeout(host->base + MMCISTATUS, in sdmmc_post_sig_volt_switch()
H A Dmmci.h138 #define MMCISTATUS 0x034 macro