Searched refs:DLL_RDY_MASK (Results 1 – 2 of 2) sorted by relevance
32 #define DLL_RDY_MASK BIT(5) macro33 #define IS_DLLRDY(x) ((x) & DLL_RDY_MASK)
67 #define DLL_RDY_MASK 0x10 macro237 ret = arasan_phy_sts_poll(host, DLL_STATUS, DLL_RDY_MASK); in arasan_phy_set()