Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/host/
Dmxcmmc.c53 #define MMC_REG_STATUS 0x04 macro
375 stat = mxcmci_readl(host, MMC_REG_STATUS); in mxcmci_dma_callback()
540 stat = mxcmci_readl(host, MMC_REG_STATUS); in mxcmci_poll_status()
648 MMC_REG_STATUS); in mxcmci_datawork()
726 stat = mxcmci_readl(host, MMC_REG_STATUS); in mxcmci_irq()
730 MMC_REG_STATUS); in mxcmci_irq()
739 mxcmci_writel(host, STATUS_WRITE_OP_DONE, MMC_REG_STATUS); in mxcmci_irq()
742 mxcmci_writel(host, STATUS_SDIO_INT_ACTIVE, MMC_REG_STATUS); in mxcmci_irq()
971 unsigned int stat = mxcmci_readl(host, MMC_REG_STATUS); in mxcmci_watchdog()