Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/mach-imx/
H A Dsyscounter.h27 #define SC_CNTCR_FREQ1 (1 << 9) macro
/OK3568_Linux_fs/u-boot/arch/arm/mach-imx/
H A Dsyscounter.c71 val &= ~(SC_CNTCR_FREQ0 | SC_CNTCR_FREQ1); in timer_init()