Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/drivers/char/
A Dscif-uart.c72 if ( status & SCIF_ERRORS ) in scif_uart_interrupt()
73 scif_writew(uart, SCIF_SCFSR, ~SCIF_ERRORS); in scif_uart_interrupt()
129 if ( scif_readw(uart, SCIF_SCFSR) & SCIF_ERRORS ) in scif_uart_init_postirq()
130 scif_writew(uart, SCIF_SCFSR, ~SCIF_ERRORS); in scif_uart_init_postirq()
/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Dscif-uart.h71 #define SCIF_ERRORS (SCFSR_PER | SCFSR_FER | SCFSR_ER | SCFSR_BRK) macro

Completed in 3 milliseconds