Searched refs:WM8960_POWER1_AINL_SHIFT (Results 1 – 10 of 10) sorted by relevance
155 #define WM8960_POWER1_AINL_SHIFT 0x05 macro
89 ((uint16_t)isEnabled << WM8960_POWER1_AINL_SHIFT)); in WM8960_SetModule()
1141 #define WM8960_POWER1_AINL_SHIFT (5U) macro1142 #define WM8960_POWER1_AINL_SET(x) (((uint16_t)(x) << WM8960_POWER1_AINL_SHIFT) & WM8960_POWER1_AINL…1143 …e WM8960_POWER1_AINL_GET(x) (((uint16_t)(x) & WM8960_POWER1_AINL_MASK) >> WM8960_POWER1_AINL_SHIFT)
132 ((uint16_t)enable << WM8960_POWER1_AINL_SHIFT))); in wm8960_set_module()
131 ((uint16_t)enable << WM8960_POWER1_AINL_SHIFT))); in wm8960_set_module()
Completed in 46 milliseconds