Searched refs:VPGEN_VFRTRIG (Results 1 – 2 of 2) sorted by relevance
668 reg = rd32(hw, VPGEN_VFRTRIG(vf->vf_id)); in ice_sriov_trigger_reset_register()670 wr32(hw, VPGEN_VFRTRIG(vf->vf_id), reg); in ice_sriov_trigger_reset_register()728 reg = rd32(hw, VPGEN_VFRTRIG(vf->vf_id)); in ice_sriov_clear_reset_trigger()730 wr32(hw, VPGEN_VFRTRIG(vf->vf_id), reg); in ice_sriov_clear_reset_trigger()
168 #define VPGEN_VFRTRIG(_VF) (0x00090000 + ((_VF) * 4)) macro