Home
last modified time | relevance | path

Searched defs:timer_counter (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/sparc64/dev/
H A Dsbusreg.h165 struct timer_counter { struct
166 uint64_t tc_count; /* timer/counter 0/1 count register */ /* ife.0000.3c00,3c10 */
167 uint64_t tc_limit; /* timer/counter 0/1 limit register */ /* ife.0000.3c08,3c18 */
H A Dpsychoreg.h190 struct timer_counter { struct
191 uint64_t tc_count; /* timer/counter 0/1 count register */ /* 1fe.0000.1c00,1c10 */
192 uint64_t tc_limit; /* timer/counter 0/1 limit register */ /* 1fe.0000.1c08,1c18 */
/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-spawn.c50 static int timer_counter; variable