Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/phy/intel/
Dphy-intel-lgm-emmc.c41 #define CALDONE_MASK BIT(9) macro
43 #define IS_CALDONE(x) ((x) & CALDONE_MASK)
/linux-6.12.1/drivers/mmc/host/
Dsdhci_am654.c67 #define CALDONE_MASK BIT(CALDONE_SHIFT) macro
745 if (~val & CALDONE_MASK) { in sdhci_am654_init()
751 val & CALDONE_MASK, in sdhci_am654_init()
1005 if (~val & CALDONE_MASK) { in sdhci_am654_restore()
1011 val & CALDONE_MASK, in sdhci_am654_restore()
Dsdhci-pci-arasan.c66 #define CALDONE_MASK 0x10 macro
160 ret = arasan_phy_sts_poll(host, IPAD_STS, CALDONE_MASK); in arasan_phy_init()