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

  /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/hpc/stand/hpcboot/sh3/
sh_console.h 45 enum consoleSelect { VIDEO, SERIAL };
sh_console.cpp 65 case SERIAL:
96 const struct console_info *tab = selectBootConsole(*this, 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))) {
  /src/sys/arch/mips/mips/
mips_softint.c 72 * Set the appropriate cause bit. serial & net are 1 bit higher than
137 DOSOFTINT(SERIAL);
  /src/sys/arch/riscv/riscv/
softint_machdep.c 107 DOSOFTINT(SERIAL);
  /src/sys/arch/aarch64/aarch64/
cpu_machdep.c 150 DOSOFTINT(SERIAL);
  /src/sys/arch/alpha/alpha/
interrupt.c 562 DOSOFTINT(SERIAL);
  /src/sys/arch/arm/arm32/
arm32_machdep.c 710 DOSOFTINT(SERIAL);

Completed in 15 milliseconds