Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dlpc32xx_hs.c53 #define LPC32XX_HSU_TX_LEV(n) (((n) >> 8) & 0xFF) macro
110 if (LPC32XX_HSU_TX_LEV(readl(LPC32XX_HSUART_LEVEL( in wait_for_xmit_empty()
124 if (LPC32XX_HSU_TX_LEV(readl(LPC32XX_HSUART_LEVEL( in wait_for_xmit_ready()
304 while (LPC32XX_HSU_TX_LEV(readl( in __serial_lpc32xx_tx()
376 if (LPC32XX_HSU_TX_LEV(readl(LPC32XX_HSUART_LEVEL(port->membase))) == 0) in serial_lpc32xx_tx_empty()