PL_INT_CAUSE_A   5017 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 	u32 raw_cause = t4_read_reg(adapter, PL_INT_CAUSE_A);
PL_INT_CAUSE_A   5071 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 	t4_write_reg(adapter, PL_INT_CAUSE_A, raw_cause & GLBL_INTR_MASK);
PL_INT_CAUSE_A   5072 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 	(void)t4_read_reg(adapter, PL_INT_CAUSE_A); /* flush */
PL_INT_CAUSE_A   3601 drivers/scsi/csiostor/csio_hw.c 	uint32_t cause = csio_rd_reg32(hw, PL_INT_CAUSE_A);
PL_INT_CAUSE_A   3679 drivers/scsi/csiostor/csio_hw.c 	csio_wr_reg32(hw, cause & CSIO_GLBL_INTR_MASK, PL_INT_CAUSE_A);
PL_INT_CAUSE_A   3680 drivers/scsi/csiostor/csio_hw.c 	csio_rd_reg32(hw, PL_INT_CAUSE_A); /* flush */