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