Home
last modified time | relevance | path

Searched refs:UART01x_FR_BUSY (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/amba/
H A Dserial.h88 #define UART01x_FR_BUSY 0x008 macro
92 #define UART01x_FR_TMSK (UART01x_FR_TXFF + UART01x_FR_BUSY)
/openbmc/linux/arch/arm/include/debug/
H A Dpl01x.S35 tst \rd, #UART01x_FR_BUSY
/openbmc/linux/drivers/tty/serial/
H A Damba-pl010.c240 return status & UART01x_FR_BUSY ? 0 : TIOCSER_TEMT; in pl010_tx_empty()
568 } while (status & UART01x_FR_BUSY); in pl010_console_write()
H A Damba-pl011.c129 .fr_busy = UART01x_FR_BUSY,
143 .fr_busy = UART01x_FR_BUSY,
207 .fr_busy = UART01x_FR_BUSY,
2551 while (readl(port->membase + UART01x_FR) & UART01x_FR_BUSY) in pl011_putc()