Searched refs:stickies (Results 1 – 2 of 2) sorted by relevance
2162 unsigned int stickies[CS43130_NUM_INT]; in cs43130_irq_thread() local2167 for (i = 0; i < ARRAY_SIZE(stickies); i++) { in cs43130_irq_thread()2169 &stickies[i]); in cs43130_irq_thread()2174 for (i = 0; i < ARRAY_SIZE(stickies); i++) { in cs43130_irq_thread()2175 stickies[i] = stickies[i] & (~masks[i]); in cs43130_irq_thread()2177 irq_occurrence += (stickies[i] >> j) & 1; in cs43130_irq_thread()2185 if (stickies[0] & CS43130_XTAL_RDY_INT) { in cs43130_irq_thread()2190 if (stickies[0] & CS43130_PLL_RDY_INT) { in cs43130_irq_thread()2195 if (stickies[3] & CS43130_HPLOAD_NO_DC_INT) { in cs43130_irq_thread()2196 cs43130->hpload_stat = stickies[3]; in cs43130_irq_thread()[all …]
1339 unsigned int stickies[12]; in cs42l42_irq_thread() local1346 for (i = 0; i < ARRAY_SIZE(stickies); i++) { in cs42l42_irq_thread()1348 &(stickies[i])); in cs42l42_irq_thread()1351 stickies[i] = stickies[i] & (~masks[i]) & in cs42l42_irq_thread()1356 current_plug_status = (stickies[11] & in cs42l42_irq_thread()1361 current_button_status = stickies[7] & in cs42l42_irq_thread()1368 if (stickies[5] & CS42L42_HSDET_AUTO_DONE_MASK) { in cs42l42_irq_thread()