Searched refs:stickies (Results 1 – 2 of 2) sorted by relevance
2171 unsigned int stickies[CS43130_NUM_INT]; in cs43130_irq_thread() local2176 for (i = 0; i < ARRAY_SIZE(stickies); i++) { in cs43130_irq_thread()2178 &stickies[i]); in cs43130_irq_thread()2183 for (i = 0; i < ARRAY_SIZE(stickies); i++) { in cs43130_irq_thread()2184 stickies[i] = stickies[i] & (~masks[i]); in cs43130_irq_thread()2186 irq_occurrence += (stickies[i] >> j) & 1; in cs43130_irq_thread()2194 if (stickies[0] & CS43130_XTAL_RDY_INT) { in cs43130_irq_thread()2199 if (stickies[0] & CS43130_PLL_RDY_INT) { in cs43130_irq_thread()2204 if (stickies[3] & CS43130_HPLOAD_NO_DC_INT) { in cs43130_irq_thread()2205 cs43130->hpload_stat = stickies[3]; in cs43130_irq_thread()[all …]
1451 unsigned int stickies[12]; in cs42l42_irq_thread() local1460 for (i = 0; i < ARRAY_SIZE(stickies); i++) { in cs42l42_irq_thread()1462 &(stickies[i])); in cs42l42_irq_thread()1465 stickies[i] = stickies[i] & (~masks[i]) & in cs42l42_irq_thread()1470 current_plug_status = (stickies[11] & in cs42l42_irq_thread()1475 current_button_status = stickies[7] & in cs42l42_irq_thread()1482 if (stickies[5] & CS42L42_HSDET_AUTO_DONE_MASK) { in cs42l42_irq_thread()