Searched refs:SDHCI_DATA_LVL_MASK (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/mmc/host/ | ||
D | sdhci.h | 73 #define SDHCI_DATA_LVL_MASK 0x00F00000 macro |
D | sdhci.c | 1877 return !(present_state & SDHCI_DATA_LVL_MASK); in sdhci_card_busy() |