Searched refs:count0 (Results 1 – 3 of 3) sorted by relevance
22 int count0 = 0;39 count0++;80 return (count1 << 16) | count0;21 int count0 = 0; global() variable
188 u32 count0 = 8, count1 = 8, counttc = 16 * 256 + 8; in pmagbbfb_osc_setup() local202 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()
1556 uint64_t count0 = 0, count1 = 0; in amdgpu_get_pcie_bw() local1569 amdgpu_asic_get_pcie_usage(adev, &count0, &count1); in amdgpu_get_pcie_bw()1574 count0, count1, pcie_get_mps(adev->pdev)); in amdgpu_get_pcie_bw()