Searched refs:cnt0_of (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/drivers/gpu/drm/amd/amdgpu/ |
| D | soc15.c | 958 uint64_t cnt0_of, cnt1_of; in soc15_get_pcie_usage() local 993 cnt0_of = REG_GET_FIELD(tmp, PCIE_PERF_CNTL_TXCLK, COUNTER0_UPPER); in soc15_get_pcie_usage() 997 *count0 = RREG32_PCIE(smnPCIE_PERF_COUNT0_TXCLK) | (cnt0_of << 32); in soc15_get_pcie_usage() 1005 uint64_t cnt0_of, cnt1_of; in vega20_get_pcie_usage() local 1042 cnt0_of = REG_GET_FIELD(tmp, PCIE_PERF_CNTL_TXCLK3, COUNTER0_UPPER); in vega20_get_pcie_usage() 1046 *count0 = RREG32_PCIE(smnPCIE_PERF_COUNT0_TXCLK3) | (cnt0_of << 32); in vega20_get_pcie_usage()
|
| D | cik.c | 1916 uint64_t cnt0_of, cnt1_of; in cik_get_pcie_usage() local 1950 cnt0_of = REG_GET_FIELD(tmp, PCIE_PERF_CNTL_TXCLK, COUNTER0_UPPER); in cik_get_pcie_usage() 1954 *count0 = RREG32_PCIE(ixPCIE_PERF_COUNT0_TXCLK) | (cnt0_of << 32); in cik_get_pcie_usage()
|
| D | vi.c | 1370 uint64_t cnt0_of, cnt1_of; in vi_get_pcie_usage() local 1404 cnt0_of = REG_GET_FIELD(tmp, PCIE_PERF_CNTL_TXCLK, COUNTER0_UPPER); in vi_get_pcie_usage() 1408 *count0 = RREG32_PCIE(ixPCIE_PERF_COUNT0_TXCLK) | (cnt0_of << 32); in vi_get_pcie_usage()
|
| D | si.c | 1584 uint64_t cnt0_of, cnt1_of; in si_get_pcie_usage() local 1618 cnt0_of = REG_GET_FIELD(tmp, PCIE_PERF_CNTL_TXCLK, COUNTER0_UPPER); in si_get_pcie_usage() 1622 *count0 = RREG32_PCIE(ixPCIE_PERF_COUNT0_TXCLK) | (cnt0_of << 32); in si_get_pcie_usage()
|