Lines Matching defs:REG_WMSK_BITS
101 #define PLL_PWR_DN REG_WMSK_BITS(1, 1, 0x1)
102 #define PLL_PWR_ON REG_WMSK_BITS(0, 1, 0x1)
103 #define PLL_RESET REG_WMSK_BITS(1, 5, 0x1)
104 #define PLL_RESET_RESUME REG_WMSK_BITS(0, 5, 0x1)
107 #define PLL_BYPASS REG_WMSK_BITS(1, 0, 0x1)
108 #define PLL_NO_BYPASS REG_WMSK_BITS(0, 0, 0x1)
115 #define PLL_SLOW_BITS REG_WMSK_BITS(PLL_SLOW, 8, 0x3)
116 #define PLL_NORM_BITS REG_WMSK_BITS(PLL_NORM, 8, 0x3)
117 #define PLL_DEEP_BITS REG_WMSK_BITS(PLL_DEEP, 8, 0x3)
127 #define REG_WMSK_BITS(bits, bits_shift, msk) \