Home
last modified time | relevance | path

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

/linux/include/linux/amba/
A Dserial.h88 #define UART01x_FR_BUSY 0x008 macro
92 #define UART01x_FR_TMSK (UART01x_FR_TXFF + UART01x_FR_BUSY)
/linux/arch/arm/include/debug/
A Dpl01x.S42 tst \rd, #UART01x_FR_BUSY
/linux/drivers/tty/serial/
A Damba-pl010.c260 return status & UART01x_FR_BUSY ? 0 : TIOCSER_TEMT; in pl010_tx_empty()
598 } while (status & UART01x_FR_BUSY); in pl010_console_write()
A Damba-pl011.c101 .fr_busy = UART01x_FR_BUSY,
115 .fr_busy = UART01x_FR_BUSY,
179 .fr_busy = UART01x_FR_BUSY,
2564 while (readl(port->membase + UART01x_FR) & UART01x_FR_BUSY) in pl011_putc()

Completed in 12 milliseconds