Searched refs:SCIF_ERRORS (Results 1 – 2 of 2) sorted by relevance
72 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()
71 #define SCIF_ERRORS (SCFSR_PER | SCFSR_FER | SCFSR_ER | SCFSR_BRK) macro
Completed in 3 milliseconds