Home
last modified time | relevance | path

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

/external/u-boot/arch/microblaze/cpu/
Dtimer.c40 tmr->control = tmr->control | TIMER_INTERRUPT; in timer_isr()
80 tmr->control = TIMER_INTERRUPT | TIMER_RESET; in timer_init()
/external/u-boot/arch/microblaze/include/asm/
Dmicroblaze_timer.h10 #define TIMER_INTERRUPT 0x100 /* T0INT */ macro