Searched refs:NS16550 (Results 1 – 10 of 10) sorted by relevance
254 struct NS16550 *com_port = (struct NS16550 *)CONFIG_DEBUG_UART_BASE; in _debug_uart_init()275 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()307 struct NS16550 *const com_port = dev_get_priv(dev); in ns16550_serial_putc()327 struct NS16550 *const com_port = dev_get_priv(dev); in ns16550_serial_pending()337 struct NS16550 *const com_port = dev_get_priv(dev); in ns16550_serial_getc()347 struct NS16550 *const com_port = dev_get_priv(dev); in ns16550_serial_setbrg()360 struct NS16550 *const com_port = dev_get_priv(dev); in ns16550_serial_setconfig()394 struct NS16550 *const com_port = dev_get_priv(dev); in ns16550_serial_getinfo()412 struct NS16550 *const com_port = dev_get_priv(dev); in ns16550_serial_probe()[all …]
67 struct NS16550 *com_port = (struct NS16550 *)CONFIG_DEBUG_UART_BASE; in _debug_uart_init()86 struct NS16550 *com_port = (struct NS16550 *)CONFIG_DEBUG_UART_BASE; in _debug_uart_putc()161 .priv_auto_alloc_size = sizeof(struct NS16550),
45 .priv_auto_alloc_size = sizeof(struct NS16550),55 .priv_auto_alloc_size = sizeof(struct NS16550),
64 .priv_auto_alloc_size = sizeof(struct NS16550),
115 not big enough (e.g. 16 bytes on the normal NS16550).575 bool "NS16550 UART or compatible"577 Support NS16550 UART or compatible. This can be enabled in the
67 struct NS16550 { struct105 typedef struct NS16550 *NS16550_t; argument
127 bool "CPS SMP NS16550 UART output"
146 Xilinx UART 16550 devices are very similar to the NS16550 but with
19 * 1 NS16550 compatible UART
223 you need to define CONFIG_SYS_NS16550 to bring in the NS16550 driver,