Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dmxcmmc.c47 #define MMC_REG_STATUS 0x04 macro
350 stat = mxcmci_readl(host, MMC_REG_STATUS); in mxcmci_dma_callback()
515 stat = mxcmci_readl(host, MMC_REG_STATUS); in mxcmci_poll_status()
623 MMC_REG_STATUS); in mxcmci_datawork()
703 stat = mxcmci_readl(host, MMC_REG_STATUS); in mxcmci_irq()
707 MMC_REG_STATUS); in mxcmci_irq()
716 mxcmci_writel(host, STATUS_WRITE_OP_DONE, MMC_REG_STATUS); in mxcmci_irq()
719 mxcmci_writel(host, STATUS_SDIO_INT_ACTIVE, MMC_REG_STATUS); in mxcmci_irq()
947 unsigned int stat = mxcmci_readl(host, MMC_REG_STATUS); in mxcmci_watchdog()