Searched defs:amdgpu_ras_eeprom_control (Results 1 – 2 of 2) sorted by relevance
61 struct amdgpu_ras_eeprom_control { struct62 struct amdgpu_ras_eeprom_table_header tbl_hdr;64 struct amdgpu_ras_eeprom_table_ras_info tbl_rai;70 u32 i2c_address;77 u32 ras_header_offset;78 u32 ras_info_offset;79 u32 ras_record_offset;83 u32 ras_num_recs;90 u32 ras_fri;96 u32 ras_max_record_count;[all …]
45 struct amdgpu_ras_eeprom_control { struct46 struct amdgpu_ras_eeprom_table_header tbl_hdr;47 uint32_t next_addr;48 unsigned int num_recs;49 struct mutex tbl_mutex;50 uint32_t tbl_byte_sum;51 uint16_t i2c_address; // 8-bit represented address