Home
last modified time | relevance | path

Searched refs:usSize (Results 1 – 11 of 11) sorted by relevance

/dragonfly/sys/dev/drm/amd/amdgpu/
HDamdgpu_dpm.c535 if ((le16_to_cpu(ext_hdr->usSize) >= SIZE_OF_ATOM_PPLIB_EXTENDEDHEADER_V2) && in amdgpu_parse_extended_power_table()
598 if ((le16_to_cpu(ext_hdr->usSize) >= SIZE_OF_ATOM_PPLIB_EXTENDEDHEADER_V3) && in amdgpu_parse_extended_power_table()
634 if ((le16_to_cpu(ext_hdr->usSize) >= SIZE_OF_ATOM_PPLIB_EXTENDEDHEADER_V4) && in amdgpu_parse_extended_power_table()
661 if ((le16_to_cpu(ext_hdr->usSize) >= SIZE_OF_ATOM_PPLIB_EXTENDEDHEADER_V5) && in amdgpu_parse_extended_power_table()
692 if ((le16_to_cpu(ext_hdr->usSize) >= SIZE_OF_ATOM_PPLIB_EXTENDEDHEADER_V6) && in amdgpu_parse_extended_power_table()
719 if ((le16_to_cpu(ext_hdr->usSize) >= SIZE_OF_ATOM_PPLIB_EXTENDEDHEADER_V7) && in amdgpu_parse_extended_power_table()
757 if ((le16_to_cpu(ext_hdr->usSize) >= SIZE_OF_ATOM_PPLIB_EXTENDEDHEADER_V8) && in amdgpu_parse_extended_power_table()
HDamdgpu_atombios.c337 path_size += le16_to_cpu(path->usSize); in amdgpu_atombios_get_connector_info_from_object_table()
366 for (j = 0; j < ((le16_to_cpu(path->usSize) - 8) / 2); j++) { in amdgpu_atombios_get_connector_info_from_object_table()
1410 offset += le16_to_cpu(vo->asGpioVoltageObj.sHeader.usSize); in amdgpu_atombios_lookup_voltage_object_v3()
/dragonfly/sys/dev/drm/amd/powerplay/hwmgr/
HDprocesspptables.c63 if (le16_to_cpu(extended_header->usSize) >= in get_vce_table_offset()
164 if (le16_to_cpu(extended_header->usSize) >= in get_uvd_table_offset()
229 if (le16_to_cpu(extended_header->usSize) >= in get_samu_table_offset()
265 if (le16_to_cpu(pExtendedHeader->usSize) >= in get_acp_table_offset()
301 if (le16_to_cpu(pExtendedHeader->usSize) >= in get_cacp_tdp_table_offset()
352 if (le16_to_cpu(pExtendedHeader->usSize) >= in get_sclk_vdd_gfx_table_offset()
1514 le16_to_cpu(extended_header->usSize) >= in init_dpm2_parameters()
HDppatomctrl.c235 offset += le16_to_cpu(voltage_object->asGpioVoltageObj.sHeader.usSize); in atomctrl_lookup_voltage_type_v3()
/dragonfly/sys/dev/drm/radeon/
HDr600_dpm.c1073 if ((le16_to_cpu(ext_hdr->usSize) >= SIZE_OF_ATOM_PPLIB_EXTENDEDHEADER_V2) && in r600_parse_extended_power_table()
1135 if ((le16_to_cpu(ext_hdr->usSize) >= SIZE_OF_ATOM_PPLIB_EXTENDEDHEADER_V3) && in r600_parse_extended_power_table()
1171 if ((le16_to_cpu(ext_hdr->usSize) >= SIZE_OF_ATOM_PPLIB_EXTENDEDHEADER_V4) && in r600_parse_extended_power_table()
1198 if ((le16_to_cpu(ext_hdr->usSize) >= SIZE_OF_ATOM_PPLIB_EXTENDEDHEADER_V5) && in r600_parse_extended_power_table()
1229 if ((le16_to_cpu(ext_hdr->usSize) >= SIZE_OF_ATOM_PPLIB_EXTENDEDHEADER_V6) && in r600_parse_extended_power_table()
1256 if ((le16_to_cpu(ext_hdr->usSize) >= SIZE_OF_ATOM_PPLIB_EXTENDEDHEADER_V7) && in r600_parse_extended_power_table()
HDatombios.h4020 USHORT usSize; //the size of ATOM_DISPLAY_OBJECT_PATH member
4029 USHORT usSize; //the size of ATOM_DISPLAY_OBJECT_PATH member
4569 …USHORT usSize; … member
4664 USHORT usSize; member
6576usSize; … member
7348 USHORT usSize; member
7354 USHORT usSize; member
7361 USHORT usSize; member
7368 USHORT usSize; member
HDpptable.h109 USHORT usSize; member
HDradeon_atombios.c557 path_size += le16_to_cpu(path->usSize); in radeon_get_atom_connector_info_from_object_table()
637 for (j = 0; j < ((le16_to_cpu(path->usSize) - 8) / 2); j++) { in radeon_get_atom_connector_info_from_object_table()
3417 offset += le16_to_cpu(vo->asGpioVoltageObj.sHeader.usSize); in atom_lookup_voltage_object_v3()
3826 … if (le16_to_cpu(vram_module->usSize) == 0) in radeon_atom_get_memory_info()
3829 … ((u8 *)vram_module + le16_to_cpu(vram_module->usSize)); in radeon_atom_get_memory_info()
/dragonfly/sys/dev/drm/amd/include/
HDpptable.h128 USHORT usSize; member
HDatombios.h4513 USHORT usSize; //the size of ATOM_DISPLAY_OBJECT_PATH member
4522 USHORT usSize; //the size of ATOM_DISPLAY_OBJECT_PATH member
5113 USHORT usSize; //Size of Object member
5238 USHORT usSize; member
7770 USHORT usSize; // size of ATOM_VRAM_MODULE_V3 member
8623 USHORT usSize; member
8629 USHORT usSize; member
8636 USHORT usSize; member
8643 USHORT usSize; member
/dragonfly/sys/dev/drm/amd/display/dc/bios/
HDbios_parser.c383 voltage_current_object += le16_to_cpu(object->sHeader.usSize); in get_voltage_ddc_info_v3()