Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/mmc/host/
Dmxcmmc.c48 #define MMC_REG_STATUS 0x04 macro
351 stat = mxcmci_readl(host, MMC_REG_STATUS); in mxcmci_dma_callback()
516 stat = mxcmci_readl(host, MMC_REG_STATUS); in mxcmci_poll_status()
624 MMC_REG_STATUS); in mxcmci_datawork()
704 stat = mxcmci_readl(host, MMC_REG_STATUS); in mxcmci_irq()
708 MMC_REG_STATUS); in mxcmci_irq()
717 mxcmci_writel(host, STATUS_WRITE_OP_DONE, MMC_REG_STATUS); in mxcmci_irq()
720 mxcmci_writel(host, STATUS_SDIO_INT_ACTIVE, MMC_REG_STATUS); in mxcmci_irq()
948 unsigned int stat = mxcmci_readl(host, MMC_REG_STATUS); in mxcmci_watchdog()