Searched refs:NS16550 (Results 1 – 8 of 8) sorted by relevance
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()[all …]
46 .priv_auto_alloc_size = sizeof(struct NS16550),56 .priv_auto_alloc_size = sizeof(struct NS16550),
65 .priv_auto_alloc_size = sizeof(struct NS16550),
73 not big enough (e.g. 16 bytes on the normal NS16550).431 bool "NS16550 UART or compatible"433 Support NS16550 UART or compatible. This can be enabled in the
65 struct NS16550 { struct103 typedef struct NS16550 *NS16550_t; argument
122 bool "CPS SMP NS16550 UART output"
146 Xilinx UART 16550 devices are very similar to the NS16550 but with
192 you need to define CONFIG_SYS_NS16550 to bring in the NS16550 driver,