HomeSort by relevance Sort by last modified time
    Searched refs:NS16550 (Results 1 - 5 of 5) sorted by null

  /external/u-boot/drivers/serial/
serial_rockchip.c 10 #include <ns16550.h>
45 .priv_auto_alloc_size = sizeof(struct NS16550),
55 .priv_auto_alloc_size = sizeof(struct NS16550),
ns16550.c 2 * COM1 NS16550 support
3 * originally from linux source (arch/powerpc/boot/ns16550.c)
11 #include <ns16550.h>
246 struct NS16550 *com_port = (struct NS16550 *)CONFIG_DEBUG_UART_BASE;
269 struct NS16550 *com_port = (struct NS16550 *)CONFIG_DEBUG_UART_BASE;
286 struct NS16550 *com_port = (struct NS16550 *)CONFIG_DEBUG_UART_BASE;
305 struct NS16550 *com_port = (struct NS16550 *)CONFIG_DEBUG_UART_BASE
    [all...]
serial_intel_mid.c 8 #include <ns16550.h>
64 .priv_auto_alloc_size = sizeof(struct NS16550),
Kconfig 105 not big enough (e.g. 16 bytes on the normal NS16550).
225 bool "ns16550"
227 Select this to enable a debug UART using the ns16550 driver. You
348 Select this to enable a debug UART using the omap ns16550 driver.
379 Some UARTs (notably ns16550) support different register layouts
524 bool "NS16550 UART or compatible"
526 Support NS16550 UART or compatible. This can be enabled in the
540 This uses the ns16550 driver as a library.
566 This uses the ns16550 driver, converting the platdata from of-platdata
567 to the ns16550 format
    [all...]
  /external/u-boot/include/
ns16550.h 2 * NS16550 Serial Port
3 * originally from linux source (arch/powerpc/boot/ns16550.h)
11 * added prototypes for ns16550.c
35 #error "Please define NS16550 registers size."
49 * struct ns16550_platdata - information about a NS16550 port
65 struct NS16550 {
103 typedef struct NS16550 *NS16550_t;
226 * Decode a device tree node for an ns16550 device. This includes the
244 * struct ns16550_serial_ops - ns16550 serial operations

Completed in 113 milliseconds