Searched refs:irq_bit_count (Results 1 – 2 of 2) sorted by relevance
891 unsigned int irq_bit_count[32]; member
2050 for (i = 0; i < ARRAY_SIZE(dev->irq_bit_count); i++) { in b43_do_interrupt_thread()2052 dev->irq_bit_count[i]++; in b43_do_interrupt_thread()3399 for (i = 0; i < ARRAY_SIZE(dev->irq_bit_count); i++) { in b43_periodic_every15sec()3400 if (dev->irq_bit_count[i]) { in b43_periodic_every15sec()3402 dev->irq_bit_count[i] / 15, i, (1 << i)); in b43_periodic_every15sec()3403 dev->irq_bit_count[i] = 0; in b43_periodic_every15sec()