Home
last modified time | relevance | path

Searched refs:NS16550 (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/serial/
H A Dns16550.c246 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 …]
H A Dserial_rockchip.c46 .priv_auto_alloc_size = sizeof(struct NS16550),
56 .priv_auto_alloc_size = sizeof(struct NS16550),
H A Dserial_intel_mid.c65 .priv_auto_alloc_size = sizeof(struct NS16550),
H A DKconfig73 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
/OK3568_Linux_fs/u-boot/include/
H A Dns16550.h65 struct NS16550 { struct
103 typedef struct NS16550 *NS16550_t; argument
/OK3568_Linux_fs/kernel/arch/mips/
H A DKconfig.debug122 bool "CPS SMP NS16550 UART output"
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/
H A Dxilinx.txt146 Xilinx UART 16550 devices are very similar to the NS16550 but with
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.fdt-control192 you need to define CONFIG_SYS_NS16550 to bring in the NS16550 driver,