Searched refs:count0 (Results 1 – 9 of 9) sorted by relevance
/drivers/video/fbdev/ |
D | pmagb-b-fb.c | 190 u32 count0 = 8, count1 = 8, counttc = 16 * 256 + 8; in pmagbbfb_osc_setup() local 204 count0 += sfb_read(par, SFB_REG_VIDCLK_COUNT); in pmagbbfb_osc_setup() 220 freq0 = (freqtc * count0 + counttc / 2) / counttc; in pmagbbfb_osc_setup() 226 freq1 = (par->osc0 * count1 + count0 / 2) / count0; in pmagbbfb_osc_setup()
|
/drivers/crypto/nx/ |
D | nx-sha512.c | 186 u64 count0; in nx_sha512_final() local 214 count0 = sctx->count[0] * 8; in nx_sha512_final() 216 csbcpb->cpb.sha512.message_bit_length_lo = count0; in nx_sha512_final()
|
/drivers/gpu/drm/amd/amdgpu/ |
D | soc15.c | 806 static void soc15_get_pcie_usage(struct amdgpu_device *adev, uint64_t *count0, in soc15_get_pcie_usage() argument 849 *count0 = RREG32_PCIE(smnPCIE_PERF_COUNT0_TXCLK) | (cnt0_of << 32); in soc15_get_pcie_usage() 853 static void vega20_get_pcie_usage(struct amdgpu_device *adev, uint64_t *count0, in vega20_get_pcie_usage() argument 898 *count0 = RREG32_PCIE(smnPCIE_PERF_COUNT0_TXCLK3) | (cnt0_of << 32); in vega20_get_pcie_usage()
|
D | cik.c | 1751 static void cik_get_pcie_usage(struct amdgpu_device *adev, uint64_t *count0, in cik_get_pcie_usage() argument 1793 *count0 = RREG32_PCIE(ixPCIE_PERF_COUNT0_TXCLK) | (cnt0_of << 32); in cik_get_pcie_usage()
|
D | vi.c | 951 static void vi_get_pcie_usage(struct amdgpu_device *adev, uint64_t *count0, in vi_get_pcie_usage() argument 993 *count0 = RREG32_PCIE(ixPCIE_PERF_COUNT0_TXCLK) | (cnt0_of << 32); in vi_get_pcie_usage()
|
D | si.c | 1339 static void si_get_pcie_usage(struct amdgpu_device *adev, uint64_t *count0, in si_get_pcie_usage() argument 1381 *count0 = RREG32_PCIE(ixPCIE_PERF_COUNT0_TXCLK) | (cnt0_of << 32); in si_get_pcie_usage()
|
D | nv.c | 510 uint64_t *count0, in nv_get_pcie_usage() argument
|
D | amdgpu_pm.c | 1383 uint64_t count0, count1; in amdgpu_get_pcie_bw() local 1385 amdgpu_asic_get_pcie_usage(adev, &count0, &count1); in amdgpu_get_pcie_bw() 1387 count0, count1, pcie_get_mps(adev->pdev)); in amdgpu_get_pcie_bw()
|
D | amdgpu.h | 577 void (*get_pcie_usage)(struct amdgpu_device *adev, uint64_t *count0,
|