Home
last modified time | relevance | path

Searched refs:si5351c_configure_multisynth (Results 1 – 6 of 6) sorted by relevance

/dports/comms/hackrf/hackrf-31a37bd/firmware/common/
H A Dhackrf_core.c408 si5351c_configure_multisynth(&clock_gen, 0, MSx_P1, MSx_P2, MSx_P3, 1); in sample_rate_frac_set()
411 si5351c_configure_multisynth(&clock_gen, 1, 0, 0, 0, 0);//p1 doesn't matter in sample_rate_frac_set()
414 si5351c_configure_multisynth(&clock_gen, 2, 0, 0, 0, 0);//p1 doesn't matter in sample_rate_frac_set()
454 si5351c_configure_multisynth(&clock_gen, 1, 4608, 0, 1, r_div_sample); in sample_rate_set()
457 si5351c_configure_multisynth(&clock_gen, 2, 4608, 0, 1, r_div_sample); in sample_rate_set()
460 si5351c_configure_multisynth(&clock_gen, 3, 4608, 0, 1, r_div_sgpio); in sample_rate_set()
517 si5351c_configure_multisynth(&clock_gen, 0, p1, p2, p3, 1); in sample_rate_set()
520 si5351c_configure_multisynth(&clock_gen, 1, p1, 0, 1, 0);//p1 doesn't matter in sample_rate_set()
568 si5351c_configure_multisynth(&clock_gen, 0, 2048, 0, 1, 0); /* 40MHz */ in cpu_clock_init()
571 si5351c_configure_multisynth(&clock_gen, 4, 8021, 0, 3, 0); /* 12MHz */ in cpu_clock_init()
[all …]
H A Dsi5351c.h79 void si5351c_configure_multisynth(si5351c_driver_t* const drv,
H A Dsi5351c.c136 void si5351c_configure_multisynth(si5351c_driver_t* const drv, in si5351c_configure_multisynth() function
/dports/comms/hackrf-devel/hackrf-ee44d2d62e2dd24648599172f90fc8fc2e3b3cc3/firmware/common/
H A Dhackrf_core.c388 si5351c_configure_multisynth(&clock_gen, 0, MSx_P1, MSx_P2, MSx_P3, 1); in sample_rate_frac_set()
391 si5351c_configure_multisynth(&clock_gen, 1, 0, 0, 0, 0);//p1 doesn't matter in sample_rate_frac_set()
394 si5351c_configure_multisynth(&clock_gen, 2, 0, 0, 0, 0);//p1 doesn't matter in sample_rate_frac_set()
451 si5351c_configure_multisynth(&clock_gen, 0, p1, p2, p3, 1); in sample_rate_set()
454 si5351c_configure_multisynth(&clock_gen, 1, p1, 0, 1, 0);//p1 doesn't matter in sample_rate_set()
457 si5351c_configure_multisynth(&clock_gen, 2, p1, 0, 1, 0);//p1 doesn't matter in sample_rate_set()
560 si5351c_configure_multisynth(&clock_gen, 4, 20*128-512, 0, 1, 0); /* 800/20 = 40MHz */ in cpu_clock_init()
562 si5351c_configure_multisynth(&clock_gen, 5, 20*128-512, 0, 1, 0); /* 800/20 = 40MHz */ in cpu_clock_init()
H A Dsi5351c.c136 void si5351c_configure_multisynth(si5351c_driver_t* const drv, in si5351c_configure_multisynth() function
265 si5351c_configure_multisynth(drv, 3, 80*128-512, 0, 1, 0); in si5351c_clkout_enable()
H A Dsi5351c.h81 void si5351c_configure_multisynth(si5351c_driver_t* const drv,