Home
last modified time | relevance | path

Searched refs:TIMER_INT_EN (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/mach-versatile/
H A Dtimer.c29 #define TIMER_INT_EN (1 << 5) macro
57 tmr_ctrl_val &= ~(TIMER_MODE_MSK | TIMER_INT_EN | TIMER_PRS_MSK | TIMER_SIZE_MSK | TIMER_ONE_SHT ); in timer_init()
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Drockchip_debugger.c41 writel(TIMER_EN | TIMER_INT_EN, TIMER_BASE + TIMER_CTRL); in rockchip_debugger_init()
/rk3399_rockchip-uboot/include/
H A Drk_timer_irq.h23 #define TIMER_INT_EN BIT(2) macro
/rk3399_rockchip-uboot/test/rockchip/
H A Dtest-misc.c49 writel(TIMER_EN | TIMER_INT_EN, TIMER_BASE + TIMER_CTRL); in timer_interrupt_test()
/rk3399_rockchip-uboot/drivers/power/
H A Dcharge_animation.c392 writel(TIMER_EN | TIMER_INT_EN, TIMER_BASE + TIMER_CTRL); in autowakeup_timer_init()
/rk3399_rockchip-uboot/drivers/power/power_delivery/
H A Dtcpm.c823 writel(TIMER_EN | TIMER_INT_EN, TIMER_BASE + TIMER_CTRL); in tcpm_timer_init()