Home
last modified time | relevance | path

Searched refs:usACPTableOffset (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/dev/drm/radeon/
H A Dpptable.h117 USHORT usACPTableOffset; //points to ATOM_PPLIB_ACP_Table member
H A Dr600_dpm.c1230 ext_hdr->usACPTableOffset) { in r600_parse_extended_power_table()
1234 le16_to_cpu(ext_hdr->usACPTableOffset) + 1); in r600_parse_extended_power_table()
/dragonfly/sys/dev/drm/amd/include/
H A Dpptable.h136 USHORT usACPTableOffset; //points to ATOM_PPLIB_ACP_Table member
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_dpm.c693 ext_hdr->usACPTableOffset) { in amdgpu_parse_extended_power_table()
697 le16_to_cpu(ext_hdr->usACPTableOffset) + 1); in amdgpu_parse_extended_power_table()
/dragonfly/sys/dev/drm/amd/powerplay/hwmgr/
H A Dprocesspptables.c267 acp_table_offset = le16_to_cpu(pExtendedHeader->usACPTableOffset); in get_acp_table_offset()