Home
last modified time | relevance | path

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

/linux/Documentation/devicetree/bindings/iio/frequency/
H A Dadi,adf4377.yaml41 - const: ref_in
99 clock-names = "ref_in";
/linux/drivers/clk/
H A Dclk-versaclock3.c256 /* The bypass_prediv is set, PLL fed from Ref_in directly. */ in vc3_pfd_recalc_rate()
266 /* The bypass_prediv is set, PLL fed from Ref_in directly. */ in vc3_pfd_recalc_rate()
277 /* 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()
/linux/sound/soc/codecs/
H A Dmadera.c4633 unsigned int ref_in, in madera_fllhj_validate() argument
4636 if (fout && !ref_in) { in madera_fllhj_validate()
4646 if (ref_in / MADERA_FLL_MAX_REFDIV > MADERA_FLLHJ_MAX_THRESH) { in madera_fllhj_validate()
4647 madera_fll_err(fll, "Can't scale %dMHz to <=13MHz\n", ref_in); in madera_fllhj_validate()
H A Dcs48l32.c1785 unsigned int ref_in, in cs48l32_fllhj_validate() argument
1788 if (fout && !ref_in) { in cs48l32_fllhj_validate()
1798 if (ref_in / CS48L32_FLL_MAX_REFDIV > CS48L32_FLLHJ_MAX_THRESH) { in cs48l32_fllhj_validate()
1799 cs48l32_fll_err(fll, "Can't scale %dMHz to <=13MHz\n", ref_in); in cs48l32_fllhj_validate()
/linux/drivers/iio/frequency/
H A Dadf4377.c881 st->clkin = devm_clk_get_enabled(&spi->dev, "ref_in"); in adf4377_properties_parse()