Searched refs:count0 (Results 1 – 9 of 9) sorted by relevance
| /drivers/crypto/nx/ |
| A D | nx-sha512.c | 153 u64 count0, count1; in nx_sha512_finup() local 171 count0 = sctx->count[0] + nbytes; in nx_sha512_finup() 174 csbcpb->cpb.sha512.message_bit_length_lo = count0 << 3; in nx_sha512_finup() 176 (count0 >> 61); in nx_sha512_finup() 203 atomic64_add(count0, &(nx_ctx->stats->sha512_bytes)); in nx_sha512_finup()
|
| /drivers/video/fbdev/ |
| A D | pmagb-b-fb.c | 188 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()
|
| /drivers/memory/tegra/ |
| A D | tegra20.c | 451 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()
|
| /drivers/gpu/drm/amd/amdgpu/ |
| A D | soc15.c | 757 static void soc15_get_pcie_usage(struct amdgpu_device *adev, uint64_t *count0, in soc15_get_pcie_usage() argument 800 *count0 = RREG32_PCIE(smnPCIE_PERF_COUNT0_TXCLK) | (cnt0_of << 32); in soc15_get_pcie_usage() 804 static void vega20_get_pcie_usage(struct amdgpu_device *adev, uint64_t *count0, in vega20_get_pcie_usage() argument 849 *count0 = RREG32_PCIE(smnPCIE_PERF_COUNT0_TXCLK3) | (cnt0_of << 32); in vega20_get_pcie_usage()
|
| A D | cik.c | 1885 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()
|
| A D | vi.c | 1353 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()
|
| A D | si.c | 1595 static void si_get_pcie_usage(struct amdgpu_device *adev, uint64_t *count0, in si_get_pcie_usage() argument 1637 *count0 = RREG32_PCIE(ixPCIE_PERF_COUNT0_TXCLK) | (cnt0_of << 32); in si_get_pcie_usage()
|
| A D | amdgpu.h | 685 void (*get_pcie_usage)(struct amdgpu_device *adev, uint64_t *count0,
|
| /drivers/gpu/drm/amd/pm/ |
| A D | amdgpu_pm.c | 1531 uint64_t count0 = 0, count1 = 0; in amdgpu_get_pcie_bw() local 1544 amdgpu_asic_get_pcie_usage(adev, &count0, &count1); in amdgpu_get_pcie_bw() 1549 count0, count1, pcie_get_mps(adev->pdev)); in amdgpu_get_pcie_bw()
|
Completed in 36 milliseconds