HomeSort by: relevance | last modified time | path
    Searched defs:SERIAL (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/hpc/stand/hpcboot/sh3/
sh_console.h 45 enum consoleSelect { VIDEO, SERIAL };
  /src/sys/arch/x68k/stand/libsa/
consio.c 38 SERIAL = 1,
50 "switching to serial console...");
51 device = SERIAL;
61 case SERIAL:
62 x68k_console_device = SERIAL;
79 case SERIAL:
97 case SERIAL:
121 case SERIAL:
  /src/sys/arch/mips/atheros/dev/
argpio.c 89 #define SERIAL(pin) (1 << ((pin) + 16)) /* serial mux bit */
178 reg &= ~SERIAL(i);
187 reg &= ~SERIAL(i);
192 if (reg & SERIAL(i)) {
193 /* pin multiplexed with serial bit */
218 if (reg & (SERIAL(pin) | INTR(pin))) {

Completed in 12 milliseconds