Searched refs:ratio (Results 201 - 217 of 217) sorted by relevance

123456789

/linux-master/drivers/media/dvb-frontends/
H A Ddib0090.c2112 u8 ratio = 31; local
2114 dib0090_write_reg(state, 0x40, (3 << 7) | (ratio << 2) | (1 << 1) | 1);
H A Dstv090x.c4260 u8 ratio; local
4264 ratio = STV090x_GETFIELD(reg, SELX1RATIO_FIELD) ? 4 : 6;
4266 return (div + 1) * config->xtal / ratio; /* kHz */
/linux-master/sound/soc/codecs/
H A Dwm2200.c1838 int ratio; member in struct:__anon4099
1893 fratio = fll_fratios[i].ratio;
H A Dwm8996.c1905 int ratio; member in struct:__anon4101
1970 fratio = fll_fratios[i].ratio;
H A Dwm5100.c1671 int ratio; member in struct:__anon4100
1726 fratio = fll_fratios[i].ratio;
H A Dwm8962.c2493 dev_err(component->dev, "Unsupported sysclk ratio %d\n",
2498 dev_dbg(component->dev, "Selected sysclk ratio %d\n", sysclk_rates[i]);
2798 int ratio; member in struct:__anon290
2853 fratio = fll_fratios[i].ratio;
H A Drt5663.c3033 static int rt5663_set_bclk_ratio(struct snd_soc_dai *dai, unsigned int ratio) argument
3039 dev_dbg(component->dev, "%s ratio = %d\n", __func__, ratio);
3046 switch (ratio) {
3068 dev_err(component->dev, "Invalid ratio!\n");
/linux-master/mm/
H A Dslub.c2645 * The defrag ratio allows a configuration of the tradeoffs between
2651 * returns node local objects. If the ratio is higher then kmalloc()
6431 unsigned int ratio;
6434 err = kstrtouint(buf, 10, &ratio);
6437 if (ratio > 100)
6440 s->remote_node_defrag_ratio = ratio * 10;
6425 unsigned int ratio; local
H A Dpage_alloc.c5824 int ratio = sysctl_lowmem_reserve_ratio[i]; local
5825 bool clear = !ratio || !zone_managed_pages(zone);
5836 zone->lowmem_reserve[j] = managed_pages / ratio;
6088 * The reserve ratio obviously has absolutely no relation with the
6089 * minimum watermarks. The lowmem reserve ratio can only make sense
/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_cmd.c123 * 3. Set ratio to ISPFREQ40, 1 to FREQVALID and ISPFREQGUAR40
126 * 5. Wait for field ISPFREQSTAT40 in ISPSSPM1 turn to ratio set in 3.
131 unsigned int ratio, timeout, guar_ratio; local
147 ratio = (2 * isp->hpll_freq + new_freq / 2) / new_freq - 1;
156 | ratio << ISP_REQ_FREQ_OFFSET
180 while (((isp_sspm1 >> ISP_FREQ_STAT_OFFSET) != ratio) && timeout) {
1900 * Set same ratio of crop region resolution and current pipe output
/linux-master/drivers/media/usb/dvb-usb/
H A Ddib0700_devices.c1629 u32 freq_adc, ratio, rest, max = 0; local
1634 ratio = ((fe->dtv_property_cache.frequency / 1000) * (1 << 8) / 1000) / freq_adc;
1635 rest = ((fe->dtv_property_cache.frequency / 1000) * (1 << 8) / 1000) - ratio * freq_adc;
1639 deb_info("PLL ratio=%i rest=%i\n", pll_ratio, rest);
1645 deb_info("optimal PLL ratio=%i\n", optimal_pll_ratio);
1681 /* Update PLL if needed ratio */
1684 /* Get optimize PLL ratio to remove spurious */
1695 /* Update ratio */
/linux-master/tools/perf/
H A Dbuiltin-trace.c4287 double ratio; local
4292 ratio = (double)ttrace->nr_events / trace->nr_events * 100.0;
4296 printed += fprintf(fp, "%.1f%%", ratio);
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h59 * so ratio of 4 should be enough.
919 u64 tsc_scaling_ratio; /* current scaling ratio */
2238 u64 kvm_scale_tsc(u64 tsc, u64 ratio);
/linux-master/tools/perf/util/
H A Dheader.c2111 fprintf(fp, "# compressed : %s, level = %d, ratio = %d\n",
/linux-master/drivers/net/ethernet/sun/
H A Dniu.c2887 static void tcam_set_lat_and_ratio(struct niu *np, u64 latency, u64 ratio) argument
2895 val |= (ratio << FFLP_CFG_1_CAMRATIO_SHIFT);
/linux-master/kernel/sched/
H A Dfair.c2601 * period will be for the next scan window. If local/(local+remote) ratio is
2602 * below NUMA_PERIOD_THRESHOLD (where range of ratio is 1..NUMA_PERIOD_SLOTS)
2676 int ratio = max(lr_ratio, ps_ratio); local
2677 diff = -(NUMA_PERIOD_THRESHOLD - ratio) * period_slot;
6357 * Precision loss in the quota/period ratio can cause __cfs_schedulable
7813 * clamping since the ratio (utilization / cpu_capacity) is already enough to
9854 /* Balance such that nr_running/ncores ratio are same on both groups */
10518 * x is the ratio of sum_util compared to the CPU capacity:
10520 * y' is the ratio of CPUs to be scanned in the LLC domain,
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dcore.h1717 u8 ratio; member in struct:rtw89_btc_wl_nhm

Completed in 646 milliseconds

123456789