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

/linux-master/sound/soc/codecs/
H A Dcs35l35.c1107 unsigned int sticky1, sticky2, sticky3, sticky4; local
1113 regmap_read(cs35l35->regmap, CS35L35_INT_STATUS_2, &sticky2);
1122 if (!(sticky1 & ~mask1) && !(sticky2 & ~mask2) && !(sticky3 & ~mask3)
1126 if (sticky2 & CS35L35_PDN_DONE)
1223 if (sticky2 & CS35L35_VPBR_ERR)
H A Dcs35l34.c866 unsigned int sticky1, sticky2, sticky3, sticky4; local
873 regmap_read(cs35l34->regmap, CS35L34_INT_STATUS_2, &sticky2);
881 if (!(sticky1 & ~mask1) && !(sticky2 & ~mask2) && !(sticky3 & ~mask3)

Completed in 181 milliseconds