Searched refs:ecc_err_cnt_sel (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
| D | umc_v6_1.c | 82 uint32_t ecc_err_cnt_sel, ecc_err_cnt_sel_addr; in umc_v6_1_query_correctable_error_count() local 95 ecc_err_cnt_sel = RREG32(ecc_err_cnt_sel_addr + umc_reg_offset); in umc_v6_1_query_correctable_error_count() 96 ecc_err_cnt_sel = REG_SET_FIELD(ecc_err_cnt_sel, UMCCH0_0_EccErrCntSel, in umc_v6_1_query_correctable_error_count() 98 WREG32(ecc_err_cnt_sel_addr + umc_reg_offset, ecc_err_cnt_sel); in umc_v6_1_query_correctable_error_count() 107 ecc_err_cnt_sel = REG_SET_FIELD(ecc_err_cnt_sel, UMCCH0_0_EccErrCntSel, in umc_v6_1_query_correctable_error_count() 109 WREG32(ecc_err_cnt_sel_addr + umc_reg_offset, ecc_err_cnt_sel); in umc_v6_1_query_correctable_error_count() 216 uint32_t ecc_err_cnt_sel, ecc_err_cnt_sel_addr; in umc_v6_1_ras_init_per_channel() local 225 ecc_err_cnt_sel = RREG32(ecc_err_cnt_sel_addr + umc_reg_offset); in umc_v6_1_ras_init_per_channel() 226 ecc_err_cnt_sel = REG_SET_FIELD(ecc_err_cnt_sel, UMCCH0_0_EccErrCntSel, in umc_v6_1_ras_init_per_channel() 229 ecc_err_cnt_sel = REG_SET_FIELD(ecc_err_cnt_sel, UMCCH0_0_EccErrCntSel, in umc_v6_1_ras_init_per_channel() [all …]
|