Searched refs:stickies (Results 1 – 2 of 2) sorted by relevance
330 int stickies, offset, flag, ret; in cs43130_wait_for_completion() local351 stickies, (stickies & flag), in cs43130_wait_for_completion()2229 unsigned int stickies[CS43130_NUM_INT]; in cs43130_irq_thread() local2234 for (i = 0; i < ARRAY_SIZE(stickies); i++) { in cs43130_irq_thread()2236 &stickies[i]); in cs43130_irq_thread()2241 for (i = 0; i < ARRAY_SIZE(stickies); i++) { in cs43130_irq_thread()2242 stickies[i] = stickies[i] & (~masks[i]); in cs43130_irq_thread()2244 irq_occurrence += (stickies[i] >> j) & 1; in cs43130_irq_thread()2250 if (stickies[0] & CS43130_XTAL_RDY_INT) { in cs43130_irq_thread()2255 if (stickies[0] & CS43130_PLL_RDY_INT) { in cs43130_irq_thread()[all …]
1665 unsigned int stickies[12]; in cs42l42_irq_thread() local1680 for (i = 0; i < ARRAY_SIZE(stickies); i++) { in cs42l42_irq_thread()1682 &(stickies[i])); in cs42l42_irq_thread()1685 stickies[i] = stickies[i] & (~masks[i]) & in cs42l42_irq_thread()1690 current_plug_status = (stickies[11] & in cs42l42_irq_thread()1695 current_button_status = stickies[7] & in cs42l42_irq_thread()1706 if (stickies[5] & CS42L42_HSDET_AUTO_DONE_MASK) { in cs42l42_irq_thread()