Searched refs:nak_g (Results 1 – 4 of 4) sorted by relevance
1816 uint64_t nak_r, nak_g; in cik_get_pcie_replay_count() local1820 nak_g = RREG32_PCIE(ixPCIE_RX_NUM_NAK_GENERATED); in cik_get_pcie_replay_count()1823 return (nak_r + nak_g); in cik_get_pcie_replay_count()
927 uint64_t nak_r, nak_g; in soc15_get_pcie_replay_count() local931 nak_g = RREG32_PCIE(smnPCIE_RX_NUM_NAK_GENERATED); in soc15_get_pcie_replay_count()934 return (nak_r + nak_g); in soc15_get_pcie_replay_count()
1387 uint64_t nak_r, nak_g; in si_get_pcie_replay_count() local1391 nak_g = RREG32_PCIE(ixPCIE_RX_NUM_NAK_GENERATED); in si_get_pcie_replay_count()1394 return (nak_r + nak_g); in si_get_pcie_replay_count()
999 uint64_t nak_r, nak_g; in vi_get_pcie_replay_count() local1003 nak_g = RREG32_PCIE(ixPCIE_RX_NUM_NAK_GENERATED); in vi_get_pcie_replay_count()1006 return (nak_r + nak_g); in vi_get_pcie_replay_count()