Home
last modified time | relevance | path

Searched refs:nak_g (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Dnbio_v7_9.c458 u32 val, nak_r, nak_g; in nbio_v7_9_get_pcie_replay_count() local
466 nak_g = val >> 16; in nbio_v7_9_get_pcie_replay_count()
469 return (nak_r + nak_g); in nbio_v7_9_get_pcie_replay_count()
Dsoc15.c853 uint64_t nak_r, nak_g; in soc15_get_pcie_replay_count() local
857 nak_g = RREG32_PCIE(smnPCIE_RX_NUM_NAK_GENERATED); in soc15_get_pcie_replay_count()
860 return (nak_r + nak_g); in soc15_get_pcie_replay_count()
Dcik.c1950 uint64_t nak_r, nak_g; in cik_get_pcie_replay_count() local
1954 nak_g = RREG32_PCIE(ixPCIE_RX_NUM_NAK_GENERATED); in cik_get_pcie_replay_count()
1957 return (nak_r + nak_g); in cik_get_pcie_replay_count()
Dvi.c1401 uint64_t nak_r, nak_g; in vi_get_pcie_replay_count() local
1405 nak_g = RREG32_PCIE(ixPCIE_RX_NUM_NAK_GENERATED); in vi_get_pcie_replay_count()
1408 return (nak_r + nak_g); in vi_get_pcie_replay_count()
Dsi.c1628 uint64_t nak_r, nak_g; in si_get_pcie_replay_count() local
1632 nak_g = RREG32_PCIE(ixPCIE_RX_NUM_NAK_GENERATED); in si_get_pcie_replay_count()
1635 return (nak_r + nak_g); in si_get_pcie_replay_count()