Searched refs:nak_g (Results 1 – 4 of 4) sorted by relevance
1075 uint64_t nak_r, nak_g; in soc15_get_pcie_replay_count() local1079 nak_g = RREG32_PCIE(smnPCIE_RX_NUM_NAK_GENERATED); in soc15_get_pcie_replay_count()1082 return (nak_r + nak_g); in soc15_get_pcie_replay_count()
1977 uint64_t nak_r, nak_g; in cik_get_pcie_replay_count() local1981 nak_g = RREG32_PCIE(ixPCIE_RX_NUM_NAK_GENERATED); in cik_get_pcie_replay_count()1984 return (nak_r + nak_g); in cik_get_pcie_replay_count()
1414 uint64_t nak_r, nak_g; in vi_get_pcie_replay_count() local1418 nak_g = RREG32_PCIE(ixPCIE_RX_NUM_NAK_GENERATED); in vi_get_pcie_replay_count()1421 return (nak_r + nak_g); in vi_get_pcie_replay_count()
1628 uint64_t nak_r, nak_g; in si_get_pcie_replay_count() local1632 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()