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)
136 (_N) * RAS_TABLE_RECORD_SIZE)
139 (_C)->ras_record_offset) / RAS_TABLE_RECORD_SIZE)
149 RAS_TABLE_HEADER_SIZE) / RAS_TABLE_RECORD_SIZE)
153 RAS_TABLE_V2_1_INFO_SIZE) / RAS_TABLE_RECORD_SIZE)
631 buf_size = num * RAS_TABLE_RECORD_SIZE; in __amdgpu_ras_eeprom_write()
644 res / RAS_TABLE_RECORD_SIZE, num); in __amdgpu_ras_eeprom_write()
664 buf = kcalloc(num, RAS_TABLE_RECORD_SIZE, GFP_KERNEL); in amdgpu_ras_eeprom_append_table()
[all …]