Home
last modified time | relevance | path

Searched defs:com_port (Results 1 – 3 of 3) sorted by relevance

/u-boot/drivers/serial/
A Dns16550.c227 void ns16550_init(struct ns16550 *com_port, int baud_divisor) in ns16550_init()
286 void ns16550_putc(struct ns16550 *com_port, char c) in ns16550_putc()
303 char ns16550_getc(struct ns16550 *com_port) in ns16550_getc()
315 int ns16550_tstc(struct ns16550 *com_port) in ns16550_tstc()
381 struct ns16550 *const com_port = dev_get_priv(dev); in ns16550_serial_putc() local
401 struct ns16550 *const com_port = dev_get_priv(dev); in ns16550_serial_pending() local
411 struct ns16550 *const com_port = dev_get_priv(dev); in ns16550_serial_getc() local
421 struct ns16550 *const com_port = dev_get_priv(dev); in ns16550_serial_setbrg() local
434 struct ns16550 *const com_port = dev_get_priv(dev); in ns16550_serial_setconfig() local
468 struct ns16550 *const com_port = dev_get_priv(dev); in ns16550_serial_getinfo() local
[all …]
A Dserial_omap.c69 struct ns16550 *com_port = (struct ns16550 *)CONFIG_DEBUG_UART_BASE; in _debug_uart_init() local
88 struct ns16550 *com_port = (struct ns16550 *)CONFIG_DEBUG_UART_BASE; in _debug_uart_putc() local
/u-boot/lib/efi/
A Defi_stub.c70 struct ns16550 *com_port = (struct ns16550 *)0x3f8; in putc() local

Completed in 7 milliseconds