Home
last modified time | relevance | path

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

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