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 …]
1338 unsigned int stickies[12]; in cs42l42_irq_thread() local1345 for (i = 0; i < ARRAY_SIZE(stickies); i++) { in cs42l42_irq_thread()1347 &(stickies[i])); in cs42l42_irq_thread()1350 stickies[i] = stickies[i] & (~masks[i]) & in cs42l42_irq_thread()1355 current_plug_status = (stickies[11] & in cs42l42_irq_thread()1360 current_button_status = stickies[7] & in cs42l42_irq_thread()1367 if (stickies[5] & CS42L42_HSDET_AUTO_DONE_MASK) { in cs42l42_irq_thread()