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

/linux-master/sound/soc/codecs/aw88395/
H A Daw88395_reg.h271 #define AW88395_VOL_START_BIT (6) macro
274 (~(((1<<AW88395_VOL_BITS_LEN)-1) << AW88395_VOL_START_BIT))
H A Daw88395_device.c275 real_value = (real_value << AW88395_VOL_START_BIT) | (reg_value & AW88395_VOL_MASK);
1039 AW88395_VOL_START_BIT;

Completed in 112 milliseconds