Home
last modified time | relevance | path

Searched refs:tune_freq (Results 1 – 7 of 7) sorted by relevance

/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/tools/gr-usrptest/apps/
H A Duhd_phase_alignment.py567 tune_freq = npr.uniform(freq_start, freq_stop)
570 tune_freq = np.round(tune_freq, -6)
574 src_gen.tune(tune_freq + args.tone_offset, current_power)
588 i, tune_away_freq/1e6, tune_freq/1e6)
594 tune_freq,
620 utc_now, int(tune_freq/1e3)), samps)
630 "test_freq": tune_freq,
636 tune_freq/1e6,
/dports/comms/hackrf-devel/hackrf-ee44d2d62e2dd24648599172f90fc8fc2e3b3cc3/firmware/common/
H A Drffc5071.c271 uint32_t tune_freq; in rffc5071_set_frequency() local
274 tune_freq = rffc5071_config_synth_int(drv, mhz); in rffc5071_set_frequency()
277 return tune_freq; in rffc5071_set_frequency()
/dports/comms/hackrf/hackrf-31a37bd/firmware/common/
H A Drffc5071.c275 uint32_t tune_freq; in rffc5071_set_frequency() local
278 tune_freq = rffc5071_config_synth_int(drv, mhz); in rffc5071_set_frequency()
281 return tune_freq; in rffc5071_set_frequency()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/radio/
H A Dradio-si476x.c272 int (*tune_freq)(struct si476x_core *, struct si476x_tune_freq_args *); member
478 .tune_freq = si476x_core_cmd_fm_tune_freq, in si476x_radio_init_vtable()
489 .tune_freq = si476x_core_cmd_am_tune_freq, in si476x_radio_init_vtable()
531 retval = radio->ops->tune_freq(radio->core, &args); in si476x_radio_pretune()
536 retval = radio->ops->tune_freq(radio->core, &args); in si476x_radio_pretune()
729 err = radio->ops->tune_freq(radio->core, &args); in si476x_radio_s_frequency()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/radio/
H A Dradio-si476x.c272 int (*tune_freq)(struct si476x_core *, struct si476x_tune_freq_args *); member
478 .tune_freq = si476x_core_cmd_fm_tune_freq, in si476x_radio_init_vtable()
489 .tune_freq = si476x_core_cmd_am_tune_freq, in si476x_radio_init_vtable()
531 retval = radio->ops->tune_freq(radio->core, &args); in si476x_radio_pretune()
536 retval = radio->ops->tune_freq(radio->core, &args); in si476x_radio_pretune()
729 err = radio->ops->tune_freq(radio->core, &args); in si476x_radio_s_frequency()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/radio/
H A Dradio-si476x.c272 int (*tune_freq)(struct si476x_core *, struct si476x_tune_freq_args *); member
478 .tune_freq = si476x_core_cmd_fm_tune_freq, in si476x_radio_init_vtable()
489 .tune_freq = si476x_core_cmd_am_tune_freq, in si476x_radio_init_vtable()
531 retval = radio->ops->tune_freq(radio->core, &args); in si476x_radio_pretune()
536 retval = radio->ops->tune_freq(radio->core, &args); in si476x_radio_pretune()
729 err = radio->ops->tune_freq(radio->core, &args); in si476x_radio_s_frequency()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/usrp/common/ad9361_driver/
H A Dad9361_device.cpp2125 double tune_freq = _tune_helper(direction, value); in tune() local
2140 if (std::abs(last_cal_freq - tune_freq) > AD9361_CAL_VALID_WINDOW) { in tune()
2149 _last_rx_cal_freq = tune_freq; in tune()
2152 _last_tx_cal_freq = tune_freq; in tune()