Searched refs:irq_bit_count (Results 1 – 2 of 2) sorted by relevance
891 unsigned int irq_bit_count[32]; member
2066 for (i = 0; i < ARRAY_SIZE(dev->irq_bit_count); i++) { in b43_do_interrupt_thread()2068 dev->irq_bit_count[i]++; in b43_do_interrupt_thread()3422 for (i = 0; i < ARRAY_SIZE(dev->irq_bit_count); i++) { in b43_periodic_every15sec()3423 if (dev->irq_bit_count[i]) { in b43_periodic_every15sec()3425 dev->irq_bit_count[i] / 15, i, (1 << i)); in b43_periodic_every15sec()3426 dev->irq_bit_count[i] = 0; in b43_periodic_every15sec()