Searched refs:usVddc (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/sys/dev/pci/drm/amd/include/
H A Dpptable.h526 USHORT usVddc; member in struct:_ATOM_PPLIB_Clock_Voltage_Limit_Record
540 USHORT usVddc; // We use this field for the "fake" standardized VDDC for power calculations; For CI and newer, we use this as the real VDDC value. in CI we read it as StdVoltageHiSidd member in struct:_ATOM_PPLIB_CAC_Leakage_Record::__anon31
/openbsd-current/sys/dev/pci/drm/radeon/
H A Dpptable.h485 USHORT usVddc; member in struct:_ATOM_PPLIB_Clock_Voltage_Limit_Record
499 USHORT usVddc; // We use this field for the "fake" standardized VDDC for power calculations; For CI and newer, we use this as the real VDDC value. in CI we read it as StdVoltageHiSidd member in struct:_ATOM_PPLIB_CAC_Leakage_Record::__anon24
H A Dr600_dpm.c980 le16_to_cpu(clk_v->entries[0].usVddc);
1055 le16_to_cpu(entry->usVddc);
/openbsd-current/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/
H A Dppatomfwctrl.h143 uint16_t usVddc; member in struct:pp_atomfwctrl_bios_boot_up_values
H A Dppatomfwctrl.c526 boot_values->usVddc = fw_info->bootup_vddc_mv;
562 boot_values->usVddc = fw_info->bootup_vddc_mv;
H A Dprocesspptables.c434 limits->vddc = (unsigned long)le16_to_cpu(table->entries[0].usVddc);
1504 cac_leakage_table->entries[i].Vddc = le16_to_cpu(table->entries[i].usVddc);
H A Dvega10_hwmgr.c2651 data->vbios_boot_state.vddc = boot_up_values.usVddc;
2664 if (0 != boot_up_values.usVddc) {
2667 (boot_up_values.usVddc * 4),
H A Dvega12_hwmgr.c822 data->vbios_boot_state.vddc = boot_up_values.usVddc;
H A Dvega20_hwmgr.c794 data->vbios_boot_state.vddc = boot_up_values.usVddc;
/openbsd-current/sys/dev/pci/drm/amd/pm/legacy-dpm/
H A Dlegacy_dpm.c318 le16_to_cpu(clk_v->entries[0].usVddc);
389 le16_to_cpu(entry->usVddc);

Completed in 227 milliseconds