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

/linux-master/sound/soc/codecs/
H A Dcs35l34.c866 unsigned int sticky1, sticky2, sticky3, sticky4; local
872 regmap_read(cs35l34->regmap, CS35L34_INT_STATUS_3, &sticky3);
881 if (!(sticky1 & ~mask1) && !(sticky2 & ~mask2) && !(sticky3 & ~mask3)
970 if (sticky3 & CS35L34_BST_HIGH) {
978 if (sticky3 & CS35L34_LBST_SHORT) {
H A Dcs35l35.c1107 unsigned int sticky1, sticky2, sticky3, sticky4; local
1112 regmap_read(cs35l35->regmap, CS35L35_INT_STATUS_3, &sticky3);
1122 if (!(sticky1 & ~mask1) && !(sticky2 & ~mask2) && !(sticky3 & ~mask3)
1207 if (sticky3 & CS35L35_BST_HIGH) {
1215 if (sticky3 & CS35L35_LBST_SHORT) {

Completed in 279 milliseconds