curr_address      241 drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c static uint32_t __correct_eeprom_dest_address(uint32_t curr_address)
curr_address      243 drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c 	uint32_t next_address = curr_address + EEPROM_TABLE_RECORD_SIZE;
curr_address      259 drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c 	if ((curr_address & EEPROM_ADDR_MSB_MASK) != (next_address & EEPROM_ADDR_MSB_MASK)) {
curr_address      266 drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c 	return curr_address;