Home
last modified time | relevance | path

Searched defs:TIMER_MODE (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Di8253reg.h81 #define TIMER_MODE 3 /* timer mode port */ macro
/netbsd-src/sys/arch/mips/ralink/
H A Dralink_reg.h391 #define TIMER_MODE(x) (((x) & 0x3) << 4) macro