Searched refs:usVoltage (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/gpu/drm/amd/include/
H A Dpptable.h511 USHORT usVoltage; member in struct:_ATOM_PPLIB_Clock_Voltage_Dependency_Record
562 USHORT usVoltage; member in struct:_ATOM_PPLIB_PhaseSheddingLimits_Record
589 USHORT usVoltage; member in struct:_ATOM_PPLIB_VCE_Clock_Voltage_Limit_Record
635 USHORT usVoltage; member in struct:_ATOM_PPLIB_UVD_Clock_Voltage_Limit_Record
654 USHORT usVoltage; member in struct:_ATOM_PPLIB_SAMClk_Voltage_Limit_Record
672 USHORT usVoltage; member in struct:_ATOM_PPLIB_ACPClk_Voltage_Limit_Record
H A Datombios.h5107 USHORT usVoltage; member in struct:_ATOM_LEAKID_VOLTAGE
/linux-master/drivers/gpu/drm/radeon/
H A Dpptable.h470 USHORT usVoltage; member in struct:_ATOM_PPLIB_Clock_Voltage_Dependency_Record
521 USHORT usVoltage; member in struct:_ATOM_PPLIB_PhaseSheddingLimits_Record
548 USHORT usVoltage; member in struct:_ATOM_PPLIB_VCE_Clock_Voltage_Limit_Record
594 USHORT usVoltage; member in struct:_ATOM_PPLIB_UVD_Clock_Voltage_Limit_Record
613 USHORT usVoltage; member in struct:_ATOM_PPLIB_SAMClk_Voltage_Limit_Record
631 USHORT usVoltage; member in struct:_ATOM_PPLIB_ACPClk_Voltage_Limit_Record
H A Dr600_dpm.c834 radeon_table->entries[i].v = le16_to_cpu(entry->usVoltage);
1006 le16_to_cpu(entry->usVoltage);
1110 le16_to_cpu(entry->usVoltage);
1163 le16_to_cpu(entry->usVoltage);
1190 le16_to_cpu(entry->usVoltage);
1248 le16_to_cpu(entry->usVoltage);
H A Datombios.h4563 USHORT usVoltage; member in struct:_ATOM_LEAKID_VOLTAGE
/linux-master/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dlegacy_dpm.c201 amdgpu_table->entries[i].v = le16_to_cpu(entry->usVoltage);
344 le16_to_cpu(entry->usVoltage);
444 le16_to_cpu(entry->usVoltage);
496 le16_to_cpu(entry->usVoltage);
521 le16_to_cpu(entry->usVoltage);
575 le16_to_cpu(entry->usVoltage);
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dprocesspptables.c397 (unsigned long)le16_to_cpu(table->entries[i].usVoltage);
1222 uvd_table->entries[i].v = (unsigned long)le16_to_cpu(table->entries[i].usVoltage);
1251 vce_table->entries[i].v = (unsigned long)le16_to_cpu(table->entries[i].usVoltage);
1278 samu_table->entries[i].v = (unsigned long)le16_to_cpu(table->entries[i].usVoltage);
1303 acp_table->entries[i].v = (unsigned long)le16_to_cpu(table->entries[i].usVoltage);
1636 table->entries[i].Voltage = (unsigned long)le16_to_cpu(ptable->entries[i].usVoltage);

Completed in 271 milliseconds