Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/serial/
H A Dserial_s5p.c28 #define TX_FIFO_FULL (1 << 24) macro
158 if (readl(&uart->ufstat) & TX_FIFO_FULL) in s5p_serial_putc()
233 while (readl(&uart->ufstat) & TX_FIFO_FULL); in _debug_uart_putc()
/openbmc/linux/sound/soc/ux500/
H A Dux500_msp_i2s.h201 #define TX_FIFO_FULL BIT(5) macro