Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/include/asm/mach-jz4740/
Dtimer.h47 #define JZ_TIMER_CTRL_PRESCALE_16 (2 << 3) macro
/Linux-v4.19/arch/mips/jz4740/
Dtime.c164 ctrl = JZ_TIMER_CTRL_PRESCALE_16 | JZ_TIMER_CTRL_SRC_EXT; in plat_time_init()