Searched refs:nak_g (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | nbio_v7_9.c | 468 u32 val, nak_r, nak_g; in nbio_v7_9_get_pcie_replay_count() local 476 nak_g = val >> 16; in nbio_v7_9_get_pcie_replay_count() 479 return (nak_r + nak_g); in nbio_v7_9_get_pcie_replay_count()
|
H A D | soc15.c | 852 uint64_t nak_r, nak_g; in soc15_get_pcie_replay_count() local 856 nak_g = RREG32_PCIE(smnPCIE_RX_NUM_NAK_GENERATED); in soc15_get_pcie_replay_count() 859 return (nak_r + nak_g); in soc15_get_pcie_replay_count()
|
H A D | cik.c | 1965 uint64_t nak_r, nak_g; in cik_get_pcie_replay_count() local 1969 nak_g = RREG32_PCIE(ixPCIE_RX_NUM_NAK_GENERATED); in cik_get_pcie_replay_count() 1972 return (nak_r + nak_g); in cik_get_pcie_replay_count()
|
H A D | vi.c | 1402 uint64_t nak_r, nak_g; in vi_get_pcie_replay_count() local 1406 nak_g = RREG32_PCIE(ixPCIE_RX_NUM_NAK_GENERATED); in vi_get_pcie_replay_count() 1409 return (nak_r + nak_g); in vi_get_pcie_replay_count()
|
H A D | si.c | 1628 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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | soc15.c | 990 uint64_t nak_r, nak_g; in soc15_get_pcie_replay_count() local 994 nak_g = RREG32_PCIE(smnPCIE_RX_NUM_NAK_GENERATED); in soc15_get_pcie_replay_count() 997 return (nak_r + nak_g); in soc15_get_pcie_replay_count()
|
H A D | vi.c | 1051 uint64_t nak_r, nak_g; in vi_get_pcie_replay_count() local 1055 nak_g = RREG32_PCIE(ixPCIE_RX_NUM_NAK_GENERATED); in vi_get_pcie_replay_count() 1058 return (nak_r + nak_g); in vi_get_pcie_replay_count()
|
H A D | cik.c | 1900 uint64_t nak_r, nak_g; in cik_get_pcie_replay_count() local 1904 nak_g = RREG32_PCIE(ixPCIE_RX_NUM_NAK_GENERATED); in cik_get_pcie_replay_count() 1907 return (nak_r + nak_g); in cik_get_pcie_replay_count()
|
H A D | si.c | 1512 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()
|
Completed in 20 milliseconds