Home
last modified time | relevance | path

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

/xen/xen/drivers/char/
A Dscif-uart.c60 unsigned int error_mask; member
74 .error_mask = SCFSR_PER | SCFSR_FER | SCFSR_BRK | SCFSR_ER,
86 .error_mask = SCASSR_PER | SCASSR_FER | SCASSR_BRK | SCASSR_ER,
117 if ( status & params->error_mask ) in scif_uart_interrupt()
118 scif_writew(uart, params->status_reg, ~params->error_mask); in scif_uart_interrupt()
176 if ( scif_readw(uart, params->status_reg) & params->error_mask ) in scif_uart_init_postirq()
177 scif_writew(uart, params->status_reg, ~params->error_mask); in scif_uart_init_postirq()

Completed in 3 milliseconds