Searched refs:stickies (Results 1 – 2 of 2) sorted by relevance
2170 unsigned int stickies[CS43130_NUM_INT]; in cs43130_irq_thread() local2175 for (i = 0; i < ARRAY_SIZE(stickies); i++) { in cs43130_irq_thread()2177 &stickies[i]); in cs43130_irq_thread()2182 for (i = 0; i < ARRAY_SIZE(stickies); i++) { in cs43130_irq_thread()2183 stickies[i] = stickies[i] & (~masks[i]); in cs43130_irq_thread()2185 irq_occurrence += (stickies[i] >> j) & 1; in cs43130_irq_thread()2193 if (stickies[0] & CS43130_XTAL_RDY_INT) { in cs43130_irq_thread()2198 if (stickies[0] & CS43130_PLL_RDY_INT) { in cs43130_irq_thread()2203 if (stickies[3] & CS43130_HPLOAD_NO_DC_INT) { in cs43130_irq_thread()2204 cs43130->hpload_stat = stickies[3]; in cs43130_irq_thread()[all …]
1639 unsigned int stickies[12]; in cs42l42_irq_thread() local1652 for (i = 0; i < ARRAY_SIZE(stickies); i++) { in cs42l42_irq_thread()1654 &(stickies[i])); in cs42l42_irq_thread()1657 stickies[i] = stickies[i] & (~masks[i]) & in cs42l42_irq_thread()1662 current_plug_status = (stickies[11] & in cs42l42_irq_thread()1667 current_button_status = stickies[7] & in cs42l42_irq_thread()1678 if (stickies[5] & CS42L42_HSDET_AUTO_DONE_MASK) { in cs42l42_irq_thread()