Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/drivers/char/
A Dscif-uart.c58 if ( !(ctrl & SCSCR_TIE) ) in scif_uart_interrupt()
80 if ( !(ctrl & SCSCR_TIE) ) in scif_uart_interrupt()
136 SCSCR_TIE | SCSCR_RIE | SCSCR_REIE); in scif_uart_init_postirq()
211 scif_writew(uart, SCIF_SCSCR, scif_readw(uart, SCIF_SCSCR) | SCSCR_TIE); in scif_uart_start_tx()
218 scif_writew(uart, SCIF_SCSCR, scif_readw(uart, SCIF_SCSCR) & ~SCSCR_TIE); in scif_uart_stop_tx()
/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Dscif-uart.h41 #define SCSCR_TIE (1 << 7) /* Transmit Interrupt Enable */ macro

Completed in 3 milliseconds