Home
last modified time | relevance | path

Searched full:ref_in (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/iio/frequency/
H A Dadi,adf4377.yaml40 - const: ref_in
89 clock-names = "ref_in";
/openbmc/linux/drivers/clk/
H A Dclk-versaclock3.c251 /* The bypass_prediv is set, PLL fed from Ref_in directly. */ in vc3_pfd_recalc_rate()
261 /* The bypass_prediv is set, PLL fed from Ref_in directly. */ in vc3_pfd_recalc_rate()
272 /* The bypass_prediv is set, PLL fed from Ref_in directly. */ in vc3_pfd_recalc_rate()
H A Dclk-versaclock5.c351 /* The bypass_prediv is set, PLL fed from Ref_in directly. */ in vc5_pfd_recalc_rate()
359 /* The Sel_prediv2 is set, PLL fed from prediv2 (Ref_in / 2) */ in vc5_pfd_recalc_rate()
/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css_internal.h538 * The other frames (ref_in and below) can only be static
H A Dsh_css_sp.c1397 * rvanimme: don't clean it to save static frame info line ref_in in sh_css_init_host2sp_frame_data()
/openbmc/linux/sound/soc/codecs/
H A Dmadera.c4632 unsigned int ref_in, in madera_fllhj_validate() argument
4635 if (fout && !ref_in) { in madera_fllhj_validate()
4645 if (ref_in / MADERA_FLL_MAX_REFDIV > MADERA_FLLHJ_MAX_THRESH) { in madera_fllhj_validate()
4646 madera_fll_err(fll, "Can't scale %dMHz to <=13MHz\n", ref_in); in madera_fllhj_validate()
/openbmc/linux/drivers/iio/frequency/
H A Dadf4377.c876 st->clkin = devm_clk_get_enabled(&spi->dev, "ref_in"); in adf4377_properties_parse()