Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/microblaze/cpu/
H A Dtimer.c41 tmr->control = tmr->control | TIMER_INTERRUPT; in timer_isr()
81 tmr->control = TIMER_INTERRUPT | TIMER_RESET; in timer_init()
/OK3568_Linux_fs/u-boot/arch/microblaze/include/asm/
H A Dmicroblaze_timer.h11 #define TIMER_INTERRUPT 0x100 /* T0INT */ macro