Home
last modified time | relevance | path

Searched refs:AW_PID_2049_VOL_START_BIT (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/sound/soc/codecs/aw883xx/
H A Daw_init.c123 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()
H A Daw_pid_2049_reg.h1132 #define AW_PID_2049_VOL_START_BIT (6) macro
1135 (~(((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)