Home
last modified time | relevance | path

Searched refs:count0 (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/sys/dev/pci/drm/amd/amdgpu/
Dsoc15.c728 static void soc15_get_pcie_usage(struct amdgpu_device *adev, uint64_t *count0, in soc15_get_pcie_usage() argument
771 *count0 = RREG32_PCIE(smnPCIE_PERF_COUNT0_TXCLK) | (cnt0_of << 32); in soc15_get_pcie_usage()
775 static void vega20_get_pcie_usage(struct amdgpu_device *adev, uint64_t *count0, in vega20_get_pcie_usage() argument
820 *count0 = RREG32_PCIE(smnPCIE_PERF_COUNT0_TXCLK3) | (cnt0_of << 32); in vega20_get_pcie_usage()
Damdgpu_cik.c1885 static void cik_get_pcie_usage(struct amdgpu_device *adev, uint64_t *count0, in cik_get_pcie_usage() argument
1927 *count0 = RREG32_PCIE(ixPCIE_PERF_COUNT0_TXCLK) | (cnt0_of << 32); in cik_get_pcie_usage()
Dvi.c1353 static void vi_get_pcie_usage(struct amdgpu_device *adev, uint64_t *count0, in vi_get_pcie_usage() argument
1395 *count0 = RREG32_PCIE(ixPCIE_PERF_COUNT0_TXCLK) | (cnt0_of << 32); in vi_get_pcie_usage()
Damdgpu_si.c1580 static void si_get_pcie_usage(struct amdgpu_device *adev, uint64_t *count0, in si_get_pcie_usage() argument
1622 *count0 = RREG32_PCIE(ixPCIE_PERF_COUNT0_TXCLK) | (cnt0_of << 32); in si_get_pcie_usage()
Damdgpu.h624 void (*get_pcie_usage)(struct amdgpu_device *adev, uint64_t *count0,
/openbsd/src/sys/dev/pci/drm/amd/pm/
Damdgpu_pm.c1634 uint64_t count0 = 0, count1 = 0; in amdgpu_get_pcie_bw() local
1654 amdgpu_asic_get_pcie_usage(adev, &count0, &count1); in amdgpu_get_pcie_bw()
1660 count0, count1, pcie_get_mps(adev->pdev)); in amdgpu_get_pcie_bw()
/openbsd/src/gnu/llvm/llvm/lib/Target/ARC/
DARCInstrFormats.td399 // This instruction uses B as the first operand (i.e., lr B, [%count0]).
DARCInstrInfo.td274 // displaying the aux register name. E.g. `[%count0]` instead of [33].
/openbsd/src/gnu/usr.bin/perl/
DAUTHORS587 Huw Rogers <count0@gremlin.straylight.co.jp>