Home
last modified time | relevance | path

Searched refs:UART_FCR_CLEAR_XMIT (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/arch/mips/mach-au1x00/
H A Dau1x00_serial.c44 UART_FCR_CLEAR_XMIT|UART_FCR_T_TRIGGER_12; in au1x00_serial_init()
/rk3399_rockchip-uboot/include/
H A Dns16550.h110 #define UART_FCR_CLEAR_XMIT 0x04 /* Clear the XMIT FIFO */ macro
/rk3399_rockchip-uboot/include/linux/
H A Dserial_reg.h49 #define UART_FCR_CLEAR_XMIT 0x04 /* Clear the XMIT FIFO */ macro
/rk3399_rockchip-uboot/drivers/serial/
H A Dns16550.c338 serial_dout(&com_port->fcr, UART_FCR_CLEAR_RCVR | UART_FCR_CLEAR_XMIT); in _debug_uart_clrc()
500 serial_out(UART_FCR_CLEAR_RCVR | UART_FCR_CLEAR_XMIT, &com_port->fcr); in ns16550_serial_clear()
/rk3399_rockchip-uboot/arch/mips/mach-au1x00/include/mach/
H A Dau1x00.h647 #define UART_FCR_CLEAR_XMIT 0x04 /* Clear the XMIT FIFO */ macro