Home
last modified time | relevance | path

Searched full:count0 (Results 1 – 15 of 15) sorted by relevance

/linux-6.8/drivers/video/fbdev/
Dpmagb-b-fb.c188 u32 count0 = 8, count1 = 8, counttc = 16 * 256 + 8; in pmagbbfb_osc_setup() local
202 count0 += sfb_read(par, SFB_REG_VIDCLK_COUNT); in pmagbbfb_osc_setup()
218 freq0 = (freqtc * count0 + counttc / 2) / counttc; in pmagbbfb_osc_setup()
224 freq1 = (par->osc0 * count1 + count0 / 2) / count0; in pmagbbfb_osc_setup()
/linux-6.8/drivers/gpu/drm/amd/amdgpu/
Damdgpu_nbio.c56 void amdgpu_nbio_get_pcie_usage(struct amdgpu_device *adev, uint64_t *count0, in amdgpu_nbio_get_pcie_usage() argument
60 adev->nbio.funcs->get_pcie_usage(adev, count0, count1); in amdgpu_nbio_get_pcie_usage()
Damdgpu_nbio.h105 void (*get_pcie_usage)(struct amdgpu_device *adev, uint64_t *count0,
119 void amdgpu_nbio_get_pcie_usage(struct amdgpu_device *adev, uint64_t *count0, uint64_t *count1);
Dnbio_v7_9.c487 static void nbio_v7_9_get_pcie_usage(struct amdgpu_device *adev, uint64_t *count0, in nbio_v7_9_get_pcie_usage() argument
534 *count0 = RREG32_PCIE(smnPCIE_PERF_COUNT0_TXCLK3) | in nbio_v7_9_get_pcie_usage()
Dsoc15.c726 static void soc15_get_pcie_usage(struct amdgpu_device *adev, uint64_t *count0, in soc15_get_pcie_usage() argument
769 *count0 = RREG32_PCIE(smnPCIE_PERF_COUNT0_TXCLK) | (cnt0_of << 32); in soc15_get_pcie_usage()
773 static void vega20_get_pcie_usage(struct amdgpu_device *adev, uint64_t *count0, in vega20_get_pcie_usage() argument
818 *count0 = RREG32_PCIE(smnPCIE_PERF_COUNT0_TXCLK3) | (cnt0_of << 32); in vega20_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()
Dcik.c1896 static void cik_get_pcie_usage(struct amdgpu_device *adev, uint64_t *count0, in cik_get_pcie_usage() argument
1938 *count0 = RREG32_PCIE(ixPCIE_PERF_COUNT0_TXCLK) | (cnt0_of << 32); in cik_get_pcie_usage()
Dsi.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.h602 void (*get_pcie_usage)(struct amdgpu_device *adev, uint64_t *count0,
/linux-6.8/drivers/crypto/nx/
Dnx-sha512.c191 u64 count0; in nx_sha512_final() local
219 count0 = sctx->count[0] * 8; in nx_sha512_final()
221 csbcpb->cpb.sha512.message_bit_length_lo = count0; in nx_sha512_final()
/linux-6.8/drivers/memory/tegra/
Dtegra20.c451 u32 clocks, count0, count1, control_0, control_1; in tegra20_mc_stat_gather() local
470 count0 = mc_readl(mc, MC_STAT_EMC_COUNT_0); in tegra20_mc_stat_gather()
475 stat->gather0.result = DIV_ROUND_UP(count0, clocks); in tegra20_mc_stat_gather()
/linux-6.8/arch/mips/alchemy/common/
Ddma.c151 printk(KERN_INFO " count0 = 0x%08x\n", in dump_au1000_dma_channel()
/linux-6.8/Documentation/devicetree/bindings/timer/
Drenesas,rz-mtu3.yaml83 count0 - MTU1 16-bit phase counting
/linux-6.8/arch/sparc/kernel/
Dirq_64.c903 u64 count0; member
/linux-6.8/drivers/gpu/drm/amd/pm/
Damdgpu_pm.c1602 uint64_t count0 = 0, count1 = 0; in amdgpu_get_pcie_bw() local
1622 amdgpu_asic_get_pcie_usage(adev, &count0, &count1); in amdgpu_get_pcie_bw()
1628 count0, count1, pcie_get_mps(adev->pdev)); in amdgpu_get_pcie_bw()