Searched refs:ecc_err_cnt_addr (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | umc_v8_14.c | 41 uint32_t ecc_err_cnt_addr; in umc_v8_14_clear_error_count_per_channel() local 45 ecc_err_cnt_addr = in umc_v8_14_clear_error_count_per_channel() 49 WREG32_PCIE((ecc_err_cnt_addr + umc_reg_offset) * 4, in umc_v8_14_clear_error_count_per_channel() 65 uint32_t ecc_err_cnt, ecc_err_cnt_addr; in umc_v8_14_query_correctable_error_count() local 68 ecc_err_cnt_addr = in umc_v8_14_query_correctable_error_count() 71 ecc_err_cnt = RREG32_PCIE((ecc_err_cnt_addr + umc_reg_offset) * 4); in umc_v8_14_query_correctable_error_count() 81 uint32_t ecc_err_cnt, ecc_err_cnt_addr; in umc_v8_14_query_uncorrectable_error_count() local 83 ecc_err_cnt_addr = in umc_v8_14_query_uncorrectable_error_count() 86 ecc_err_cnt = RREG32_PCIE((ecc_err_cnt_addr + umc_reg_offset) * 4); in umc_v8_14_query_uncorrectable_error_count() 124 uint32_t ecc_err_cnt_addr; in umc_v8_14_err_cnt_init_per_channel() local [all …]
|
H A D | umc_v6_1.c | 97 uint32_t ecc_err_cnt_addr; in umc_v6_1_clear_error_count_per_channel() local 105 ecc_err_cnt_addr = in umc_v6_1_clear_error_count_per_channel() 113 ecc_err_cnt_addr = in umc_v6_1_clear_error_count_per_channel() 128 WREG32_PCIE((ecc_err_cnt_addr + umc_reg_offset) * 4, in umc_v6_1_clear_error_count_per_channel() 141 WREG32_PCIE((ecc_err_cnt_addr + umc_reg_offset) * 4, in umc_v6_1_clear_error_count_per_channel() 174 uint32_t ecc_err_cnt, ecc_err_cnt_addr; in umc_v6_1_query_correctable_error_count() local 182 ecc_err_cnt_addr = in umc_v6_1_query_correctable_error_count() 190 ecc_err_cnt_addr = in umc_v6_1_query_correctable_error_count() 202 ecc_err_cnt = RREG32_PCIE((ecc_err_cnt_addr + umc_reg_offset) * 4); in umc_v6_1_query_correctable_error_count() 212 ecc_err_cnt = RREG32_PCIE((ecc_err_cnt_addr + umc_reg_offset) * 4); in umc_v6_1_query_correctable_error_count() [all …]
|
H A D | umc_v8_7.c | 183 uint32_t ecc_err_cnt_addr; in umc_v8_7_clear_error_count_per_channel() local 188 ecc_err_cnt_addr = in umc_v8_7_clear_error_count_per_channel() 201 WREG32_PCIE((ecc_err_cnt_addr + umc_reg_offset) * 4, in umc_v8_7_clear_error_count_per_channel() 214 WREG32_PCIE((ecc_err_cnt_addr + umc_reg_offset) * 4, in umc_v8_7_clear_error_count_per_channel() 239 uint32_t ecc_err_cnt, ecc_err_cnt_addr; in umc_v8_7_query_correctable_error_count() local 246 ecc_err_cnt_addr = in umc_v8_7_query_correctable_error_count() 257 ecc_err_cnt = RREG32_PCIE((ecc_err_cnt_addr + umc_reg_offset) * 4); in umc_v8_7_query_correctable_error_count() 267 ecc_err_cnt = RREG32_PCIE((ecc_err_cnt_addr + umc_reg_offset) * 4); in umc_v8_7_query_correctable_error_count() 394 uint32_t ecc_err_cnt_addr; in umc_v8_7_err_cnt_init_per_channel() local 398 ecc_err_cnt_addr = in umc_v8_7_err_cnt_init_per_channel() [all …]
|
H A D | umc_v6_7.c | 268 uint32_t ecc_err_cnt, ecc_err_cnt_addr; in umc_v6_7_query_correctable_error_count() local 275 ecc_err_cnt_addr = in umc_v6_7_query_correctable_error_count() 286 ecc_err_cnt = RREG32_PCIE((ecc_err_cnt_addr + umc_reg_offset) * 4); in umc_v6_7_query_correctable_error_count() 296 ecc_err_cnt = RREG32_PCIE((ecc_err_cnt_addr + umc_reg_offset) * 4); in umc_v6_7_query_correctable_error_count() 365 uint32_t ecc_err_cnt_addr; in umc_v6_7_reset_error_count_per_channel() local 373 ecc_err_cnt_addr = in umc_v6_7_reset_error_count_per_channel() 387 WREG32_PCIE((ecc_err_cnt_addr + umc_reg_offset) * 4, in umc_v6_7_reset_error_count_per_channel() 400 WREG32_PCIE((ecc_err_cnt_addr + umc_reg_offset) * 4, in umc_v6_7_reset_error_count_per_channel()
|
H A D | umc_v8_10.c | 83 uint32_t ecc_err_cnt_addr; in umc_v8_10_clear_error_count_per_channel() local 87 ecc_err_cnt_addr = in umc_v8_10_clear_error_count_per_channel() 91 WREG32_PCIE((ecc_err_cnt_addr + umc_reg_offset) * 4, in umc_v8_10_clear_error_count_per_channel() 299 uint32_t ecc_err_cnt_addr; in umc_v8_10_err_cnt_init_per_channel() local 305 ecc_err_cnt_addr = in umc_v8_10_err_cnt_init_per_channel() 315 WREG32_PCIE((ecc_err_cnt_addr + umc_reg_offset) * 4, UMC_V8_10_CE_CNT_INIT); in umc_v8_10_err_cnt_init_per_channel()
|