Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/
H A Domap_mmc.h230 #define PSTATE_DLEV_DAT0 (0x1 << 20) macro
/openbmc/linux/drivers/mmc/host/
H A Dsdhci-omap.c52 #define PSTATE_DLEV_DAT0 BIT(20) macro
530 if ((reg & PSTATE_DATI) || !(reg & PSTATE_DLEV_DAT0)) in sdhci_omap_card_busy()
/openbmc/u-boot/drivers/mmc/
H A Domap_hsmmc.c448 dat0_high = !!(readl(&mmc_base->pstate) & PSTATE_DLEV_DAT0); in omap_hsmmc_wait_dat0()