Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dpxamci.h6 #define MMC_STAT 0x0004 macro
H A Dpxamci.c118 if (readl(host->base + MMC_STAT) & STAT_CLK_EN) { in pxamci_stop_clock()
125 v = readl(host->base + MMC_STAT); in pxamci_stop_clock()
382 unsigned stat = readl(host->base + MMC_STAT); in pxamci_irq()
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h2069 #define MMC_STAT 0x41100004 /* MMC Status Register (read only) */ macro