Searched refs:PL_INT_CAUSE (Results 1 – 3 of 3) sorted by relevance
3233 uint32_t cause = csio_rd_reg32(hw, PL_INT_CAUSE); in csio_hw_slow_intr_handler()3311 csio_wr_reg32(hw, cause & CSIO_GLBL_INTR_MASK, PL_INT_CAUSE); in csio_hw_slow_intr_handler()3312 csio_rd_reg32(hw, PL_INT_CAUSE); /* flush */ in csio_hw_slow_intr_handler()
1827 u32 cause = t4_read_reg(adapter, PL_INT_CAUSE); in t4_slow_intr_handler()1877 t4_write_reg(adapter, PL_INT_CAUSE, cause & GLBL_INTR_MASK); in t4_slow_intr_handler()1878 (void) t4_read_reg(adapter, PL_INT_CAUSE); /* flush */ in t4_slow_intr_handler()
1053 #define PL_INT_CAUSE 0x1940c macro