Searched refs:int_eoi (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | nbio_v7_4.c | 492 uint32_t global_sts, central_sts, int_eoi, parity_sts; in nbio_v7_4_query_ras_error_count() local 522 int_eoi = RREG32_PCIE(smnIOHC_INTERRUPT_EOI); in nbio_v7_4_query_ras_error_count() 523 int_eoi = REG_SET_FIELD(int_eoi, in nbio_v7_4_query_ras_error_count() 525 WREG32_PCIE(smnIOHC_INTERRUPT_EOI, int_eoi); in nbio_v7_4_query_ras_error_count()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | nbio_v7_4.c | 590 uint32_t global_sts, central_sts, int_eoi, parity_sts; in nbio_v7_4_query_ras_error_count() local 636 int_eoi = RREG32_PCIE(smnIOHC_INTERRUPT_EOI); in nbio_v7_4_query_ras_error_count() 637 int_eoi = REG_SET_FIELD(int_eoi, in nbio_v7_4_query_ras_error_count() 639 WREG32_PCIE(smnIOHC_INTERRUPT_EOI, int_eoi); in nbio_v7_4_query_ras_error_count()
|
Completed in 4 milliseconds