Searched refs:VPGEN_VFRTRIG (Results 1 – 2 of 2) sorted by relevance
735 reg = rd32(hw, VPGEN_VFRTRIG(vf->vf_id)); in ice_sriov_trigger_reset_register()737 wr32(hw, VPGEN_VFRTRIG(vf->vf_id), reg); in ice_sriov_trigger_reset_register()795 reg = rd32(hw, VPGEN_VFRTRIG(vf->vf_id)); in ice_sriov_clear_reset_trigger()797 wr32(hw, VPGEN_VFRTRIG(vf->vf_id), reg); in ice_sriov_clear_reset_trigger()
165 #define VPGEN_VFRTRIG(_VF) (0x00090000 + ((_VF) * 4)) macro