Searched defs:com_port (Results 1 – 3 of 3) sorted by relevance
148 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() local269 struct NS16550 *com_port = (struct NS16550 *)CONFIG_DEBUG_UART_BASE; in _debug_uart_putc() local286 struct NS16550 *com_port = (struct NS16550 *)CONFIG_DEBUG_UART_BASE; in _debug_uart_init() local305 struct NS16550 *com_port = (struct NS16550 *)CONFIG_DEBUG_UART_BASE; in _debug_uart_putc() local[all …]
32 unsigned int com_port; in socfpga_reset_uart() local
69 NS16550_t com_port = (NS16550_t)0x3f8; in putc() local