Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/serial/
H A Dns16550.c254 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 …]
H A Dserial_omap.c67 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),
H A Dserial_rockchip.c45 .priv_auto_alloc_size = sizeof(struct NS16550),
55 .priv_auto_alloc_size = sizeof(struct NS16550),
H A Dserial_intel_mid.c64 .priv_auto_alloc_size = sizeof(struct NS16550),
H A DKconfig115 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
/openbmc/u-boot/include/
H A Dns16550.h67 struct NS16550 { struct
105 typedef struct NS16550 *NS16550_t; argument
/openbmc/linux/arch/mips/
H A DKconfig.debug127 bool "CPS SMP NS16550 UART output"
/openbmc/linux/Documentation/devicetree/bindings/
H A Dxilinx.txt146 Xilinx UART 16550 devices are very similar to the NS16550 but with
/openbmc/qemu/docs/system/riscv/
H A Dvirt.rst19 * 1 NS16550 compatible UART
/openbmc/u-boot/doc/
H A DREADME.fdt-control223 you need to define CONFIG_SYS_NS16550 to bring in the NS16550 driver,