Searched refs:usSize (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dlegacy_dpm.c406 if ((le16_to_cpu(ext_hdr->usSize) >= SIZE_OF_ATOM_PPLIB_EXTENDEDHEADER_V2) &&
467 if ((le16_to_cpu(ext_hdr->usSize) >= SIZE_OF_ATOM_PPLIB_EXTENDEDHEADER_V3) &&
501 if ((le16_to_cpu(ext_hdr->usSize) >= SIZE_OF_ATOM_PPLIB_EXTENDEDHEADER_V4) &&
526 if ((le16_to_cpu(ext_hdr->usSize) >= SIZE_OF_ATOM_PPLIB_EXTENDEDHEADER_V5) &&
555 if ((le16_to_cpu(ext_hdr->usSize) >= SIZE_OF_ATOM_PPLIB_EXTENDEDHEADER_V6) &&
580 if ((le16_to_cpu(ext_hdr->usSize) >= SIZE_OF_ATOM_PPLIB_EXTENDEDHEADER_V7) &&
616 if ((le16_to_cpu(ext_hdr->usSize) >= SIZE_OF_ATOM_PPLIB_EXTENDEDHEADER_V8) &&
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dprocesspptables.c65 if (le16_to_cpu(extended_header->usSize) >=
166 if (le16_to_cpu(extended_header->usSize) >=
231 if (le16_to_cpu(extended_header->usSize) >=
267 if (le16_to_cpu(pExtendedHeader->usSize) >=
303 if (le16_to_cpu(pExtendedHeader->usSize) >=
354 if (le16_to_cpu(pExtendedHeader->usSize) >=
1597 le16_to_cpu(extended_header->usSize) >=
H A Dppatomctrl.c271 offset += le16_to_cpu(voltage_object->asGpioVoltageObj.sHeader.usSize);
/linux-master/drivers/gpu/drm/radeon/
H A Dr600_dpm.c1070 if ((le16_to_cpu(ext_hdr->usSize) >= SIZE_OF_ATOM_PPLIB_EXTENDEDHEADER_V2) &&
1132 if ((le16_to_cpu(ext_hdr->usSize) >= SIZE_OF_ATOM_PPLIB_EXTENDEDHEADER_V3) &&
1168 if ((le16_to_cpu(ext_hdr->usSize) >= SIZE_OF_ATOM_PPLIB_EXTENDEDHEADER_V4) &&
1195 if ((le16_to_cpu(ext_hdr->usSize) >= SIZE_OF_ATOM_PPLIB_EXTENDEDHEADER_V5) &&
1226 if ((le16_to_cpu(ext_hdr->usSize) >= SIZE_OF_ATOM_PPLIB_EXTENDEDHEADER_V6) &&
1253 if ((le16_to_cpu(ext_hdr->usSize) >= SIZE_OF_ATOM_PPLIB_EXTENDEDHEADER_V7) &&
H A Dpptable.h109 USHORT usSize; member in struct:_ATOM_PPLIB_EXTENDEDHEADER
H A Datombios.h4020 USHORT usSize; //the size of ATOM_DISPLAY_OBJECT_PATH member in struct:_ATOM_DISPLAY_OBJECT_PATH
4029 USHORT usSize; //the size of ATOM_DISPLAY_OBJECT_PATH member in struct:_ATOM_DISPLAY_EXTERNAL_OBJECT_PATH
4569 USHORT usSize; //Size of Object member in struct:_ATOM_VOLTAGE_OBJECT_HEADER_V3
4664 USHORT usSize; member in struct:_ATOM_ASIC_PROFILE_VOLTAGE
6576 USHORT usSize; // size of ATOM_VRAM_MODULE_V3 member in struct:_ATOM_VRAM_MODULE_V3
7348 USHORT usSize; member in struct:_PHY_CONDITION_REG_INFO
7354 USHORT usSize; member in struct:_PHY_CONDITION_REG_INFO_V2
7361 USHORT usSize; member in struct:_PHY_ANALOG_SETTING_INFO
7368 USHORT usSize; member in struct:_PHY_ANALOG_SETTING_INFO_V2
H A Dradeon_atombios.c565 path_size += le16_to_cpu(path->usSize);
642 for (j = 0; j < ((le16_to_cpu(path->usSize) - 8) / 2); j++) {
3438 offset += le16_to_cpu(vo->asGpioVoltageObj.sHeader.usSize);
3847 if (le16_to_cpu(vram_module->usSize) == 0)
3850 ((u8 *)vram_module + le16_to_cpu(vram_module->usSize));
/linux-master/drivers/gpu/drm/amd/include/
H A Dpptable.h128 USHORT usSize; member in struct:_ATOM_PPLIB_EXTENDEDHEADER
H A Datombios.h4513 USHORT usSize; //the size of ATOM_DISPLAY_OBJECT_PATH member in struct:_ATOM_DISPLAY_OBJECT_PATH
4522 USHORT usSize; //the size of ATOM_DISPLAY_OBJECT_PATH member in struct:_ATOM_DISPLAY_EXTERNAL_OBJECT_PATH
5113 USHORT usSize; //Size of Object member in struct:_ATOM_VOLTAGE_OBJECT_HEADER_V3
5238 USHORT usSize; member in struct:_ATOM_ASIC_PROFILE_VOLTAGE
7788 USHORT usSize; // size of ATOM_VRAM_MODULE_V3 member in struct:_ATOM_VRAM_MODULE_V3
8641 USHORT usSize; member in struct:_PHY_CONDITION_REG_INFO
8647 USHORT usSize; member in struct:_PHY_CONDITION_REG_INFO_V2
8654 USHORT usSize; member in struct:_PHY_ANALOG_SETTING_INFO
8661 USHORT usSize; member in struct:_PHY_ANALOG_SETTING_INFO_V2
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_atombios.c338 path_size += le16_to_cpu(path->usSize);
367 for (j = 0; j < ((le16_to_cpu(path->usSize) - 8) / 2); j++) {
1269 offset += le16_to_cpu(vo->asGpioVoltageObj.sHeader.usSize);

Completed in 312 milliseconds