Home
last modified time | relevance | path

Searched refs:mxc_uart (Results 1 – 7 of 7) sorted by relevance

/external/u-boot/drivers/serial/
Dserial_mxc.c115 struct mxc_uart { struct
141 static void _mxc_serial_init(struct mxc_uart *base) in _mxc_serial_init() argument
156 static void _mxc_serial_setbrg(struct mxc_uart *base, unsigned long clk, in _mxc_serial_setbrg()
182 #define mxc_base ((struct mxc_uart *)CONFIG_MXC_UART_BASE)
282 struct mxc_uart *const uart = plat->reg; in mxc_serial_getc()
293 struct mxc_uart *const uart = plat->reg; in mxc_serial_putc()
306 struct mxc_uart *const uart = plat->reg; in mxc_serial_pending()
332 plat->reg = (struct mxc_uart *)addr; in mxc_serial_ofdata_to_platdata()
365 struct mxc_uart *base = (struct mxc_uart *)CONFIG_DEBUG_UART_BASE; in _debug_uart_init()
374 struct mxc_uart *base = (struct mxc_uart *)CONFIG_DEBUG_UART_BASE; in _debug_uart_putc()
/external/u-boot/include/dm/platform_data/
Dserial_mxc.h11 struct mxc_uart *reg; /* address of registers in physical memory */
/external/u-boot/board/liebherr/display5/
Ddisplay5.c418 .reg = (struct mxc_uart *)UART5_BASE,
/external/u-boot/board/compulab/cm_fx6/
Dcm_fx6.c720 .reg = (struct mxc_uart *)UART4_BASE,
/external/u-boot/board/toradex/colibri_imx6/
Dcolibri_imx6.c1114 .reg = (struct mxc_uart *)UART1_BASE,
/external/u-boot/board/toradex/apalis_imx6/
Dapalis_imx6.c1229 .reg = (struct mxc_uart *)UART1_BASE,
/external/u-boot/board/gateworks/gw_ventana/
Dgw_ventana.c1345 .reg = (struct mxc_uart *)UART2_BASE,