Home
last modified time | relevance | path

Searched refs:count0 (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dtailcall_bpf2bpf_hierarchy2.c22 int count0 = 0;
36 count0++; in classifier_0()
70 return (count1 << 16) | count0;
21 int count0 = 0; global() variable
/linux/drivers/video/fbdev/
H A 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/arch/sparc/kernel/
H A Dirq_64.c898 u64 count0; member
/linux/drivers/gpu/drm/amd/pm/
H A Damdgpu_pm.c1531 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()