Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Dsoc15.c989 uint64_t nak_r, nak_g; in soc15_get_pcie_replay_count() local
993 nak_g = RREG32_PCIE(smnPCIE_RX_NUM_NAK_GENERATED); in soc15_get_pcie_replay_count()
996 return (nak_r + nak_g); in soc15_get_pcie_replay_count()
H A Dvi.c1044 uint64_t nak_r, nak_g; in vi_get_pcie_replay_count() local
1048 nak_g = RREG32_PCIE(ixPCIE_RX_NUM_NAK_GENERATED); in vi_get_pcie_replay_count()
1051 return (nak_r + nak_g); in vi_get_pcie_replay_count()
H A Dcik.c1916 uint64_t nak_r, nak_g; in cik_get_pcie_replay_count() local
1920 nak_g = RREG32_PCIE(ixPCIE_RX_NUM_NAK_GENERATED); in cik_get_pcie_replay_count()
1923 return (nak_r + nak_g); in cik_get_pcie_replay_count()
H A Dsi.c1512 uint64_t nak_r, nak_g; in si_get_pcie_replay_count() local
1516 nak_g = RREG32_PCIE(ixPCIE_RX_NUM_NAK_GENERATED); in si_get_pcie_replay_count()
1519 return (nak_r + nak_g); in si_get_pcie_replay_count()