Searched refs:ecc_err_cnt_addr (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/ |
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 …]
|
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 …]
|
D | umc_v8_10.c | 72 uint32_t ecc_err_cnt_addr; in umc_v8_10_clear_error_count_per_channel() local 74 ecc_err_cnt_addr = in umc_v8_10_clear_error_count_per_channel() 78 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 303 ecc_err_cnt_addr = in umc_v8_10_err_cnt_init_per_channel() 313 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()
|
D | umc_v6_7.c | 281 uint32_t ecc_err_cnt, ecc_err_cnt_addr; in umc_v6_7_query_correctable_error_count() local 288 ecc_err_cnt_addr = in umc_v6_7_query_correctable_error_count() 299 ecc_err_cnt = RREG32_PCIE((ecc_err_cnt_addr + umc_reg_offset) * 4); in umc_v6_7_query_correctable_error_count() 309 ecc_err_cnt = RREG32_PCIE((ecc_err_cnt_addr + umc_reg_offset) * 4); in umc_v6_7_query_correctable_error_count() 377 uint32_t ecc_err_cnt_addr; in umc_v6_7_reset_error_count_per_channel() local 383 ecc_err_cnt_addr = in umc_v6_7_reset_error_count_per_channel() 397 WREG32_PCIE((ecc_err_cnt_addr + umc_reg_offset) * 4, in umc_v6_7_reset_error_count_per_channel() 410 WREG32_PCIE((ecc_err_cnt_addr + umc_reg_offset) * 4, in umc_v6_7_reset_error_count_per_channel()
|