Home
last modified time | relevance | path

Searched refs:BCM63XX_TIMER_COUNT (Results 1 – 2 of 2) sorted by relevance

/arch/mips/bcm63xx/
Dtimer.c27 } 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()
/arch/mips/include/asm/mach-bcm63xx/
Dbcm63xx_regs.h415 #define BCM63XX_TIMER_COUNT 4 macro