Home
last modified time | relevance | path

Searched refs:early_serial_base (Results 1 – 7 of 7) sorted by relevance

/linux/arch/x86/kernel/
A Dearly_printk.c116 serial_out(early_serial_base, TXR, ch); in early_serial_putc()
134 serial_out(early_serial_base, LCR, 0x3); /* 8n1 */ in early_serial_hw_init()
136 serial_out(early_serial_base, FCR, 0); /* no fifo */ in early_serial_hw_init()
139 c = serial_in(early_serial_base, LCR); in early_serial_hw_init()
140 serial_out(early_serial_base, LCR, c | DLAB); in early_serial_hw_init()
141 serial_out(early_serial_base, DLL, divisor & 0xff); in early_serial_hw_init()
143 serial_out(early_serial_base, LCR, c & ~DLAB); in early_serial_hw_init()
160 early_serial_base = simple_strtoul(s, &e, 16); in early_serial_init()
169 early_serial_base = bases[port]; in early_serial_init()
283 early_serial_base = bar0&0xfffffffc; in early_pci_serial_init()
[all …]
/linux/arch/x86/boot/
A Dtty.c16 int early_serial_base; variable
32 while ((inb(early_serial_base + LSR) & XMTRDY) == 0 && --timeout) in serial_putchar()
35 outb(ch, early_serial_base + TXR); in serial_putchar()
57 if (early_serial_base != 0) in putchar()
A Dearly_serial_console.c43 early_serial_base = port; in early_serial_init()
152 if (!early_serial_base) in console_init()
A Dboot.h298 extern int early_serial_base;
/linux/arch/x86/boot/compressed/
A Dmisc.h115 extern int early_serial_base;
118 static const int early_serial_base; variable
A Dmisc.c106 while ((inb(early_serial_base + LSR) & XMTRDY) == 0 && --timeout) in serial_putchar()
109 outb(ch, early_serial_base + TXR); in serial_putchar()
117 if (early_serial_base) { in __putstr()
A Dearly_serial_console.c3 int early_serial_base; variable

Completed in 15 milliseconds