Searched refs:MMCISTATUS (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/mmc/host/
H A Dmmci.c378 if (readl(host->base + MMCISTATUS) & host->variant->busy_detect_flag)
747 * MMCISTATUS register here, to allow the busy bit to be set.
758 status = readl(base + MMCISTATUS);
784 * status bit in MMCISTATUS for the busy state. Therefore
975 status = readl(host->base + MMCISTATUS);
1574 status = readl(host->base + MMCISTATUS);
1615 u32 status = readl(host->base + MMCISTATUS);
1653 status = readl(base + MMCISTATUS);
1688 status = readl(base + MMCISTATUS);
1705 status = readl(base + MMCISTATUS);
[all...]
H A Dmmci.h138 #define MMCISTATUS 0x034 macro
318 * @busy_detect_flag: bitmask identifying the bit in the MMCISTATUS register
330 * @start_err: bitmask identifying the STARTBITERR bit inside MMCISTATUS
H A Dmmci_stm32_sdmmc.c444 sdmmc_status = readl_relaxed(base + MMCISTATUS);
678 ret = readl_relaxed_poll_timeout(host->base + MMCISTATUS,

Completed in 194 milliseconds