Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dmxcmmc.c185 static inline u32 mxcmci_readl(struct mxcmci_host *host, int reg) in mxcmci_readl() function
350 stat = mxcmci_readl(host, MMC_REG_STATUS); in mxcmci_dma_callback()
515 stat = mxcmci_readl(host, MMC_REG_STATUS); in mxcmci_poll_status()
539 *buf++ = cpu_to_le32(mxcmci_readl(host, MMC_REG_BUFFER_ACCESS)); in mxcmci_pull()
551 tmp = cpu_to_le32(mxcmci_readl(host, MMC_REG_BUFFER_ACCESS)); in mxcmci_pull()
703 stat = mxcmci_readl(host, MMC_REG_STATUS); in mxcmci_irq()
903 int_cntr = mxcmci_readl(host, MMC_REG_INT_CNTR); in mxcmci_enable_sdio_irq()
947 unsigned int stat = mxcmci_readl(host, MMC_REG_STATUS); in mxcmci_watchdog()