Home
last modified time | relevance | path

Searched refs:usStructureSize (Results 1 – 8 of 8) sorted by relevance

/dflybsd-src/sys/dev/drm/amd/display/dc/bios/
H A Dbios_parser.c338 while ((address + le16_to_cpu(header->usStructureSize)) > voltage_current_object) { in get_voltage_ddc_info_v1()
369 while ((address + le16_to_cpu(header->usStructureSize)) > voltage_current_object) { in get_voltage_ddc_info_v3()
923 (le16_to_cpu(ss_table_header_include->sHeader.usStructureSize) in get_ss_info_v3_1()
1402 tbl_size = (le16_to_cpu(header->sHeader.usStructureSize) in get_ss_info_from_internal_ss_info_tbl_V2_1()
1496 table_size = (le16_to_cpu(tbl->sHeader.usStructureSize) - in get_ss_info_from_ss_info_table()
2027 table_size = (le16_to_cpu(tbl->sHeader.usStructureSize) - in get_ss_entry_number_from_ss_info_tbl()
2082 size = (le16_to_cpu(header_include->sHeader.usStructureSize) in get_ss_entry_number_from_internal_ss_info_tbl_v2_1()
2117 size = (le16_to_cpu(header_include->sHeader.usStructureSize) - in get_ss_entry_number_from_internal_ss_info_tbl_V3_1()
2162 > le16_to_cpu(header->sHeader.usStructureSize)) in bios_parser_get_gpio_pin_info()
2168 count = (le16_to_cpu(header->sHeader.usStructureSize) in bios_parser_get_gpio_pin_info()
[all …]
/dflybsd-src/sys/dev/drm/amd/powerplay/hwmgr/
H A Dppatomctrl.c223 unsigned int size = le16_to_cpu(voltage_object_info_table->sHeader.usStructureSize); in atomctrl_lookup_voltage_type_v3()
575 unsigned int size = le16_to_cpu(gpio_lookup_table->sHeader.usStructureSize); in atomctrl_lookup_gpio_pin()
1181 (le16_to_cpu(fw_info->usStructureSize) >= sizeof(ATOM_FIRMWARE_INFO_V2_1))) { in atomctrl_get_mpll_reference_clock()
1234 le16_to_cpu(table->sHeader.usStructureSize)) { in asic_internal_ss_get_ss_asignment()
1497 (profile->asHeader.usStructureSize >= sizeof(ATOM_ASIC_PROFILING_INFO_V2_1))) { in atomctrl_get_leakage_vddc_base_on_leakage()
H A Dprocesspptables.c1092 && (fw_info->usStructureSize >= sizeof(ATOM_FIRMWARE_INFO_V1_4))) in init_overdrive_limits()
1098 && (fw_info->usStructureSize >= sizeof(ATOM_FIRMWARE_INFO_V2_1))) in init_overdrive_limits()
H A Dprocess_pptables_v1_0.c1052 PP_ASSERT_WITH_CODE((0 < powerplay_table->sHeader.usStructureSize), in check_powerplay_tables()
/dflybsd-src/sys/dev/drm/radeon/
H A Dradeon_atombios.c3374 u32 size = le16_to_cpu(v1->sHeader.usStructureSize); in atom_lookup_voltage_object_v1()
3391 u32 size = le16_to_cpu(v2->sHeader.usStructureSize); in atom_lookup_voltage_object_v2()
3408 u32 size = le16_to_cpu(v3->sHeader.usStructureSize); in atom_lookup_voltage_object_v3()
H A Datombios.h202 USHORT usStructureSize; member
/dflybsd-src/sys/dev/drm/amd/amdgpu/
H A Damdgpu_atombios.c1401 u32 size = le16_to_cpu(v3->sHeader.usStructureSize); in amdgpu_atombios_lookup_voltage_object_v3()
/dflybsd-src/sys/dev/drm/amd/include/
H A Datombios.h210 USHORT usStructureSize; member