Home
last modified time | relevance | path

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

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

Completed in 11 milliseconds