Searched refs:RAS_TABLE_VER_V2_1 (Results 1 – 2 of 2) sorted by relevance
417 hdr->version = RAS_TABLE_VER_V2_1; in amdgpu_ras_set_eeprom_table_version()446 if (hdr->version == RAS_TABLE_VER_V2_1) { in amdgpu_ras_eeprom_reset_table()464 if (hdr->version == RAS_TABLE_VER_V2_1) in amdgpu_ras_eeprom_reset_table()756 if (control->tbl_hdr.version == RAS_TABLE_VER_V2_1) { in amdgpu_ras_eeprom_update_header()768 if (control->tbl_hdr.version == RAS_TABLE_VER_V2_1) in amdgpu_ras_eeprom_update_header()808 control->tbl_hdr.version == RAS_TABLE_VER_V2_1 && in amdgpu_ras_eeprom_update_header()821 if (control->tbl_hdr.version == RAS_TABLE_VER_V2_1) in amdgpu_ras_eeprom_update_header()1034 if (control->tbl_hdr.version == RAS_TABLE_VER_V2_1) in amdgpu_ras_eeprom_max_record_count()1279 if (control->tbl_hdr.version == RAS_TABLE_VER_V2_1) in __verify_ras_table_checksum()1382 if (hdr->version == RAS_TABLE_VER_V2_1) { in amdgpu_ras_eeprom_init()[all …]
30 #define RAS_TABLE_VER_V2_1 0x00021000 macro