HomeSort by: relevance | last modified time | path
    Searched defs:global_sts (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_nbio_v7_4.c 491 uint32_t global_sts, central_sts, int_eoi, parity_sts; local in function:nbio_v7_4_query_ras_error_count
495 global_sts = RREG32_PCIE(smnRAS_GLOBAL_STATUS_LO);
496 corr = REG_GET_FIELD(global_sts, RAS_GLOBAL_STATUS_LO, ParityErrCorr);
497 fatal = REG_GET_FIELD(global_sts, RAS_GLOBAL_STATUS_LO, ParityErrFatal);
498 non_fatal = REG_GET_FIELD(global_sts, RAS_GLOBAL_STATUS_LO,
510 WREG32_PCIE(smnRAS_GLOBAL_STATUS_LO, global_sts);
amdgpu_nbio_v7_4.c 491 uint32_t global_sts, central_sts, int_eoi, parity_sts; local in function:nbio_v7_4_query_ras_error_count
495 global_sts = RREG32_PCIE(smnRAS_GLOBAL_STATUS_LO);
496 corr = REG_GET_FIELD(global_sts, RAS_GLOBAL_STATUS_LO, ParityErrCorr);
497 fatal = REG_GET_FIELD(global_sts, RAS_GLOBAL_STATUS_LO, ParityErrFatal);
498 non_fatal = REG_GET_FIELD(global_sts, RAS_GLOBAL_STATUS_LO,
510 WREG32_PCIE(smnRAS_GLOBAL_STATUS_LO, global_sts);

Completed in 141 milliseconds