Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7m/
H A Dsystick-timer.c41 #define SYSTICK_CTRL_EN BIT(0) macro
69 writel(SYSTICK_CTRL_EN | SYSTICK_CTRL_CPU_CLK, &systick->ctrl); in timer_init()
72 writel(SYSTICK_CTRL_EN, &systick->ctrl); in timer_init()