Searched refs:UART_FCR_DEFVAL (Results 1 – 14 of 14) sorted by relevance
/external/u-boot/arch/arm/cpu/arm926ejs/lpc32xx/ |
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, },
|
/external/u-boot/arch/arm/mach-omap2/am33xx/ |
D | board.c | 66 .clock = CONFIG_SYS_NS16550_CLK, .fcr = UART_FCR_DEFVAL, }, 69 .clock = CONFIG_SYS_NS16550_CLK, .fcr = UART_FCR_DEFVAL, }, 72 .clock = CONFIG_SYS_NS16550_CLK, .fcr = UART_FCR_DEFVAL, }, 74 .clock = CONFIG_SYS_NS16550_CLK, .fcr = UART_FCR_DEFVAL, }, 76 .clock = CONFIG_SYS_NS16550_CLK, .fcr = UART_FCR_DEFVAL, }, 78 .clock = CONFIG_SYS_NS16550_CLK, .fcr = UART_FCR_DEFVAL, },
|
/external/u-boot/drivers/serial/ |
D | ns16550.c | 137 return UART_FCR_DEFVAL; in ns16550_getfcr() 259 serial_dout(&com_port->fcr, UART_FCR_DEFVAL); in _debug_uart_init() 294 serial_dout(&com_port->fcr, UART_FCR_DEFVAL); in _debug_uart_init() 457 plat->fcr = UART_FCR_DEFVAL; in ns16550_serial_ofdata_to_platdata()
|
D | serial_rockchip.c | 36 plat->plat.fcr = UART_FCR_DEFVAL; in rockchip_serial_probe()
|
/external/u-boot/board/quipos/cairo/ |
D | cairo.c | 84 .fcr = UART_FCR_DEFVAL,
|
/external/u-boot/board/logicpd/zoom1/ |
D | zoom1.c | 51 .fcr = UART_FCR_DEFVAL,
|
/external/u-boot/board/timll/devkit8000/ |
D | devkit8000.c | 52 .fcr = UART_FCR_DEFVAL,
|
/external/u-boot/board/lg/sniper/ |
D | sniper.c | 34 .fcr = UART_FCR_DEFVAL,
|
/external/u-boot/include/ |
D | ns16550.h | 125 #define UART_FCR_DEFVAL (UART_FCR_FIFO_EN | \ macro
|
/external/u-boot/arch/arm/mach-tegra/ |
D | board.c | 221 .fcr = UART_FCR_DEFVAL,
|
/external/u-boot/board/isee/igep00x0/ |
D | igep00x0.c | 31 .fcr = UART_FCR_DEFVAL,
|
/external/u-boot/board/ti/evm/ |
D | evm.c | 47 .fcr = UART_FCR_DEFVAL,
|
/external/u-boot/board/overo/ |
D | overo.c | 71 .fcr = UART_FCR_DEFVAL,
|
/external/u-boot/board/ti/beagle/ |
D | beagle.c | 78 .fcr = UART_FCR_DEFVAL,
|