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 …]
1668 unsigned int stickies[12]; in cs42l42_irq_thread() local1683 for (i = 0; i < ARRAY_SIZE(stickies); i++) { in cs42l42_irq_thread()1685 &(stickies[i])); in cs42l42_irq_thread()1688 stickies[i] = stickies[i] & (~masks[i]) & in cs42l42_irq_thread()1693 current_plug_status = (stickies[11] & in cs42l42_irq_thread()1698 current_button_status = stickies[7] & in cs42l42_irq_thread()1709 if (stickies[5] & CS42L42_HSDET_AUTO_DONE_MASK) { in cs42l42_irq_thread()