Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c4150 #define MEM_INT_MASK (PERR_INT_CAUSE_F | ECC_CE_INT_CAUSE_F | \
4179 if (v & PERR_INT_CAUSE_F) in mem_intr_handler()
4198 if (v & (PERR_INT_CAUSE_F | ECC_UE_INT_CAUSE_F)) in mem_intr_handler()
Dt4_regs.h853 #define PERR_INT_CAUSE_F PERR_INT_CAUSE_V(1U) macro