Home
last modified time | relevance | path

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

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