Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/csiostor/
Dcsio_hw.c3601 uint32_t cause = csio_rd_reg32(hw, PL_INT_CAUSE_A); in csio_hw_slow_intr_handler()
3679 csio_wr_reg32(hw, cause & CSIO_GLBL_INTR_MASK, PL_INT_CAUSE_A); in csio_hw_slow_intr_handler()
3680 csio_rd_reg32(hw, PL_INT_CAUSE_A); /* flush */ in csio_hw_slow_intr_handler()
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c5002 u32 raw_cause = t4_read_reg(adapter, PL_INT_CAUSE_A); in t4_slow_intr_handler()
5056 t4_write_reg(adapter, PL_INT_CAUSE_A, raw_cause & GLBL_INTR_MASK); in t4_slow_intr_handler()
5057 (void)t4_read_reg(adapter, PL_INT_CAUSE_A); /* flush */ in t4_slow_intr_handler()
Dt4_regs.h2899 #define PL_INT_CAUSE_A 0x1940c macro