Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Dumc_v8_7.c53 uint32_t ecc_err_cnt_sel, ecc_err_cnt_sel_addr; in umc_v8_7_clear_error_count_per_channel() local
61 ecc_err_cnt_sel = RREG32_PCIE((ecc_err_cnt_sel_addr + in umc_v8_7_clear_error_count_per_channel()
63 ecc_err_cnt_sel = REG_SET_FIELD(ecc_err_cnt_sel, in umc_v8_7_clear_error_count_per_channel()
67 ecc_err_cnt_sel); in umc_v8_7_clear_error_count_per_channel()
74 ecc_err_cnt_sel = RREG32_PCIE((ecc_err_cnt_sel_addr + in umc_v8_7_clear_error_count_per_channel()
76 ecc_err_cnt_sel = REG_SET_FIELD(ecc_err_cnt_sel, in umc_v8_7_clear_error_count_per_channel()
80 ecc_err_cnt_sel); in umc_v8_7_clear_error_count_per_channel()
107 uint32_t ecc_err_cnt_sel, ecc_err_cnt_sel_addr; in umc_v8_7_query_correctable_error_count() local
121 ecc_err_cnt_sel = RREG32_PCIE((ecc_err_cnt_sel_addr + umc_reg_offset) * 4); in umc_v8_7_query_correctable_error_count()
122 ecc_err_cnt_sel = REG_SET_FIELD(ecc_err_cnt_sel, UMCCH0_0_GeccErrCntSel, in umc_v8_7_query_correctable_error_count()
[all …]
H A Dumc_v6_1.c97 uint32_t ecc_err_cnt_sel, ecc_err_cnt_sel_addr; in umc_v6_1_clear_error_count_per_channel() local
118 ecc_err_cnt_sel = RREG32_PCIE((ecc_err_cnt_sel_addr + in umc_v6_1_clear_error_count_per_channel()
120 ecc_err_cnt_sel = REG_SET_FIELD(ecc_err_cnt_sel, in umc_v6_1_clear_error_count_per_channel()
124 ecc_err_cnt_sel); in umc_v6_1_clear_error_count_per_channel()
131 ecc_err_cnt_sel = RREG32_PCIE((ecc_err_cnt_sel_addr + in umc_v6_1_clear_error_count_per_channel()
133 ecc_err_cnt_sel = REG_SET_FIELD(ecc_err_cnt_sel, in umc_v6_1_clear_error_count_per_channel()
137 ecc_err_cnt_sel); in umc_v6_1_clear_error_count_per_channel()
172 uint32_t ecc_err_cnt_sel, ecc_err_cnt_sel_addr; in umc_v6_1_query_correctable_error_count() local
196 ecc_err_cnt_sel = RREG32_PCIE((ecc_err_cnt_sel_addr + umc_reg_offset) * 4); in umc_v6_1_query_correctable_error_count()
197 ecc_err_cnt_sel = REG_SET_FIELD(ecc_err_cnt_sel, UMCCH0_0_EccErrCntSel, in umc_v6_1_query_correctable_error_count()
[all …]