Home
last modified time | relevance | path

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

/linux-6.6.21/sound/soc/codecs/aw88395/
Daw88395_reg.h272 #define AW88395_VOL_START_BIT (6) macro
275 (~(((1<<AW88395_VOL_BITS_LEN)-1) << AW88395_VOL_START_BIT))
Daw88395_device.c275 real_value = (real_value << AW88395_VOL_START_BIT) | (reg_value & AW88395_VOL_MASK); in aw_dev_set_volume()
1045 AW88395_VOL_START_BIT; in aw_dev_update_reg_container()