Searched refs:VPGEN_VFRTRIG (Results 1 – 2 of 2) sorted by relevance
696 reg = rd32(hw, VPGEN_VFRTRIG(vf->vf_id)); in ice_sriov_trigger_reset_register()698 wr32(hw, VPGEN_VFRTRIG(vf->vf_id), reg); in ice_sriov_trigger_reset_register()756 reg = rd32(hw, VPGEN_VFRTRIG(vf->vf_id)); in ice_sriov_clear_reset_trigger()758 wr32(hw, VPGEN_VFRTRIG(vf->vf_id), reg); in ice_sriov_clear_reset_trigger()
170 #define VPGEN_VFRTRIG(_VF) (0x00090000 + ((_VF) * 4)) macro