Searched refs:serial_out (Results 1 – 4 of 4) sorted by relevance
| /arch/x86/kernel/ |
| A D | early_printk.c | 112 DEFINE_STATIC_CALL(serial_out, io_serial_out); 120 static_call(serial_out)(early_serial_base, TXR, ch); in early_serial_putc() local 138 static_call(serial_out)(early_serial_base, LCR, 0x3); /* 8n1 */ in early_serial_hw_init() 139 static_call(serial_out)(early_serial_base, IER, 0); /* no interrupt */ in early_serial_hw_init() 140 static_call(serial_out)(early_serial_base, FCR, 0); /* no fifo */ in early_serial_hw_init() 141 static_call(serial_out)(early_serial_base, MCR, 0x3); /* DTR + RTS */ in early_serial_hw_init() 144 static_call(serial_out)(early_serial_base, LCR, c | DLAB); in early_serial_hw_init() 145 static_call(serial_out)(early_serial_base, DLL, divisor & 0xff); in early_serial_hw_init() 147 static_call(serial_out)(early_serial_base, LCR, c & ~DLAB); in early_serial_hw_init() local 234 static_call_update(serial_out, mem32_serial_out); in early_mmio_serial_init() [all …]
|
| /arch/mips/kernel/ |
| A D | early_printk_8250.c | 29 static inline void serial_out(int offset, char value) in serial_out() function 53 serial_out(UART_TX, c); in prom_putchar()
|
| /arch/mips/boot/compressed/ |
| A D | uart-16550.c | 41 static inline void serial_out(int offset, int value) in serial_out() function 53 serial_out(UART_TX, c); in putc()
|
| /arch/powerpc/kernel/ |
| A D | legacy_serial.c | 153 legacy_port->serial_out = tsi_serial_out; in add_legacy_port()
|
Completed in 8 milliseconds