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

/linux-4.1.27/drivers/scsi/csiostor/
H A Dcsio_hw.c3137 uint32_t cause = csio_rd_reg32(hw, PL_INT_CAUSE_A); csio_hw_slow_intr_handler()
3215 csio_wr_reg32(hw, cause & CSIO_GLBL_INTR_MASK, PL_INT_CAUSE_A); csio_hw_slow_intr_handler()
3216 csio_rd_reg32(hw, PL_INT_CAUSE_A); /* flush */ csio_hw_slow_intr_handler()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c2802 u32 cause = t4_read_reg(adapter, PL_INT_CAUSE_A); t4_slow_intr_handler()
2854 t4_write_reg(adapter, PL_INT_CAUSE_A, cause & GLBL_INTR_MASK); t4_slow_intr_handler()
2855 (void)t4_read_reg(adapter, PL_INT_CAUSE_A); /* flush */ t4_slow_intr_handler()
H A Dt4_regs.h2341 #define PL_INT_CAUSE_A 0x1940c macro

Completed in 159 milliseconds