/openbmc/u-boot/arch/m68k/include/asm/ |
H A D | uart.h | 16 typedef struct uart { struct 17 u8 umr; /* 0x00 Mode Register */ 18 u8 resv0[0x3]; 19 union { 23 u8 resv1[0x3]; 24 u8 ucr; /* 0x08 Command Register */ 25 u8 resv2[0x3]; 26 union { 50 } uart_t; argument
|
/openbmc/u-boot/drivers/serial/ |
H A D | mcfuart.c | 27 static int mcf_serial_init_common(uart_t *uart, int port_idx, int baudrate) in mcf_serial_init_common() 62 static void mcf_serial_setbrg_common(uart_t *uart, int baudrate) in mcf_serial_setbrg_common() 96 uart_t *uart = (uart_t *)CONFIG_SYS_UART_BASE; in mcf_serial_putc() local 110 uart_t *uart = (uart_t *)CONFIG_SYS_UART_BASE; in mcf_serial_getc() local 121 uart_t *uart = (uart_t *)CONFIG_SYS_UART_BASE; in mcf_serial_setbrg() local 128 uart_t *uart = (uart_t *)CONFIG_SYS_UART_BASE; in mcf_serial_tstc() local 169 uart_t *uart = (uart_t *)plat->base; in coldfire_serial_putc() local 183 uart_t *uart = (uart_t *)(plat->base); in coldfire_serial_getc() local 195 uart_t *uart = (uart_t *)(plat->base); in coldfire_serial_setbrg() local 205 uart_t *uart = (uart_t *)(plat->base); in coldfire_serial_pending() local
|
H A D | serial_s5p.c | 62 static void __maybe_unused s5p_serial_init(struct s5p_uart *uart) in s5p_serial_init() 73 static void __maybe_unused s5p_serial_baud(struct s5p_uart *uart, uint uclk, in s5p_serial_baud() 92 struct s5p_uart *const uart = plat->reg; in s5p_serial_setbrg() local 115 struct s5p_uart *const uart = plat->reg; in s5p_serial_probe() local 122 static int serial_err_check(const struct s5p_uart *const uart, int op) in serial_err_check() 144 struct s5p_uart *const uart = plat->reg; in s5p_serial_getc() local 156 struct s5p_uart *const uart = plat->reg; in s5p_serial_putc() local 170 struct s5p_uart *const uart = plat->reg; in s5p_serial_pending() local 223 struct s5p_uart *uart = (struct s5p_uart *)CONFIG_DEBUG_UART_BASE; in _debug_uart_init() local 231 struct s5p_uart *uart = (struct s5p_uart *)CONFIG_DEBUG_UART_BASE; in _debug_uart_putc() local
|
H A D | serial_meson.c | 44 static void meson_serial_init(struct meson_uart *uart) in meson_serial_init() 60 struct meson_uart *const uart = plat->reg; in meson_serial_probe() local 70 struct meson_uart *const uart = plat->reg; in meson_serial_getc() local 81 struct meson_uart *const uart = plat->reg; in meson_serial_putc() local 94 struct meson_uart *const uart = plat->reg; in meson_serial_pending() local
|
H A D | serial_sti_asc.c | 70 struct sti_asc_uart *const uart = priv->regs; in sti_asc_pending() local 80 static int _sti_asc_serial_setbrg(struct sti_asc_uart *uart, int baudrate) in _sti_asc_serial_setbrg() 131 struct sti_asc_uart *const uart = priv->regs; in sti_asc_serial_setbrg() local 140 struct sti_asc_uart *const uart = priv->regs; in sti_asc_serial_getc() local 153 struct sti_asc_uart *const uart = priv->regs; in sti_asc_serial_putc() local
|
H A D | serial_pxa.c | 177 #define pxa_uart(uart, UART) \ argument 208 #define pxa_uart_desc(uart) \ argument 221 #define pxa_uart_multi(uart, UART) \ argument
|
H A D | serial_mxc.c | 287 struct mxc_uart *const uart = plat->reg; in mxc_serial_getc() local 298 struct mxc_uart *const uart = plat->reg; in mxc_serial_putc() local 311 struct mxc_uart *const uart = plat->reg; in mxc_serial_pending() local
|
/openbmc/u-boot/board/astro/mcf5373l/ |
H A D | mcf5373l.c | 90 uart_t *uart; in rs_serial_init() local 140 uart_t *uart; in astro_put_char() local 160 uart_t *uart; in astro_is_char() local 168 uart_t *uart; in astro_get_char() local
|
/openbmc/qemu/hw/char/ |
H A D | grlib_apbuart.c | 99 static int uart_data_to_read(UART *uart) in uart_data_to_read() argument 104 static char uart_pop(UART *uart) in uart_pop() 128 static void uart_add_to_fifo(UART *uart, in uart_add_to_fifo() 141 UART *uart = opaque; in grlib_apbuart_can_receive() local 148 UART *uart = opaque; in grlib_apbuart_receive() local 170 UART *uart = opaque; in grlib_apbuart_read() local 200 UART *uart = opaque; in grlib_apbuart_write() local 250 UART *uart = GRLIB_APB_UART(dev); in grlib_apbuart_realize() local 269 UART *uart = GRLIB_APB_UART(d); in grlib_apbuart_reset() local
|
/openbmc/qemu/include/hw/arm/ |
H A D | digic.h | 40 DigicUartState uart; member
|
H A D | max78000_soc.h | 43 Max78000UartState uart[MAX78000_NUM_UART]; member
|
H A D | nrf51_soc.h | 35 NRF51UARTState uart; member
|
H A D | stm32l4x5_soc.h | 59 Stm32l4x5UsartBaseState uart[STM_NUM_UARTS]; member
|
H A D | fsl-imx31.h | 48 IMXSerialState uart[FSL_IMX31_NUM_UARTS]; member
|
H A D | xlnx-zynqmp.h | 120 CadenceUARTState uart[XLNX_ZYNQMP_NUM_UARTS]; member
|
/openbmc/u-boot/arch/nios2/dts/ |
H A D | 3c120_devboard.dts | 133 uart: serial@0x4c80 { label
|
/openbmc/phosphor-host-ipmid/transport/serialbridge/ |
H A D | serialcmd.cpp | 151 int SerialChannel::write(stdplus::Fd& uart, uint8_t rsAddr, uint8_t rqAddr, in write() 235 void SerialChannel::read(stdplus::Fd& uart, sdbusplus::bus_t& bus, in read()
|
H A D | serialbridged.cpp | 44 stdplus::ManagedFd uart = stdplus::fd::open( in execute() local
|
/openbmc/qemu/include/hw/misc/ |
H A D | xlnx-versal-crl.h | 226 DeviceState *uart[2]; member
|
/openbmc/qemu/include/hw/riscv/ |
H A D | shakti_c.h | 37 ShaktiUartState uart; member
|
H A D | opentitan.h | 46 IbexUartState uart; member
|
/openbmc/qemu/hw/arm/ |
H A D | aspeed_soc_common.c | 39 for (int i = 0, uart = sc->uarts_base; i < sc->uarts_num; i++, uart++) { in aspeed_soc_uart_realize() local
|
H A D | musca.c | 76 PL011State uart[2]; member 290 PL011State *uart = opaque; in make_uart() local
|
/openbmc/u-boot/board/freescale/ls1046aqds/ |
H A D | ls1046aqds.c | 315 u8 uart; in board_early_init_f() local
|
/openbmc/u-boot/board/freescale/ls1043aqds/ |
H A D | ls1043aqds.c | 375 u8 uart; in board_early_init_f() local
|