Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/csiostor/
Dcsio_hw.c3465 #define MEM_INT_MASK (PERR_INT_CAUSE_F | ECC_CE_INT_CAUSE_F | \
3486 if (v & PERR_INT_CAUSE_F) in csio_mem_intr_handler()
3499 if (v & (PERR_INT_CAUSE_F | ECC_UE_INT_CAUSE_F)) in csio_mem_intr_handler()
/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c4829 #define MEM_INT_MASK (PERR_INT_CAUSE_F | ECC_CE_INT_CAUSE_F | \
4858 if (v & PERR_INT_CAUSE_F) in mem_intr_handler()
4877 if (v & (PERR_INT_CAUSE_F | ECC_UE_INT_CAUSE_F)) in mem_intr_handler()
Dt4_regs.h907 #define PERR_INT_CAUSE_F PERR_INT_CAUSE_V(1U) macro