Searched refs:frequency (Results 376 - 400 of 438) sorted by relevance

<<1112131415161718

/linux-master/drivers/platform/x86/amd/pmf/
H A Dpmf.h616 u32 frequency; /* SMU sampling frequency */ member in struct:ta_pmf_init_table
/linux-master/drivers/cpufreq/
H A Dmediatek-cpufreq.c35 * When scaling the clock frequency of a CPU clock domain, the clock source
37 * the original PLL becomes stable at target frequency.
229 freq_hz = freq_table[index].frequency * 1000;
486 /* Search a safe voltage for intermediate frequency. */
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_gt_pm_debugfs.c222 seq_printf(m, "Starting frequency: P%d\n",
387 drm_printf(p, "efficient (RPe) frequency: %d MHz\n",
407 DEFINE_INTEL_GT_DEBUGFS_ATTRIBUTE(frequency); variable
426 /* Convert GT frequency to 50 HZ units */
587 { "frequency", &frequency_fops, NULL },
/linux-master/drivers/media/dvb-frontends/
H A Dmxl5xx.c436 if (p->frequency < 950000 || p->frequency > 2150000)
469 demod_chan_cfg.frequency_in_hz = p->frequency * 1000;
706 p->frequency = freq;
H A Dstb0899_drv.c536 * Get STB0899 master clock frequency
537 * ExtClk: external clock frequency (Hz)
552 * Set STB0899 master Clock frequency
554 * ExtClk: external clock frequency (Hz)
1425 i_params->freq = props->frequency;
1561 p->frequency = internal->freq;
H A Ddib7000p.c819 dprintk("setting a frequency offset of %dkHz internal freq = %d invert = %d\n", offset_khz, internal, invert);
864 if (dib7000p_set_agc_config(state, BAND_OF_FREQUENCY(ch->frequency / 1000)) != 0)
871 frequency_offset = (s32)frequency_tuner / 1000 - ch->frequency / 1000;
1376 dib7000p_spur_protect(state, ch->frequency / 1000, BANDWIDTH_TO_KHZ(ch->bandwidth_hz));
H A Dmb86a20s.c737 if (state->last_frequency != c->frequency) {
746 state->last_frequency = c->frequency;
1784 /* Adjust IF frequency to match tuner */
/linux-master/tools/testing/selftests/kvm/riscv/
H A Dsbi_pmu_test.c609 /* Initialize guest timer frequency. */
610 vcpu_get_reg(vcpu, RISCV_TIMER_REG(frequency), &timer_freq);
H A Dget-reg-list.c347 case KVM_REG_RISCV_TIMER_REG(frequency):
348 return "KVM_REG_RISCV_TIMER_REG(frequency)";
712 KVM_REG_RISCV | KVM_REG_SIZE_U64 | KVM_REG_RISCV_TIMER | KVM_REG_RISCV_TIMER_REG(frequency),
/linux-master/arch/arm/mm/
H A Dproc-xsc3.S431 bic r4, r4, #2 @ clear frequency change bit
/linux-master/drivers/media/radio/
H A Dradio-si476x.c161 * - Signal's frequency deviation(in units of 2ppm) must not be
261 * @tune_freq: Tune chip to a specific frequency
665 f->frequency = si476x_to_v4l2(radio->core,
680 u32 freq = f->frequency;
/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-v4l2.c339 fv = vf->frequency;
378 vf->frequency = val;
/linux-master/drivers/staging/pi433/
H A Dpi433_if.c173 ret = rf69_set_frequency(dev->spi, rx_cfg->frequency);
296 ret = rf69_set_frequency(dev->spi, tx_cfg->frequency);
/linux-master/drivers/media/tuners/
H A Dmxl5005s.c349 /* Set MxL5005S tuner RF frequency according to example code. */
351 /* Tuner RF frequency setting stage 0 */
358 /* Tuner RF frequency setting stage 1 */
379 /* Tuner RF frequency setting stage 2 */
1714 /* Synthesizer LO frequency calculation */
4038 dprintk(1, "%s() freq=%d\n", __func__, c->frequency);
4039 ret = mxl5005s_SetRfFreqHz(fe, c->frequency);
4045 static int mxl5005s_get_frequency(struct dvb_frontend *fe, u32 *frequency) argument
4050 *frequency = state->RF_IN;
4065 static int mxl5005s_get_if_frequency(struct dvb_frontend *fe, u32 *frequency) argument
[all...]
H A Dtda8290.c405 tuner_dbg("%s: freq = %d\n", __func__, params->frequency);
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega10_hwmgr.c910 /* The true clock step depends on the frequency, typically 4.5 or 9 MHz. Here we use 5. */
3380 /* Find the lowest MCLK frequency that is within
3386 (data->mclk_latency_table.entries[i].frequency >=
3388 (data->mclk_latency_table.entries[i].frequency <=
3390 mclk = data->mclk_latency_table.entries[i].frequency;
4041 uint32_t frequency)
4052 if(mclk_table->entries[i].clk >= frequency)
4403 data->mclk_latency_table.entries[j].frequency =
4039 vega10_get_uclk_index(struct pp_hwmgr *hwmgr, struct phm_ppt_v1_clock_voltage_dependency_table *mclk_table, uint32_t frequency) argument
/linux-master/drivers/media/usb/cx231xx/
H A Dcx231xx-cards.c1205 f.frequency = 9076; /* just a magic number */
1206 dev->ctl_freq = f.frequency;
H A Dcx231xx-dvb.c409 params.frequency = freq;
414 /* Set the analog parameters to set the frequency */
/linux-master/drivers/media/i2c/
H A Dgc0308.c878 static int gc0308_set_power_line_freq(struct gc0308 *gc0308, int frequency) argument
895 switch (frequency) {
/linux-master/drivers/media/pci/cx88/
H A Dcx88-video.c956 f->frequency = core->freq;
976 core->freq = new_freq.frequency;
H A Dcx88-dvb.c867 div = c->frequency / 125;
874 if (c->frequency < 1500000)
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-vid-cap.c268 * Determine the 'picture' quality based on the current TV frequency: either
1263 vf->frequency = dev->tv_freq;
1273 dev->tv_freq = clamp_t(unsigned, vf->frequency, MIN_TV_FREQ, MAX_TV_FREQ);
/linux-master/drivers/net/wireless/intersil/p54/
H A Dtxrx.c611 u16 freq = le16_to_cpu(trap->frequency);
/linux-master/drivers/iio/frequency/
H A Dad9523.c21 #include <linux/iio/frequency/ad9523.h>
/linux-master/drivers/media/pci/cx18/
H A Dcx18-ioctl.c582 CX18_DEBUG_INFO("v4l2 ioctl: set frequency %d\n", vf->frequency);

Completed in 309 milliseconds

<<1112131415161718