Home
last modified time | relevance | path

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

/drivers/mmc/host/
Dmxcmmc.c207 static inline u32 mxcmci_readl(struct mxcmci_host *host, int reg) in mxcmci_readl() function
372 stat = mxcmci_readl(host, MMC_REG_STATUS); in mxcmci_dma_callback()
537 stat = mxcmci_readl(host, MMC_REG_STATUS); in mxcmci_poll_status()
561 *buf++ = cpu_to_le32(mxcmci_readl(host, MMC_REG_BUFFER_ACCESS)); in mxcmci_pull()
573 tmp = cpu_to_le32(mxcmci_readl(host, MMC_REG_BUFFER_ACCESS)); in mxcmci_pull()
726 stat = mxcmci_readl(host, MMC_REG_STATUS); in mxcmci_irq()
926 int_cntr = mxcmci_readl(host, MMC_REG_INT_CNTR); in mxcmci_enable_sdio_irq()
971 unsigned int stat = mxcmci_readl(host, MMC_REG_STATUS); in mxcmci_watchdog()