Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/
H A Damdgpu_bios_parser.c673 (le16_to_cpu(ss_table_header_include->sHeader.usStructureSize) in get_ss_info_v3_1()
1041 tbl_size = (le16_to_cpu(header->sHeader.usStructureSize) in get_ss_info_from_internal_ss_info_tbl_V2_1()
1135 table_size = (le16_to_cpu(tbl->sHeader.usStructureSize) - in get_ss_info_from_ss_info_table()
1666 table_size = (le16_to_cpu(tbl->sHeader.usStructureSize) - in get_ss_entry_number_from_ss_info_tbl()
1721 size = (le16_to_cpu(header_include->sHeader.usStructureSize) in get_ss_entry_number_from_internal_ss_info_tbl_v2_1()
1756 size = (le16_to_cpu(header_include->sHeader.usStructureSize) - in get_ss_entry_number_from_internal_ss_info_tbl_V3_1()
1801 > le16_to_cpu(header->sHeader.usStructureSize)) in bios_parser_get_gpio_pin_info()
1807 count = (le16_to_cpu(header->sHeader.usStructureSize) in bios_parser_get_gpio_pin_info()
1851 > le16_to_cpu(header->sHeader.usStructureSize)) in get_gpio_i2c_info()
1858 count = (le16_to_cpu(header->sHeader.usStructureSize) in get_gpio_i2c_info()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
H A Damdgpu_ppatomctrl.c227 unsigned int size = le16_to_cpu(voltage_object_info_table->sHeader.usStructureSize); in atomctrl_lookup_voltage_type_v3()
579 unsigned int size = le16_to_cpu(gpio_lookup_table->sHeader.usStructureSize); in atomctrl_lookup_gpio_pin()
1185 (le16_to_cpu(fw_info->usStructureSize) >= sizeof(ATOM_FIRMWARE_INFO_V2_1))) { in atomctrl_get_mpll_reference_clock()
1238 le16_to_cpu(table->sHeader.usStructureSize)) { in asic_internal_ss_get_ss_asignment()
1501 (profile->asHeader.usStructureSize >= sizeof(ATOM_ASIC_PROFILING_INFO_V2_1))) { in atomctrl_get_leakage_vddc_base_on_leakage()
H A Damdgpu_processpptables.c1072 && (le16_to_cpu(fw_info->usStructureSize) >= sizeof(ATOM_FIRMWARE_INFO_V1_4))) in init_overdrive_limits()
1078 && (le16_to_cpu(fw_info->usStructureSize) >= sizeof(ATOM_FIRMWARE_INFO_V2_1))) in init_overdrive_limits()
H A Damdgpu_process_pptables_v1_0.c1057 PP_ASSERT_WITH_CODE((0 < powerplay_table->sHeader.usStructureSize), in check_powerplay_tables()
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_atombios.c3390 u32 size = le16_to_cpu(v1->sHeader.usStructureSize); in atom_lookup_voltage_object_v1()
3407 u32 size = le16_to_cpu(v2->sHeader.usStructureSize); in atom_lookup_voltage_object_v2()
3424 u32 size = le16_to_cpu(v3->sHeader.usStructureSize); in atom_lookup_voltage_object_v3()
H A Datombios.h204 USHORT usStructureSize; member
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
H A Damdgpu_smu.c618 if (header->usStructureSize != size) { in smu_sys_set_pp_table()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_atombios.c1409 u32 size = le16_to_cpu(v3->sHeader.usStructureSize); in amdgpu_atombios_lookup_voltage_object_v3()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/include/
H A Datombios.h212 USHORT usStructureSize; member