Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/
Dumc_v8_7.c54 uint32_t ecc_err_cnt_sel, ecc_err_cnt_sel_addr; in umc_v8_7_clear_error_count_per_channel() local
62 ecc_err_cnt_sel = RREG32_PCIE((ecc_err_cnt_sel_addr + in umc_v8_7_clear_error_count_per_channel()
64 ecc_err_cnt_sel = REG_SET_FIELD(ecc_err_cnt_sel, in umc_v8_7_clear_error_count_per_channel()
68 ecc_err_cnt_sel); in umc_v8_7_clear_error_count_per_channel()
75 ecc_err_cnt_sel = RREG32_PCIE((ecc_err_cnt_sel_addr + in umc_v8_7_clear_error_count_per_channel()
77 ecc_err_cnt_sel = REG_SET_FIELD(ecc_err_cnt_sel, in umc_v8_7_clear_error_count_per_channel()
81 ecc_err_cnt_sel); in umc_v8_7_clear_error_count_per_channel()
108 uint32_t ecc_err_cnt_sel, ecc_err_cnt_sel_addr; in umc_v8_7_query_correctable_error_count() local
122 ecc_err_cnt_sel = RREG32_PCIE((ecc_err_cnt_sel_addr + umc_reg_offset) * 4); in umc_v8_7_query_correctable_error_count()
123 ecc_err_cnt_sel = REG_SET_FIELD(ecc_err_cnt_sel, UMCCH0_0_GeccErrCntSel, in umc_v8_7_query_correctable_error_count()
[all …]
Dumc_v6_1.c98 uint32_t ecc_err_cnt_sel, ecc_err_cnt_sel_addr; in umc_v6_1_clear_error_count_per_channel() local
119 ecc_err_cnt_sel = RREG32_PCIE((ecc_err_cnt_sel_addr + in umc_v6_1_clear_error_count_per_channel()
121 ecc_err_cnt_sel = REG_SET_FIELD(ecc_err_cnt_sel, in umc_v6_1_clear_error_count_per_channel()
125 ecc_err_cnt_sel); in umc_v6_1_clear_error_count_per_channel()
132 ecc_err_cnt_sel = RREG32_PCIE((ecc_err_cnt_sel_addr + in umc_v6_1_clear_error_count_per_channel()
134 ecc_err_cnt_sel = REG_SET_FIELD(ecc_err_cnt_sel, in umc_v6_1_clear_error_count_per_channel()
138 ecc_err_cnt_sel); in umc_v6_1_clear_error_count_per_channel()
173 uint32_t ecc_err_cnt_sel, ecc_err_cnt_sel_addr; in umc_v6_1_query_correctable_error_count() local
197 ecc_err_cnt_sel = RREG32_PCIE((ecc_err_cnt_sel_addr + umc_reg_offset) * 4); in umc_v6_1_query_correctable_error_count()
198 ecc_err_cnt_sel = REG_SET_FIELD(ecc_err_cnt_sel, UMCCH0_0_EccErrCntSel, in umc_v6_1_query_correctable_error_count()
[all …]
Dumc_v6_7.c57 uint32_t ecc_err_cnt_sel, ecc_err_cnt_sel_addr; in umc_v6_7_query_correctable_error_count() local
71 ecc_err_cnt_sel = RREG32_PCIE((ecc_err_cnt_sel_addr + umc_reg_offset) * 4); in umc_v6_7_query_correctable_error_count()
72 ecc_err_cnt_sel = REG_SET_FIELD(ecc_err_cnt_sel, UMCCH0_0_EccErrCntSel, in umc_v6_7_query_correctable_error_count()
74 WREG32_PCIE((ecc_err_cnt_sel_addr + umc_reg_offset) * 4, ecc_err_cnt_sel); in umc_v6_7_query_correctable_error_count()
82 ecc_err_cnt_sel = REG_SET_FIELD(ecc_err_cnt_sel, UMCCH0_0_EccErrCntSel, in umc_v6_7_query_correctable_error_count()
84 WREG32_PCIE((ecc_err_cnt_sel_addr + umc_reg_offset) * 4, ecc_err_cnt_sel); in umc_v6_7_query_correctable_error_count()
124 uint32_t ecc_err_cnt_sel, ecc_err_cnt_sel_addr; in umc_v6_7_reset_error_count_per_channel() local
134 ecc_err_cnt_sel = RREG32_PCIE((ecc_err_cnt_sel_addr + in umc_v6_7_reset_error_count_per_channel()
136 ecc_err_cnt_sel = REG_SET_FIELD(ecc_err_cnt_sel, in umc_v6_7_reset_error_count_per_channel()
140 ecc_err_cnt_sel); in umc_v6_7_reset_error_count_per_channel()
[all …]