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

/linux-master/sound/soc/codecs/
H A Dcs35l33.c962 unsigned int sticky_val1, sticky_val2, current_val, mask1, mask2; local
967 &sticky_val1);
974 if (!(sticky_val1 & ~mask1) && !(sticky_val2 & ~mask2))
982 if (sticky_val1 & CS35L33_AMP_SHORT) {
1000 if (sticky_val1 & CS35L33_CAL_ERR) {
1020 if (sticky_val1 & CS35L33_OTE) {
1035 if (sticky_val1 & CS35L33_OTW) {
1049 if (CS35L33_ALIVE_ERR & sticky_val1)
1052 if (CS35L33_MCLK_ERR & sticky_val1)

Completed in 105 milliseconds