Home
last modified time | relevance | path

Searched refs:global_sts (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Dnbio_v7_4.c590 uint32_t global_sts, central_sts, int_eoi, parity_sts; in nbio_v7_4_query_ras_error_count() local
595 global_sts = RREG32_PCIE(smnRAS_GLOBAL_STATUS_LO_ALDE); in nbio_v7_4_query_ras_error_count()
597 global_sts = RREG32_PCIE(smnRAS_GLOBAL_STATUS_LO); in nbio_v7_4_query_ras_error_count()
599 corr = REG_GET_FIELD(global_sts, RAS_GLOBAL_STATUS_LO, ParityErrCorr); in nbio_v7_4_query_ras_error_count()
600 fatal = REG_GET_FIELD(global_sts, RAS_GLOBAL_STATUS_LO, ParityErrFatal); in nbio_v7_4_query_ras_error_count()
601 non_fatal = REG_GET_FIELD(global_sts, RAS_GLOBAL_STATUS_LO, in nbio_v7_4_query_ras_error_count()
619 WREG32_PCIE(smnRAS_GLOBAL_STATUS_LO_ALDE, global_sts); in nbio_v7_4_query_ras_error_count()
621 WREG32_PCIE(smnRAS_GLOBAL_STATUS_LO, global_sts); in nbio_v7_4_query_ras_error_count()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Dnbio_v7_4.c492 uint32_t global_sts, central_sts, int_eoi, parity_sts; in nbio_v7_4_query_ras_error_count() local
496 global_sts = RREG32_PCIE(smnRAS_GLOBAL_STATUS_LO); in nbio_v7_4_query_ras_error_count()
497 corr = REG_GET_FIELD(global_sts, RAS_GLOBAL_STATUS_LO, ParityErrCorr); in nbio_v7_4_query_ras_error_count()
498 fatal = REG_GET_FIELD(global_sts, RAS_GLOBAL_STATUS_LO, ParityErrFatal); in nbio_v7_4_query_ras_error_count()
499 non_fatal = REG_GET_FIELD(global_sts, RAS_GLOBAL_STATUS_LO, in nbio_v7_4_query_ras_error_count()
511 WREG32_PCIE(smnRAS_GLOBAL_STATUS_LO, global_sts); in nbio_v7_4_query_ras_error_count()

Completed in 3 milliseconds