sticky3           865 sound/soc/codecs/cs35l34.c 	unsigned int sticky1, sticky2, sticky3, sticky4;
sticky3           871 sound/soc/codecs/cs35l34.c 	regmap_read(cs35l34->regmap, CS35L34_INT_STATUS_3, &sticky3);
sticky3           880 sound/soc/codecs/cs35l34.c 	if (!(sticky1 & ~mask1) && !(sticky2 & ~mask2) && !(sticky3 & ~mask3)
sticky3           969 sound/soc/codecs/cs35l34.c 	if (sticky3 & CS35L34_BST_HIGH) {
sticky3           977 sound/soc/codecs/cs35l34.c 	if (sticky3 & CS35L34_LBST_SHORT) {
sticky3          1111 sound/soc/codecs/cs35l35.c 	unsigned int sticky1, sticky2, sticky3, sticky4;
sticky3          1116 sound/soc/codecs/cs35l35.c 	regmap_read(cs35l35->regmap, CS35L35_INT_STATUS_3, &sticky3);
sticky3          1126 sound/soc/codecs/cs35l35.c 	if (!(sticky1 & ~mask1) && !(sticky2 & ~mask2) && !(sticky3 & ~mask3)
sticky3          1211 sound/soc/codecs/cs35l35.c 	if (sticky3 & CS35L35_BST_HIGH) {
sticky3          1219 sound/soc/codecs/cs35l35.c 	if (sticky3 & CS35L35_LBST_SHORT) {