Searched defs:com_port (Results 1 – 3 of 3) sorted by relevance
149 static void NS16550_setbrg(NS16550_t com_port, int baud_divisor) in NS16550_setbrg()160 void NS16550_init(NS16550_t com_port, int baud_divisor) in NS16550_init()202 void NS16550_reinit(NS16550_t com_port, int baud_divisor) in NS16550_reinit()212 void NS16550_putc(NS16550_t com_port, char c) in NS16550_putc()229 char NS16550_getc(NS16550_t com_port) in NS16550_getc()241 int NS16550_tstc(NS16550_t com_port) in NS16550_tstc()254 struct NS16550 *com_port = (struct NS16550 *)CONFIG_DEBUG_UART_BASE; in _debug_uart_init() local275 static inline int NS16550_read_baud_divisor(struct NS16550 *com_port) in NS16550_read_baud_divisor()289 struct NS16550 *com_port = (struct NS16550 *)CONFIG_DEBUG_UART_BASE; in _debug_uart_putc() local307 struct NS16550 *const com_port = dev_get_priv(dev); in ns16550_serial_putc() local[all …]
67 struct NS16550 *com_port = (struct NS16550 *)CONFIG_DEBUG_UART_BASE; in _debug_uart_init() local86 struct NS16550 *com_port = (struct NS16550 *)CONFIG_DEBUG_UART_BASE; in _debug_uart_putc() local
69 NS16550_t com_port = (NS16550_t)0x3f8; in putc() local