Home
last modified time | relevance | path

Searched full:ref_in (Results 1 – 5 of 5) 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-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/drivers/staging/media/atomisp/pci/
H A Dsh_css_internal.h513 * The other frames (ref_in and below) can only be static
/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()
/linux/drivers/iio/frequency/
H A Dadf4377.c881 st->clkin = devm_clk_get_enabled(&spi->dev, "ref_in"); in adf4377_properties_parse()