Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/include/debug/
H A D8250.S41 and \rd, \rd, #UART_LSR_TEMT | UART_LSR_THRE
42 teq \rd, #UART_LSR_TEMT | UART_LSR_THRE
/rk3399_rockchip-uboot/include/
H A Dns16550.h170 #define UART_LSR_TEMT 0x40 /* Xmitter empty */ macro
/rk3399_rockchip-uboot/include/linux/
H A Dserial_reg.h126 #define UART_LSR_TEMT 0x40 /* Transmitter empty */ macro
/rk3399_rockchip-uboot/drivers/serial/
H A Dns16550.c165 if ((serial_in(&com_port->lsr) & (UART_LSR_TEMT | UART_LSR_THRE)) in NS16550_init()
173 while (!(serial_in(&com_port->lsr) & UART_LSR_TEMT)) in NS16550_init()
/rk3399_rockchip-uboot/arch/mips/mach-au1x00/include/mach/
H A Dau1x00.h675 #define UART_LSR_TEMT 0x40 /* Transmitter empty */ macro