Searched refs:ATOM_PPLIB_VCE_Clock_Voltage_Limit_Record (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/sys/dev/pci/drm/amd/include/
H A Dpptable.h591 }ATOM_PPLIB_VCE_Clock_Voltage_Limit_Record; typedef in typeref:struct:_ATOM_PPLIB_VCE_Clock_Voltage_Limit_Record
596 ATOM_PPLIB_VCE_Clock_Voltage_Limit_Record entries[1];
/openbsd-current/sys/dev/pci/drm/radeon/
H A Dpptable.h550 }ATOM_PPLIB_VCE_Clock_Voltage_Limit_Record; typedef in typeref:struct:_ATOM_PPLIB_VCE_Clock_Voltage_Limit_Record
555 ATOM_PPLIB_VCE_Clock_Voltage_Limit_Record entries[1];
H A Dr600_dpm.c1087 1 + (limits->numEntries * sizeof(ATOM_PPLIB_VCE_Clock_Voltage_Limit_Record)));
1088 ATOM_PPLIB_VCE_Clock_Voltage_Limit_Record *entry;
1113 entry = (ATOM_PPLIB_VCE_Clock_Voltage_Limit_Record *)
1114 ((u8 *)entry + sizeof(ATOM_PPLIB_VCE_Clock_Voltage_Limit_Record));
/openbsd-current/sys/dev/pci/drm/amd/pm/legacy-dpm/
H A Dlegacy_dpm.c421 1 + (limits->numEntries * sizeof(ATOM_PPLIB_VCE_Clock_Voltage_Limit_Record)));
422 ATOM_PPLIB_VCE_Clock_Voltage_Limit_Record *entry;
445 entry = (ATOM_PPLIB_VCE_Clock_Voltage_Limit_Record *)
446 ((u8 *)entry + sizeof(ATOM_PPLIB_VCE_Clock_Voltage_Limit_Record));
/openbsd-current/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/
H A Dprocesspptables.c125 table_size = sizeof(uint8_t) + ptable->numEntries * sizeof(ATOM_PPLIB_VCE_Clock_Voltage_Limit_Record);

Completed in 202 milliseconds