Searched refs:WM8960_POWER2_ROUT1_SHIFT (Results 1 – 10 of 10) sorted by relevance
183 #define WM8960_POWER2_ROUT1_SHIFT 0x05 macro
97 ((uint16_t)isEnabled << WM8960_POWER2_ROUT1_SHIFT)); in WM8960_SetModule()
1250 #define WM8960_POWER2_ROUT1_SHIFT (5U) macro1251 #define WM8960_POWER2_ROUT1_SET(x) (((uint16_t)(x) << WM8960_POWER2_ROUT1_SHIFT) & WM8960_POWER2_RO…1252 …M8960_POWER2_ROUT1_GET(x) (((uint16_t)(x) & WM8960_POWER2_ROUT1_MASK) >> WM8960_POWER2_ROUT1_SHIFT)
144 ((uint16_t)enable << WM8960_POWER2_ROUT1_SHIFT))); in wm8960_set_module()
143 ((uint16_t)enable << WM8960_POWER2_ROUT1_SHIFT))); in wm8960_set_module()
Completed in 40 milliseconds