Searched refs:UART_FCR_DEFVAL (Results 1 – 14 of 14) sorted by relevance
/u-boot/arch/arm/mach-lpc32xx/ |
A D | devices.c | 48 .clock = CONFIG_SYS_NS16550_CLK, .fcr = UART_FCR_DEFVAL, }, 50 .clock = CONFIG_SYS_NS16550_CLK, .fcr = UART_FCR_DEFVAL, }, 52 .clock = CONFIG_SYS_NS16550_CLK, .fcr = UART_FCR_DEFVAL, }, 54 .clock = CONFIG_SYS_NS16550_CLK, .fcr = UART_FCR_DEFVAL, },
|
/u-boot/arch/arm/mach-omap2/am33xx/ |
A D | board.c | 86 .clock = CONFIG_SYS_NS16550_CLK, .fcr = UART_FCR_DEFVAL, }, 89 .clock = CONFIG_SYS_NS16550_CLK, .fcr = UART_FCR_DEFVAL, }, 92 .clock = CONFIG_SYS_NS16550_CLK, .fcr = UART_FCR_DEFVAL, }, 94 .clock = CONFIG_SYS_NS16550_CLK, .fcr = UART_FCR_DEFVAL, }, 96 .clock = CONFIG_SYS_NS16550_CLK, .fcr = UART_FCR_DEFVAL, }, 98 .clock = CONFIG_SYS_NS16550_CLK, .fcr = UART_FCR_DEFVAL, },
|
/u-boot/drivers/serial/ |
A D | serial_coreboot.c | 23 plat->fcr = UART_FCR_DEFVAL; in coreboot_of_to_plat()
|
A D | serial_omap.c | 77 serial_dout(&com_port->fcr, UART_FCR_DEFVAL); in _debug_uart_init() 137 plat->fcr = UART_FCR_DEFVAL; in omap_serial_of_to_plat()
|
A D | serial_rockchip.c | 37 plat->plat.fcr = UART_FCR_DEFVAL; in rockchip_serial_probe()
|
A D | ns16550.c | 205 return UART_FCR_DEFVAL; in ns16550_getfcr() 341 serial_dout(&com_port->fcr, UART_FCR_DEFVAL); in _debug_uart_init() 574 plat->fcr = UART_FCR_DEFVAL; in ns16550_serial_of_to_plat()
|
/u-boot/arch/x86/cpu/slimbootloader/ |
A D | serial.c | 44 plat->fcr = UART_FCR_DEFVAL; in slimbootloader_serial_of_to_plat()
|
/u-boot/board/timll/devkit8000/ |
A D | devkit8000.c | 55 .fcr = UART_FCR_DEFVAL,
|
/u-boot/board/lg/sniper/ |
A D | sniper.c | 38 .fcr = UART_FCR_DEFVAL,
|
/u-boot/arch/x86/cpu/apollolake/ |
A D | uart.c | 112 ns.fcr = UART_FCR_DEFVAL; in apl_ns16550_of_to_plat()
|
/u-boot/arch/arm/mach-tegra/ |
A D | board.c | 265 .fcr = UART_FCR_DEFVAL,
|
/u-boot/include/ |
A D | ns16550.h | 146 #define UART_FCR_DEFVAL (UART_FCR_FIFO_EN | \ macro
|
/u-boot/board/isee/igep00x0/ |
A D | igep00x0.c | 36 .fcr = UART_FCR_DEFVAL,
|
/u-boot/board/davinci/da8xxevm/ |
A D | omapl138_lcdk.c | 364 .fcr = UART_FCR_DEFVAL,
|
Completed in 19 milliseconds