Home
last modified time | relevance | path

Searched defs:count0 (Results 1 – 7 of 7) sorted by relevance

/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_nbio.c57 void amdgpu_nbio_get_pcie_usage(struct amdgpu_device *adev, uint64_t *count0, in amdgpu_nbio_get_pcie_usage()
H A Dsoc15.c727 static void soc15_get_pcie_usage(struct amdgpu_device *adev, uint64_t *count0, in soc15_get_pcie_usage()
774 static void vega20_get_pcie_usage(struct amdgpu_device *adev, uint64_t *count0, in vega20_get_pcie_usage()
H A Dnbio_v7_9.c482 static void nbio_v7_9_get_pcie_usage(struct amdgpu_device *adev, uint64_t *count0, in nbio_v7_9_get_pcie_usage()
H A Damdgpu_cik.c1900 static void cik_get_pcie_usage(struct amdgpu_device *adev, uint64_t *count0, in cik_get_pcie_usage()
H A Damdgpu_si.c1580 static void si_get_pcie_usage(struct amdgpu_device *adev, uint64_t *count0, in si_get_pcie_usage()
H A Dvi.c1354 static void vi_get_pcie_usage(struct amdgpu_device *adev, uint64_t *count0, in vi_get_pcie_usage()
/openbsd/sys/dev/pci/drm/amd/pm/
H A Damdgpu_pm.c1568 uint64_t count0 = 0, count1 = 0; in amdgpu_get_pcie_bw() local