count0            291 arch/ia64/mm/tlb.c 	unsigned long i, j, flags, count0, count1, stride0, stride1, addr;
count0            294 arch/ia64/mm/tlb.c 	count0  = local_cpu_data->ptce_count[0];
count0            300 arch/ia64/mm/tlb.c 	for (i = 0; i < count0; ++i) {
count0            900 arch/sparc/kernel/irq_64.c 	u64	count0;
count0            186 drivers/crypto/nx/nx-sha512.c 	u64 count0;
count0            214 drivers/crypto/nx/nx-sha512.c 	count0 = sctx->count[0] * 8;
count0            216 drivers/crypto/nx/nx-sha512.c 	csbcpb->cpb.sha512.message_bit_length_lo = count0;
count0            577 drivers/gpu/drm/amd/amdgpu/amdgpu.h 	void (*get_pcie_usage)(struct amdgpu_device *adev, uint64_t *count0,
count0           1384 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c 	uint64_t count0, count1;
count0           1386 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c 	amdgpu_asic_get_pcie_usage(adev, &count0, &count1);
count0           1388 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c 			count0, count1, pcie_get_mps(adev->pdev));
count0           1751 drivers/gpu/drm/amd/amdgpu/cik.c static void cik_get_pcie_usage(struct amdgpu_device *adev, uint64_t *count0,
count0           1793 drivers/gpu/drm/amd/amdgpu/cik.c 	*count0 = RREG32_PCIE(ixPCIE_PERF_COUNT0_TXCLK) | (cnt0_of << 32);
count0            510 drivers/gpu/drm/amd/amdgpu/nv.c 			      uint64_t *count0,
count0           1339 drivers/gpu/drm/amd/amdgpu/si.c static void si_get_pcie_usage(struct amdgpu_device *adev, uint64_t *count0,
count0           1381 drivers/gpu/drm/amd/amdgpu/si.c 	*count0 = RREG32_PCIE(ixPCIE_PERF_COUNT0_TXCLK) | (cnt0_of << 32);
count0            832 drivers/gpu/drm/amd/amdgpu/soc15.c static void soc15_get_pcie_usage(struct amdgpu_device *adev, uint64_t *count0,
count0            875 drivers/gpu/drm/amd/amdgpu/soc15.c 	*count0 = RREG32_PCIE(smnPCIE_PERF_COUNT0_TXCLK) | (cnt0_of << 32);
count0            879 drivers/gpu/drm/amd/amdgpu/soc15.c static void vega20_get_pcie_usage(struct amdgpu_device *adev, uint64_t *count0,
count0            924 drivers/gpu/drm/amd/amdgpu/soc15.c 	*count0 = RREG32_PCIE(smnPCIE_PERF_COUNT0_TXCLK3) | (cnt0_of << 32);
count0            951 drivers/gpu/drm/amd/amdgpu/vi.c static void vi_get_pcie_usage(struct amdgpu_device *adev, uint64_t *count0,
count0            993 drivers/gpu/drm/amd/amdgpu/vi.c 	*count0 = RREG32_PCIE(ixPCIE_PERF_COUNT0_TXCLK) | (cnt0_of << 32);
count0            190 drivers/video/fbdev/pmagb-b-fb.c 	u32 count0 = 8, count1 = 8, counttc = 16 * 256 + 8;
count0            204 drivers/video/fbdev/pmagb-b-fb.c 		count0 += sfb_read(par, SFB_REG_VIDCLK_COUNT);
count0            220 drivers/video/fbdev/pmagb-b-fb.c 	freq0 = (freqtc * count0 + counttc / 2) / counttc;
count0            226 drivers/video/fbdev/pmagb-b-fb.c 	freq1 = (par->osc0 * count1 + count0 / 2) / count0;