Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dmeson-gx-mmc.c87 #define SD_EMMC_STATUS 0x48 macro
940 raw_status = readl(host->regs + SD_EMMC_STATUS); in meson_mmc_irq()
951 writel(status, host->regs + SD_EMMC_STATUS); in meson_mmc_irq()
1018 return readl_poll_timeout(host->regs + SD_EMMC_STATUS, status, in meson_mmc_wait_desc_stop()
1080 regval = readl(host->regs + SD_EMMC_STATUS); in meson_mmc_card_busy()
1219 writel(IRQ_EN_MASK, host->regs + SD_EMMC_STATUS); in meson_mmc_probe()