Searched refs:error_mask (Results 1 – 7 of 7) sorted by relevance
120 u32 error_mask, error; in dc_intr_rx() local173 error_mask = SBE_2T3E3_RX_DESC_DESC_ERROR | in dc_intr_rx()179 error_mask |= SBE_2T3E3_RX_DESC_MII_ERROR; in dc_intr_rx()181 error_mask |= SBE_2T3E3_RX_DESC_CRC_ERROR; in dc_intr_rx()187 error_mask = 0; in dc_intr_rx()191 error_mask &= ~(SBE_2T3E3_RX_DESC_DRIBBLING_BIT | in dc_intr_rx()195 error = current_desc->rdes0 & error_mask; in dc_intr_rx()
12 #define SCxSR_ERRORS(port) (to_sci_port(port)->cfg->error_mask)
2095 if (!p->error_mask) in sci_init_single()2096 p->error_mask = (p->type == PORT_SCI) ? in sci_init_single()2115 p->error_mask |= (1 << p->overrun_bit); in sci_init_single()
149 unsigned int error_mask; member
293 u8 error_mask = 0; in neo_copy_data_from_uart_to_queue() local402 error_mask |= UART_LSR_BI; in neo_copy_data_from_uart_to_queue()442 if (linestatus & error_mask) { in neo_copy_data_from_uart_to_queue()
2010 u32 error_mask; in i915_driver_irq_postinstall() local2032 error_mask = ~(GM45_ERROR_PAGE_TABLE | in i915_driver_irq_postinstall()2037 error_mask = ~(I915_ERROR_PAGE_TABLE | in i915_driver_irq_postinstall()2040 I915_WRITE(EMR, error_mask); in i915_driver_irq_postinstall()
141 enum error_mask { enum