Home
last modified time | relevance | path

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

/linux/drivers/phy/intel/
H A Dphy-intel-lgm-emmc.c41 #define CALDONE_MASK BIT(9) macro
43 #define IS_CALDONE(x) ((x) & CALDONE_MASK)
/linux/drivers/mmc/host/
H 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()