HomeSort by: relevance | last modified time | path
    Searched defs:ext_hdr (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_dpm.c 481 ATOM_PPLIB_EXTENDEDHEADER *ext_hdr = (ATOM_PPLIB_EXTENDEDHEADER *) local in function:amdgpu_parse_extended_power_table
484 if ((le16_to_cpu(ext_hdr->usSize) >= SIZE_OF_ATOM_PPLIB_EXTENDEDHEADER_V2) &&
485 ext_hdr->usVCETableOffset) {
488 le16_to_cpu(ext_hdr->usVCETableOffset) + 1);
492 le16_to_cpu(ext_hdr->usVCETableOffset) + 1 +
497 le16_to_cpu(ext_hdr->usVCETableOffset) + 1 +
547 if ((le16_to_cpu(ext_hdr->usSize) >= SIZE_OF_ATOM_PPLIB_EXTENDEDHEADER_V3) &&
548 ext_hdr->usUVDTableOffset) {
551 le16_to_cpu(ext_hdr->usUVDTableOffset) + 1);
555 le16_to_cpu(ext_hdr->usUVDTableOffset) + 1
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_r600_dpm.c 1074 ATOM_PPLIB_EXTENDEDHEADER *ext_hdr = (ATOM_PPLIB_EXTENDEDHEADER *) local in function:r600_parse_extended_power_table
1077 if ((le16_to_cpu(ext_hdr->usSize) >= SIZE_OF_ATOM_PPLIB_EXTENDEDHEADER_V2) &&
1078 ext_hdr->usVCETableOffset) {
1081 le16_to_cpu(ext_hdr->usVCETableOffset) + 1);
1085 le16_to_cpu(ext_hdr->usVCETableOffset) + 1 +
1090 le16_to_cpu(ext_hdr->usVCETableOffset) + 1 +
1139 if ((le16_to_cpu(ext_hdr->usSize) >= SIZE_OF_ATOM_PPLIB_EXTENDEDHEADER_V3) &&
1140 ext_hdr->usUVDTableOffset) {
1143 le16_to_cpu(ext_hdr->usUVDTableOffset) + 1);
1147 le16_to_cpu(ext_hdr->usUVDTableOffset) + 1
    [all...]

Completed in 12 milliseconds