Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dmxcmmc.c202 static inline u32 mxcmci_readl(struct mxcmci_host *host, int reg) in mxcmci_readl() function
367 stat = mxcmci_readl(host, MMC_REG_STATUS); in mxcmci_dma_callback()
532 stat = mxcmci_readl(host, MMC_REG_STATUS); in mxcmci_poll_status()
556 *buf++ = cpu_to_le32(mxcmci_readl(host, MMC_REG_BUFFER_ACCESS)); in mxcmci_pull()
568 tmp = cpu_to_le32(mxcmci_readl(host, MMC_REG_BUFFER_ACCESS)); in mxcmci_pull()
720 stat = mxcmci_readl(host, MMC_REG_STATUS); in mxcmci_irq()
920 int_cntr = mxcmci_readl(host, MMC_REG_INT_CNTR); in mxcmci_enable_sdio_irq()
964 unsigned int stat = mxcmci_readl(host, MMC_REG_STATUS); in mxcmci_watchdog()
/kernel/linux/linux-6.6/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()

Completed in 4 milliseconds