Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb4/
Dt4_regs.h263 #define PERR_INT_CAUSE 0x00000001U macro
Dt4_hw.c1290 #define MEM_INT_MASK (PERR_INT_CAUSE | ECC_CE_INT_CAUSE | ECC_UE_INT_CAUSE)
1310 if (v & PERR_INT_CAUSE) in mem_intr_handler()
1327 if (v & (PERR_INT_CAUSE | ECC_UE_INT_CAUSE)) in mem_intr_handler()