Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ras_eeprom.c68 #define RAS_TABLE_RECORD_SIZE 24 macro
96 / RAS_TABLE_RECORD_SIZE)
125 / RAS_TABLE_RECORD_SIZE)
134 (_N) * RAS_TABLE_RECORD_SIZE)
137 (_C)->ras_record_offset) / RAS_TABLE_RECORD_SIZE)
148 (((_tbl_hdr)->tbl_size - RAS_TABLE_HEADER_SIZE) / RAS_TABLE_RECORD_SIZE))
154 RAS_TABLE_V2_1_INFO_SIZE) / RAS_TABLE_RECORD_SIZE))
627 buf_size = num * RAS_TABLE_RECORD_SIZE; in __amdgpu_ras_eeprom_write()
640 res / RAS_TABLE_RECORD_SIZE, num); in __amdgpu_ras_eeprom_write()
659 buf = kcalloc(num, RAS_TABLE_RECORD_SIZE, GFP_KERNEL); in amdgpu_ras_eeprom_append_table()
[all …]