Home
last modified time | relevance | path

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

/external/u-boot/drivers/serial/
Dns16550.c148 static void NS16550_setbrg(NS16550_t com_port, int baud_divisor) in NS16550_setbrg()
156 void NS16550_init(NS16550_t com_port, int baud_divisor) in NS16550_init()
194 void NS16550_reinit(NS16550_t com_port, int baud_divisor) in NS16550_reinit()
204 void NS16550_putc(NS16550_t com_port, char c) in NS16550_putc()
221 char NS16550_getc(NS16550_t com_port) in NS16550_getc()
233 int NS16550_tstc(NS16550_t com_port) in NS16550_tstc()
246 struct NS16550 *com_port = (struct NS16550 *)CONFIG_DEBUG_UART_BASE; in _debug_uart_init() local
269 struct NS16550 *com_port = (struct NS16550 *)CONFIG_DEBUG_UART_BASE; in _debug_uart_putc() local
286 struct NS16550 *com_port = (struct NS16550 *)CONFIG_DEBUG_UART_BASE; in _debug_uart_init() local
305 struct NS16550 *com_port = (struct NS16550 *)CONFIG_DEBUG_UART_BASE; in _debug_uart_putc() local
[all …]
/external/u-boot/arch/arm/mach-socfpga/
Dreset_manager_arria10.c32 unsigned int com_port; in socfpga_reset_uart() local
/external/u-boot/lib/efi/
Defi_stub.c69 NS16550_t com_port = (NS16550_t)0x3f8; in putc() local