Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ras_eeprom.c67 #define RAS_TABLE_RECORD_SIZE 24 macro
95 / RAS_TABLE_RECORD_SIZE)
124 / RAS_TABLE_RECORD_SIZE)
133 (_N) * RAS_TABLE_RECORD_SIZE)
136 (_C)->ras_record_offset) / RAS_TABLE_RECORD_SIZE)
146 RAS_TABLE_HEADER_SIZE) / RAS_TABLE_RECORD_SIZE)
150 RAS_TABLE_V2_1_INFO_SIZE) / RAS_TABLE_RECORD_SIZE)
596 buf_size = num * RAS_TABLE_RECORD_SIZE; in __amdgpu_ras_eeprom_write()
609 res / RAS_TABLE_RECORD_SIZE, num); in __amdgpu_ras_eeprom_write()
628 buf = kcalloc(num, RAS_TABLE_RECORD_SIZE, GFP_KERNEL); in amdgpu_ras_eeprom_append_table()
[all …]