Home
last modified time | relevance | path

Searched refs:SDHCI_DATA_0_LVL_MASK (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/mmc/host/
Dsdhci.h80 #define SDHCI_DATA_0_LVL_MASK 0x00100000 macro
Dsdhci.c2736 return !(present_state & SDHCI_DATA_0_LVL_MASK); in sdhci_card_busy()