Lines Matching defs:v3

877 	struct _ATOM_ASIC_SS_ASSIGNMENT_V3 v3;
955 if ((ss_assign->v3.ucClockIndication == id) &&
956 (clock <= le32_to_cpu(ss_assign->v3.ulTargetClockRange))) {
958 le16_to_cpu(ss_assign->v3.usSpreadSpectrumPercentage);
959 ss->type = ss_assign->v3.ucSpreadSpectrumMode;
960 ss->rate = le16_to_cpu(ss_assign->v3.usSpreadRateIn10Hz);
961 if (ss_assign->v3.ucSpreadSpectrumMode &
989 struct _COMPUTE_MEMORY_ENGINE_PLL_PARAMETERS_V3 v3;
1019 args.v3.ulClockParams = cpu_to_le32((clock_type << 24) | clock);
1024 dividers->post_div = args.v3.ucPostDiv;
1025 dividers->enable_post_div = (args.v3.ucCntlFlag &
1027 dividers->enable_dithen = (args.v3.ucCntlFlag &
1029 dividers->whole_fb_div = le16_to_cpu(args.v3.ulFbDiv.usFbDiv);
1030 dividers->frac_fb_div = le16_to_cpu(args.v3.ulFbDiv.usFbDivFrac);
1031 dividers->ref_div = args.v3.ucRefDiv;
1032 dividers->vco_mode = (args.v3.ucCntlFlag &
1193 struct _SET_VOLTAGE_PARAMETERS_V1_3 v3;
1220 args.v3.ucVoltageType = voltage_type;
1221 args.v3.ucVoltageMode = ATOM_GET_VOLTAGE_LEVEL;
1222 args.v3.usVoltageLevel = cpu_to_le16(voltage_id);
1227 *voltage = le16_to_cpu(args.v3.usVoltageLevel);
1247 struct _ATOM_VOLTAGE_OBJECT_INFO_V3_1 v3;
1253 union _ATOM_VOLTAGE_OBJECT_V3 v3;
1257 static ATOM_VOLTAGE_OBJECT_V3 *amdgpu_atombios_lookup_voltage_object_v3(ATOM_VOLTAGE_OBJECT_INFO_V3_1 *v3,
1260 u32 size = le16_to_cpu(v3->sHeader.usStructureSize);
1262 u8 *start = (u8 *)v3;
1294 amdgpu_atombios_lookup_voltage_object_v3(&voltage_info->v3,
1298 *svd_gpio_id = voltage_object->v3.asSVID2Obj.ucSVDGpioId;
1299 *svc_gpio_id = voltage_object->v3.asSVID2Obj.ucSVCGpioId;
1336 if (amdgpu_atombios_lookup_voltage_object_v3(&voltage_info->v3,
1375 amdgpu_atombios_lookup_voltage_object_v3(&voltage_info->v3,
1379 &voltage_object->v3.asGpioVoltageObj;