sticky1           865 sound/soc/codecs/cs35l34.c 	unsigned int sticky1, sticky2, sticky3, sticky4;
sticky1           873 sound/soc/codecs/cs35l34.c 	regmap_read(cs35l34->regmap, CS35L34_INT_STATUS_1, &sticky1);
sticky1           880 sound/soc/codecs/cs35l34.c 	if (!(sticky1 & ~mask1) && !(sticky2 & ~mask2) && !(sticky3 & ~mask3)
sticky1           886 sound/soc/codecs/cs35l34.c 	if (sticky1 & CS35L34_CAL_ERR) {
sticky1           906 sound/soc/codecs/cs35l34.c 	if (sticky1 & CS35L34_ALIVE_ERR)
sticky1           909 sound/soc/codecs/cs35l34.c 	if (sticky1 & CS35L34_AMP_SHORT) {
sticky1           929 sound/soc/codecs/cs35l34.c 	if (sticky1 & CS35L34_OTW) {
sticky1           949 sound/soc/codecs/cs35l34.c 	if (sticky1 & CS35L34_OTE) {
sticky1          1111 sound/soc/codecs/cs35l35.c 	unsigned int sticky1, sticky2, sticky3, sticky4;
sticky1          1118 sound/soc/codecs/cs35l35.c 	regmap_read(cs35l35->regmap, CS35L35_INT_STATUS_1, &sticky1);
sticky1          1126 sound/soc/codecs/cs35l35.c 	if (!(sticky1 & ~mask1) && !(sticky2 & ~mask2) && !(sticky3 & ~mask3)
sticky1          1137 sound/soc/codecs/cs35l35.c 	if (sticky1 & CS35L35_CAL_ERR) {
sticky1          1156 sound/soc/codecs/cs35l35.c 	if (sticky1 & CS35L35_AMP_SHORT) {
sticky1          1174 sound/soc/codecs/cs35l35.c 	if (sticky1 & CS35L35_OTW) {
sticky1          1193 sound/soc/codecs/cs35l35.c 	if (sticky1 & CS35L35_OTE) {