Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dmxcmmc.c185 static inline u32 mxcmci_readl(struct mxcmci_host *host, int reg) in mxcmci_readl() function
357 stat = mxcmci_readl(host, MMC_REG_STATUS); in mxcmci_dma_callback()
522 stat = mxcmci_readl(host, MMC_REG_STATUS); in mxcmci_poll_status()
545 *buf++ = cpu_to_le32(mxcmci_readl(host, MMC_REG_BUFFER_ACCESS)); in mxcmci_pull()
557 tmp = cpu_to_le32(mxcmci_readl(host, MMC_REG_BUFFER_ACCESS)); in mxcmci_pull()
716 stat = mxcmci_readl(host, MMC_REG_STATUS); in mxcmci_irq()
916 int_cntr = mxcmci_readl(host, MMC_REG_INT_CNTR); in mxcmci_enable_sdio_irq()
960 unsigned int stat = mxcmci_readl(host, MMC_REG_STATUS); in mxcmci_watchdog()