bcm63xx_timer_register  128 arch/mips/bcm63xx/timer.c EXPORT_SYMBOL(bcm63xx_timer_register);
bcm63xx_timer_register    5 arch/mips/include/asm/mach-bcm63xx/bcm63xx_timer.h int bcm63xx_timer_register(int id, void (*callback)(void *data), void *data);
bcm63xx_timer_register  255 drivers/watchdog/bcm63xx_wdt.c 	ret = bcm63xx_timer_register(TIMER_WDT_ID, bcm63xx_wdt_isr, NULL);