• Home
  • Raw
  • Download

Lines Matching refs:cause

3140 	uint32_t cause = csio_rd_reg32(hw, PL_INT_CAUSE_A);  in csio_hw_slow_intr_handler()  local
3142 if (!(cause & CSIO_GLBL_INTR_MASK)) { in csio_hw_slow_intr_handler()
3147 csio_dbg(hw, "Slow interrupt! cause: 0x%x\n", cause); in csio_hw_slow_intr_handler()
3151 if (cause & CIM_F) in csio_hw_slow_intr_handler()
3154 if (cause & MPS_F) in csio_hw_slow_intr_handler()
3157 if (cause & NCSI_F) in csio_hw_slow_intr_handler()
3160 if (cause & PL_F) in csio_hw_slow_intr_handler()
3163 if (cause & SMB_F) in csio_hw_slow_intr_handler()
3166 if (cause & XGMAC0_F) in csio_hw_slow_intr_handler()
3169 if (cause & XGMAC1_F) in csio_hw_slow_intr_handler()
3172 if (cause & XGMAC_KR0_F) in csio_hw_slow_intr_handler()
3175 if (cause & XGMAC_KR1_F) in csio_hw_slow_intr_handler()
3178 if (cause & PCIE_F) in csio_hw_slow_intr_handler()
3181 if (cause & MC_F) in csio_hw_slow_intr_handler()
3184 if (cause & EDC0_F) in csio_hw_slow_intr_handler()
3187 if (cause & EDC1_F) in csio_hw_slow_intr_handler()
3190 if (cause & LE_F) in csio_hw_slow_intr_handler()
3193 if (cause & TP_F) in csio_hw_slow_intr_handler()
3196 if (cause & MA_F) in csio_hw_slow_intr_handler()
3199 if (cause & PM_TX_F) in csio_hw_slow_intr_handler()
3202 if (cause & PM_RX_F) in csio_hw_slow_intr_handler()
3205 if (cause & ULP_RX_F) in csio_hw_slow_intr_handler()
3208 if (cause & CPL_SWITCH_F) in csio_hw_slow_intr_handler()
3211 if (cause & SGE_F) in csio_hw_slow_intr_handler()
3214 if (cause & ULP_TX_F) in csio_hw_slow_intr_handler()
3218 csio_wr_reg32(hw, cause & CSIO_GLBL_INTR_MASK, PL_INT_CAUSE_A); in csio_hw_slow_intr_handler()