Searched refs:cnt1_of (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
| D | soc15.c | 810 uint64_t cnt0_of, cnt1_of; in soc15_get_pcie_usage() local 846 cnt1_of = REG_GET_FIELD(tmp, PCIE_PERF_CNTL_TXCLK, COUNTER1_UPPER); in soc15_get_pcie_usage() 850 *count1 = RREG32_PCIE(smnPCIE_PERF_COUNT1_TXCLK) | (cnt1_of << 32); in soc15_get_pcie_usage() 857 uint64_t cnt0_of, cnt1_of; in vega20_get_pcie_usage() local 895 cnt1_of = REG_GET_FIELD(tmp, PCIE_PERF_CNTL_TXCLK3, COUNTER1_UPPER); in vega20_get_pcie_usage() 899 *count1 = RREG32_PCIE(smnPCIE_PERF_COUNT1_TXCLK3) | (cnt1_of << 32); in vega20_get_pcie_usage()
|
| D | cik.c | 1755 uint64_t cnt0_of, cnt1_of; in cik_get_pcie_usage() local 1790 cnt1_of = REG_GET_FIELD(tmp, PCIE_PERF_CNTL_TXCLK, COUNTER1_UPPER); in cik_get_pcie_usage() 1794 *count1 = RREG32_PCIE(ixPCIE_PERF_COUNT1_TXCLK) | (cnt1_of << 32); in cik_get_pcie_usage()
|
| D | si.c | 1343 uint64_t cnt0_of, cnt1_of; in si_get_pcie_usage() local 1378 cnt1_of = REG_GET_FIELD(tmp, PCIE_PERF_CNTL_TXCLK, COUNTER1_UPPER); in si_get_pcie_usage() 1382 *count1 = RREG32_PCIE(ixPCIE_PERF_COUNT1_TXCLK) | (cnt1_of << 32); in si_get_pcie_usage()
|
| D | vi.c | 955 uint64_t cnt0_of, cnt1_of; in vi_get_pcie_usage() local 990 cnt1_of = REG_GET_FIELD(tmp, PCIE_PERF_CNTL_TXCLK, COUNTER1_UPPER); in vi_get_pcie_usage() 994 *count1 = RREG32_PCIE(ixPCIE_PERF_COUNT1_TXCLK) | (cnt1_of << 32); in vi_get_pcie_usage()
|