Searched refs:PIT_INTERRUPT (Results 1 – 2 of 2) sorted by relevance
95 (mk_int_int_mask(PIT_INTERRUPT) << 8) | PISCR_PIE | PISCR_PTE; in m8xx_wdt_handler_install()97 if (request_irq(PIT_INTERRUPT, m8xx_wdt_interrupt, 0, "watchdog", NULL)) in m8xx_wdt_handler_install()
144 #ifndef PIT_INTERRUPT145 #define PIT_INTERRUPT SIU_LEVEL0 macro