Home
last modified time | relevance | path

Searched refs:UART011_FR_TXFE (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/include/linux/amba/
Dserial.h84 #define UART011_FR_TXFE 0x080 macro
/linux-5.19.10/drivers/tty/serial/
Damba-pl011.c158 .fr_busy = UART011_FR_TXFE,
162 .inv_fr = UART011_FR_TXFE,
2517 while (!(readl(port->membase + UART01x_FR) & UART011_FR_TXFE)) in qdf2400_e44_putc()