Searched defs:com_port (Results 1 – 4 of 4) 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() local275 struct NS16550 *com_port; in _debug_uart_putc() local292 struct NS16550 *com_port; in _debug_uart_getc() local310 struct NS16550 *com_port; in _debug_uart_tstc() local[all …]
52 NS16550_t com_port = (NS16550_t)COM_BASE; in ps2ser_init() local67 NS16550_t com_port = (NS16550_t)COM_BASE; in ps2ser_putc() local76 NS16550_t com_port = (NS16550_t)COM_BASE; in ps2ser_getc_hw() local127 NS16550_t com_port = (NS16550_t)COM_BASE; in ps2ser_interrupt() local
33 unsigned int com_port; in socfpga_reset_uart() local
72 NS16550_t com_port = (NS16550_t)0x3f8; in putc() local