Searched defs:TIMER_MODE (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/dev/ic/ | ||
H A D | i8253reg.h | 81 #define TIMER_MODE 3 /* timer mode port */ macro |
/netbsd-src/sys/arch/mips/ralink/ | ||
H A D | ralink_reg.h | 391 #define TIMER_MODE(x) (((x) & 0x3) << 4) macro |