early_serial_base 298 arch/x86/boot/boot.h extern int early_serial_base; early_serial_base 3 arch/x86/boot/compressed/early_serial_console.c int early_serial_base; early_serial_base 102 arch/x86/boot/compressed/misc.c while ((inb(early_serial_base + LSR) & XMTRDY) == 0 && --timeout) early_serial_base 105 arch/x86/boot/compressed/misc.c outb(ch, early_serial_base + TXR); early_serial_base 113 arch/x86/boot/compressed/misc.c if (early_serial_base) { early_serial_base 112 arch/x86/boot/compressed/misc.h extern int early_serial_base; early_serial_base 115 arch/x86/boot/compressed/misc.h static const int early_serial_base; early_serial_base 43 arch/x86/boot/early_serial_console.c early_serial_base = port; early_serial_base 152 arch/x86/boot/early_serial_console.c if (!early_serial_base) early_serial_base 16 arch/x86/boot/tty.c int early_serial_base; early_serial_base 32 arch/x86/boot/tty.c while ((inb(early_serial_base + LSR) & XMTRDY) == 0 && --timeout) early_serial_base 35 arch/x86/boot/tty.c outb(ch, early_serial_base + TXR); early_serial_base 57 arch/x86/boot/tty.c if (early_serial_base != 0) early_serial_base 82 arch/x86/kernel/early_printk.c static unsigned long early_serial_base = 0x3f8; /* ttyS0 */ early_serial_base 117 arch/x86/kernel/early_printk.c while ((serial_in(early_serial_base, LSR) & XMTRDY) == 0 && --timeout) early_serial_base 119 arch/x86/kernel/early_printk.c serial_out(early_serial_base, TXR, ch); early_serial_base 137 arch/x86/kernel/early_printk.c serial_out(early_serial_base, LCR, 0x3); /* 8n1 */ early_serial_base 138 arch/x86/kernel/early_printk.c serial_out(early_serial_base, IER, 0); /* no interrupt */ early_serial_base 139 arch/x86/kernel/early_printk.c serial_out(early_serial_base, FCR, 0); /* no fifo */ early_serial_base 140 arch/x86/kernel/early_printk.c serial_out(early_serial_base, MCR, 0x3); /* DTR + RTS */ early_serial_base 142 arch/x86/kernel/early_printk.c c = serial_in(early_serial_base, LCR); early_serial_base 143 arch/x86/kernel/early_printk.c serial_out(early_serial_base, LCR, c | DLAB); early_serial_base 144 arch/x86/kernel/early_printk.c serial_out(early_serial_base, DLL, divisor & 0xff); early_serial_base 145 arch/x86/kernel/early_printk.c serial_out(early_serial_base, DLH, (divisor >> 8) & 0xff); early_serial_base 146 arch/x86/kernel/early_printk.c serial_out(early_serial_base, LCR, c & ~DLAB); early_serial_base 163 arch/x86/kernel/early_printk.c early_serial_base = simple_strtoul(s, &e, 16); early_serial_base 172 arch/x86/kernel/early_printk.c early_serial_base = bases[port]; early_serial_base 286 arch/x86/kernel/early_printk.c early_serial_base = bar0&0xfffffffc; early_serial_base 294 arch/x86/kernel/early_printk.c early_serial_base =