Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/csiostor/
Dcsio_hw.c3001 #define MEM_INT_MASK (PERR_INT_CAUSE_F | ECC_CE_INT_CAUSE_F | \
3022 if (v & PERR_INT_CAUSE_F) in csio_mem_intr_handler()
3035 if (v & (PERR_INT_CAUSE_F | ECC_UE_INT_CAUSE_F)) in csio_mem_intr_handler()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c2633 #define MEM_INT_MASK (PERR_INT_CAUSE_F | ECC_CE_INT_CAUSE_F | \
2662 if (v & PERR_INT_CAUSE_F) in mem_intr_handler()
2679 if (v & (PERR_INT_CAUSE_F | ECC_UE_INT_CAUSE_F)) in mem_intr_handler()
Dt4_regs.h808 #define PERR_INT_CAUSE_F PERR_INT_CAUSE_V(1U) macro