Searched refs:refin (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/clk/sprd/ |
| H A D | pll.c | 72 const unsigned long refin[4] = { 2, 4, 13, 26 }; in pll_get_refin() local 83 return refin[refin_id]; in pll_get_refin() 104 u64 refin; in _sprd_pll_recalc_rate() local 114 refin = pll_get_refin(pll); in _sprd_pll_recalc_rate() 117 refin = refin * 2; in _sprd_pll_recalc_rate() 122 refin = refin / 2; in _sprd_pll_recalc_rate() 125 rate = refin * pinternal_val(pll, cfg, PLL_N) * CLK_PLL_10M; in _sprd_pll_recalc_rate() 135 rate = DIV_ROUND_CLOSEST_ULL(refin * kint * k1, in _sprd_pll_recalc_rate() 137 k2 + refin * nint * CLK_PLL_1M; in _sprd_pll_recalc_rate() 156 u64 tmp, refin, fvco = rate; in _sprd_pll_set_rate() local [all …]
|
| /linux/drivers/gpu/drm/sprd/ |
| H A D | sprd_dsi.h | 68 u8 refin; /* Pre-divider control signal */ member
|
| H A D | megacores_pll.c | 72 pll->refin = 3; /* pre-divider bypass */ in dphy_calc_pll_param() 94 reg_val[3] = pll->vco_band | (pll->sdm_en << 1) | (pll->refin << 2); in dphy_set_pll_reg()
|
| /linux/Documentation/iio/ |
| H A D | ad7380.rst | 52 declared in the device tree as ``refin-supply``. 57 ad7389-4 supports only an internal reference voltage. ``refin-supply`` and 64 derived from one of its supplies (``refin-supply``)
|
| H A D | ad7625.rst | 65 the external reference is used. If ``refin-supply`` is present, then the internal
|
| H A D | ad7944.rst | 104 the external reference is used. If ``refin-supply`` is present, then the internal
|
| H A D | ad4030.rst | 161 disabled. If ``refin-supply`` is present, then the internal buffered reference
|
| H A D | ad7606.rst | 138 The source is determined by the device tree. If ``refin-supply`` is present,
|
| H A D | ad4695.rst | 173 disabled. If ``refin-supply`` is present, then the internal buffered reference
|
| /linux/arch/riscv/boot/dts/starfive/ |
| H A D | jh7110.dtsi | 273 gmac0_rmii_refin: gmac0-rmii-refin-clock { 286 gmac1_rmii_refin: gmac1-rmii-refin-clock {
|
| /linux/arch/mips/include/asm/octeon/ |
| H A D | cvmx-pko-defs.h | 1477 uint64_t refin:1; member 1479 uint64_t refin:1;
|