Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/ras/rascore/
H A Dras_eeprom.h85 u16 ecc_page_threshold; member
H A Dras_eeprom.c329 (((uint32_t)(rai->ecc_page_threshold) << 16) & 0xFFFF0000); in __encode_table_ras_info_to_buf()
343 rai->ecc_page_threshold = (tmp >> 16) & 0xFFFF; in __decode_table_ras_info_from_buf()
470 rai->ecc_page_threshold = control->record_threshold_count; in ras_eeprom_reset_table()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ras_eeprom.h58 u16 ecc_page_threshold; member
H A Damdgpu_ras_eeprom.c305 (((uint32_t)(rai->ecc_page_threshold) << 16) & 0xFFFF0000); in __encode_table_ras_info_to_buf()
319 rai->ecc_page_threshold = (tmp >> 16) & 0xFFFF; in __decode_table_ras_info_from_buf()
473 rai->ecc_page_threshold = con->bad_page_cnt_threshold; in amdgpu_ras_eeprom_reset_table()