Lines Matching refs:NS16550

246 	struct NS16550 *com_port = (struct NS16550 *)CONFIG_DEBUG_UART_BASE;  in _debug_uart_init()
275 struct NS16550 *com_port; in _debug_uart_putc()
281 com_port = (struct NS16550 *)gd->serial.addr; in _debug_uart_putc()
283 com_port = (struct NS16550 *)CONFIG_DEBUG_UART_BASE; in _debug_uart_putc()
292 struct NS16550 *com_port; in _debug_uart_getc()
298 com_port = (struct NS16550 *)gd->serial.addr; in _debug_uart_getc()
300 com_port = (struct NS16550 *)CONFIG_DEBUG_UART_BASE; in _debug_uart_getc()
310 struct NS16550 *com_port; in _debug_uart_tstc()
316 com_port = (struct NS16550 *)gd->serial.addr; in _debug_uart_tstc()
318 com_port = (struct NS16550 *)CONFIG_DEBUG_UART_BASE; in _debug_uart_tstc()
328 struct NS16550 *com_port; in _debug_uart_clrc()
334 com_port = (struct NS16550 *)gd->serial.addr; in _debug_uart_clrc()
336 com_port = (struct NS16550 *)CONFIG_DEBUG_UART_BASE; in _debug_uart_clrc()
345 struct NS16550 *com_port; in _debug_uart_flushc()
351 com_port = (struct NS16550 *)gd->serial.addr; in _debug_uart_flushc()
353 com_port = (struct NS16550 *)CONFIG_DEBUG_UART_BASE; in _debug_uart_flushc()
371 struct NS16550 *com_port; in _debug_uart_setbrg()
378 com_port = (struct NS16550 *)gd->serial.addr; in _debug_uart_setbrg()
382 com_port = (struct NS16550 *)CONFIG_DEBUG_UART_BASE; in _debug_uart_setbrg()
405 struct NS16550 *com_port = (struct NS16550 *)CONFIG_DEBUG_UART_BASE; in _debug_uart_init()
424 struct NS16550 *com_port = (struct NS16550 *)CONFIG_DEBUG_UART_BASE; in _debug_uart_putc()
438 struct NS16550 *const com_port = dev_get_priv(dev); in ns16550_serial_putc()
465 struct NS16550 *const com_port = dev_get_priv(dev); in ns16550_serial_pending()
475 struct NS16550 *const com_port = dev_get_priv(dev); in ns16550_serial_getc()
485 struct NS16550 *const com_port = dev_get_priv(dev); in ns16550_serial_setbrg()
498 struct NS16550 *const com_port = dev_get_priv(dev); in ns16550_serial_clear()
507 struct NS16550 *const com_port = dev_get_priv(dev); in ns16550_serial_probe()
641 .priv_auto_alloc_size = sizeof(struct NS16550),