Searched refs:count0 (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | tailcall_bpf2bpf_hierarchy2.c | 22 int count0 = 0; 39 count0++; 80 return (count1 << 16) | count0; 21 int count0 = 0; global() variable
|
| /linux/drivers/video/fbdev/ |
| H 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()
|
| /linux/arch/sparc/kernel/ |
| H A D | irq_64.c | 898 u64 count0; member
|
| /linux/drivers/gpu/drm/amd/pm/ |
| H A D | amdgpu_pm.c | 1554 uint64_t count0 = 0, count1 = 0; 1567 amdgpu_asic_get_pcie_usage(adev, &count0, &count1); in amdgpu_get_unique_id() 1572 count0, count1, pcie_get_mps(adev->pdev)); in amdgpu_get_unique_id() 1531 uint64_t count0 = 0, count1 = 0; amdgpu_get_pcie_bw() local
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu.h | 595 void (*get_pcie_usage)(struct amdgpu_device *adev, uint64_t *count0,
|