Searched refs:frac (Results 1 – 14 of 14) sorted by relevance
| /rk3399_ARM-atf/fdts/ |
| H A D | stm32mp151a-prtt1a.dts | 132 frac = <0x1400>; 138 frac = <0x1a04>;
|
| H A D | stm32mp15xx-osd32.dtsi | 252 frac = <0x1400>; 258 frac = <0x1a04>;
|
| H A D | stm32mp15xx-dkx.dtsi | 231 frac = <0x1400>; 237 frac = <0x1a04>;
|
| H A D | stm32mp135f-dk.dts | 223 frac = <0x1400>; 229 frac = <0x1a04>;
|
| H A D | stm32mp15xx-dhcor-som.dtsi | 255 frac = <0x1400>; 261 frac = <0x1a04>;
|
| H A D | stm32mp157c-ed1.dts | 229 frac = <0x1400>; 235 frac = <0x1a04>;
|
| H A D | stm32mp157c-odyssey-som.dtsi | 274 frac = <0x1400>; 280 frac = <0x1a04>;
|
| H A D | stm32mp157a-avenger96.dts | 243 frac = <0x1400>; 249 frac = <0x1a04>;
|
| H A D | stm32mp15xx-dhcom-som.dtsi | 260 frac = <0x1400>; 266 frac = <0x1a04>;
|
| /rk3399_ARM-atf/drivers/st/clk/ |
| H A D | stm32mp1_clk.c | 55 uint32_t frac; member 1971 unsigned long long frac; in clk_compute_pll1_settings() local 1981 frac = ((freq * FRAC_MAX) / input_freq) - ((divn + 1U) * FRAC_MAX); in clk_compute_pll1_settings() 1988 if (frac > FRAC_MAX) { in clk_compute_pll1_settings() 1992 vco = (post_divm * (divn + 1U)) + ((post_divm * frac) / FRAC_MAX); in clk_compute_pll1_settings() 1995 frac++; in clk_compute_pll1_settings() 2010 *fracv = (uint32_t)frac; in clk_compute_pll1_settings() 2019 frac++; in clk_compute_pll1_settings() 2203 pll_conf[_PLL1].cfg, &pll_conf[_PLL1].frac); in stm32mp1_clk_init() 2264 pll_conf[_PLL3].frac); in stm32mp1_clk_init() [all …]
|
| H A D | clk-stm32mp13.c | 64 uint32_t frac; member 1370 mmio_write_32(pll_base + RCC_OFFSET_PLLXFRACR, vco->frac << RCC_PLLNFRACR_FRACV_SHIFT); in clk_stm32_pll_config_vco() 1474 unsigned long long frac; in clk_compute_pll1_settings() local 1484 frac = ((freq * FRAC_MAX) / input_freq) - ((divn + 1U) * FRAC_MAX); in clk_compute_pll1_settings() 1491 if (frac > FRAC_MAX) { in clk_compute_pll1_settings() 1495 vco = (post_divm * (divn + 1U)) + ((post_divm * frac) / FRAC_MAX); in clk_compute_pll1_settings() 1498 frac++; in clk_compute_pll1_settings() 1514 pll1->vco.frac = (uint32_t)frac; in clk_compute_pll1_settings() 1524 frac++; in clk_compute_pll1_settings() 2467 vco->frac = fdt_read_uint32_default(fdt, subnode, "frac", 0); in clk_stm32_load_vco_config()
|
| H A D | clk-stm32mp2.c | 36 uint32_t frac; member 2076 ret = clk_stm32_pll_config_output(priv, pll, pll_conf->cfg, pll_conf->frac); in _clk_stm32_pll_init() 2608 pll->frac = fdt_read_uint32_default(fdt, subnode_pll, "frac", 0); in clk_stm32_parse_pll_fdt()
|
| /rk3399_ARM-atf/plat/rockchip/rk3399/drivers/soc/ |
| H A D | soc.h | 129 uint32_t frac; member
|
| /rk3399_ARM-atf/plat/rockchip/rk3568/drivers/scmi/ |
| H A D | rk3568_clk.c | 135 uint32_t frac; member 148 .frac = _frac, \
|