Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/sni/
H A Dtime.c14 #define SNI_COUNTER2_DIV 64 macro
15 #define SNI_COUNTER0_DIV ((SNI_CLOCK_TICK_RATE / SNI_COUNTER2_DIV) / HZ)
28 *(volatile u8 *)(A20R_PT_CLOCK_BASE + 8) = SNI_COUNTER2_DIV & 0xff; in a20r_set_periodic()
30 *(volatile u8 *)(A20R_PT_CLOCK_BASE + 8) = SNI_COUNTER2_DIV >> 8; in a20r_set_periodic()