Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/hpc/stand/hpcboot/sh3/
H A Dsh_console.h45 enum consoleSelect { VIDEO, SERIAL }; enumerator
/netbsd-src/sys/arch/x68k/stand/libsa/
H A Dconsio.c38 SERIAL = 1, enumerator
/netbsd-src/sys/arch/mips/atheros/dev/
H A Dargpio.c89 #define SERIAL(pin) (1 << ((pin) + 16)) /* serial mux bit */ macro