Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/sni/
H A Dtime.c76 #define SNI_8254_TCSAMP_COUNTER ((SNI_8254_TICK_RATE / HZ) + 255) macro
85 outb_p(SNI_8254_TCSAMP_COUNTER & 0xff, 0x40); in dosample()
86 outb(SNI_8254_TCSAMP_COUNTER >> 8, 0x40); in dosample()