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

/openbsd-current/sys/dev/pci/drm/amd/include/
H A Dpptable.h135 USHORT usPPMTableOffset; //points to ATOM_PPLIB_PPM_Table member in struct:_ATOM_PPLIB_EXTENDEDHEADER
/openbsd-current/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/
H A Dpptable_v1_0.h133 USHORT usPPMTableOffset; /*points to ATOM_Tonga_PPM_Table */ member in struct:_ATOM_Tonga_POWERPLAYTABLE
H A Dprocess_pptables_v1_0.c298 (((unsigned long)powerplay_table) + le16_to_cpu(powerplay_table->usPPMTableOffset));
300 if (0 != powerplay_table->usPPMTableOffset) {
H A Dprocesspptables.c1596 if ((extended_header->usPPMTableOffset > 0) &&
1599 table_offset = le16_to_cpu(extended_header->usPPMTableOffset);
/openbsd-current/sys/dev/pci/drm/radeon/
H A Dpptable.h116 USHORT usPPMTableOffset; //points to ATOM_PPLIB_PPM_Table member in struct:_ATOM_PPLIB_EXTENDEDHEADER
H A Dr600_dpm.c1198 ext_hdr->usPPMTableOffset) {
1201 le16_to_cpu(ext_hdr->usPPMTableOffset));
/openbsd-current/sys/dev/pci/drm/amd/pm/legacy-dpm/
H A Dlegacy_dpm.c527 ext_hdr->usPPMTableOffset) {
530 le16_to_cpu(ext_hdr->usPPMTableOffset));

Completed in 197 milliseconds