Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/drivers/char/
A Dscif-uart.c59 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()
/xen-4.10.0-shim-comet/xen/arch/arm/arm32/
A Ddebug-scif.inc30 tst \rc, #SCFSR_TDFE /* Check TDFE bit */
42 and \rt, \rt, #(~(SCFSR_TEND | SCFSR_TDFE)) /* Clear TEND and TDFE bits */
/xen-4.10.0-shim-comet/xen/arch/arm/arm64/
A Ddebug-scif.inc32 tst w\c, #SCFSR_TDFE /* Check TDFE bit */
44 and \wt, \wt, #(~(SCFSR_TEND | SCFSR_TDFE)) /* Clear TEND and TDFE bits */
/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Dscif-uart.h64 #define SCFSR_TDFE (1 << 5) /* Transmit FIFO Data Empty */ macro

Completed in 3 milliseconds