Searched refs:AW_PID_2049_VOL_START_BIT (Results 1 – 2 of 2) sorted by relevance
123 real_value = (real_value << AW_PID_2049_VOL_START_BIT) | (reg_value & AW_PID_2049_VOL_MASK); in aw883xx_set_volume()140 real_value = reg_value >> AW_PID_2049_VOL_START_BIT; in aw883xx_get_volume()477 aw_pa->volume_desc.shift = AW_PID_2049_VOL_START_BIT; in aw883xx_dev_init()
1132 #define AW_PID_2049_VOL_START_BIT (6) macro1135 (~(((1<<AW_PID_2049_VOL_BITS_LEN)-1) << AW_PID_2049_VOL_START_BIT))1139 (AW_PID_2049_VOL_DEFAULT_VALUE << AW_PID_2049_VOL_START_BIT)