Searched refs:WM8960_POWER3_ROMIX_SHIFT (Results 1 – 10 of 10) sorted by relevance
198 #define WM8960_POWER3_ROMIX_SHIFT 0x02 macro
120 ((uint16_t)isEnabled << WM8960_POWER3_ROMIX_SHIFT)); in WM8960_SetModule()
1925 #define WM8960_POWER3_ROMIX_SHIFT (2U) macro1926 #define WM8960_POWER3_ROMIX_SET(x) (((uint16_t)(x) << WM8960_POWER3_ROMIX_SHIFT) & WM8960_POWER3_RO…1927 …M8960_POWER3_ROMIX_GET(x) (((uint16_t)(x) & WM8960_POWER3_ROMIX_MASK) >> WM8960_POWER3_ROMIX_SHIFT)
161 ((uint16_t)enable << WM8960_POWER3_ROMIX_SHIFT))); in wm8960_set_module()
160 ((uint16_t)enable << WM8960_POWER3_ROMIX_SHIFT))); in wm8960_set_module()
Completed in 62 milliseconds