Home
last modified time | relevance | path

Searched refs:timer_interrupt (Results 1 – 8 of 8) sorted by relevance

/rk3399_rockchip-uboot/arch/powerpc/lib/
H A Dinterrupts.c78 void timer_interrupt (struct pt_regs *regs) in timer_interrupt() function
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/
H A Dtraps.c247 timer_interrupt(NULL); in PITException()
H A Dstart.S1279 STD_EXCEPTION(0x0a00, Decrementer, timer_interrupt)
/rk3399_rockchip-uboot/include/
H A Dcommon.h576 void timer_interrupt (struct pt_regs *);
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/
H A Dstart.S210 STD_EXCEPTION(0x900, Decrementer, timer_interrupt)
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc86xx/
H A Dstart.S108 STD_EXCEPTION(0x900, Decrementer, timer_interrupt)
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/
H A Dstart.S350 STD_EXCEPTION(0x900, Decrementer, timer_interrupt)
/rk3399_rockchip-uboot/
H A DREADME2891 There are common interrupt_init() and timer_interrupt()
2897 timer_interrupt() calls timer_interrupt_cpu() for CPU
2900 general timer_interrupt().