Searched refs:SCFSR_TDFE (Results 1 – 4 of 4) sorted by relevance
59 status &= ~SCFSR_TDFE; in scif_uart_interrupt()64 if ( status & SCFSR_TDFE ) in scif_uart_interrupt()81 status &= ~SCFSR_TDFE; in scif_uart_interrupt()155 if ( !(scif_readw(uart, SCIF_SCFSR) & SCFSR_TDFE) ) in scif_uart_tx_ready()172 ~(SCFSR_TEND | SCFSR_TDFE)); in scif_uart_putc()276 uart->vuart.status = SCFSR_TDFE; in scif_uart_init()
30 tst \rc, #SCFSR_TDFE /* Check TDFE bit */42 and \rt, \rt, #(~(SCFSR_TEND | SCFSR_TDFE)) /* Clear TEND and TDFE bits */
32 tst w\c, #SCFSR_TDFE /* Check TDFE bit */44 and \wt, \wt, #(~(SCFSR_TEND | SCFSR_TDFE)) /* Clear TEND and TDFE bits */
64 #define SCFSR_TDFE (1 << 5) /* Transmit FIFO Data Empty */ macro
Completed in 3 milliseconds