Searched refs:BCM63XX_TIMER_COUNT (Results 1 – 2 of 2) sorted by relevance
27 } timer_data[BCM63XX_TIMER_COUNT];39 for (i = 0; i < BCM63XX_TIMER_COUNT; i++) { in timer_interrupt()61 if (id >= BCM63XX_TIMER_COUNT) in bcm63xx_timer_enable()85 if (id >= BCM63XX_TIMER_COUNT) in bcm63xx_timer_disable()109 if (id >= BCM63XX_TIMER_COUNT || !callback) in bcm63xx_timer_register()133 if (id >= BCM63XX_TIMER_COUNT) in bcm63xx_timer_unregister()155 if (id >= BCM63XX_TIMER_COUNT) in bcm63xx_timer_set()
415 #define BCM63XX_TIMER_COUNT 4 macro