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 | 246 frac = <0x1400>; 252 frac = <0x1a04>;
|
| H A D | stm32mp157a-avenger96.dts | 236 frac = <0x1400>; 242 frac = <0x1a04>;
|
| H A D | stm32mp15xx-dkx.dtsi | 225 frac = <0x1400>; 231 frac = <0x1a04>;
|
| H A D | stm32mp135f-dk.dts | 220 frac = <0x1400>; 226 frac = <0x1a04>;
|
| H A D | stm32mp157c-ed1.dts | 223 frac = <0x1400>; 229 frac = <0x1a04>;
|
| H A D | stm32mp15xx-dhcor-som.dtsi | 249 frac = <0x1400>; 255 frac = <0x1a04>;
|
| H A D | stm32mp15xx-dhcom-som.dtsi | 254 frac = <0x1400>; 260 frac = <0x1a04>;
|
| H A D | stm32mp157c-odyssey-som.dtsi | 268 frac = <0x1400>; 274 frac = <0x1a04>;
|
| /rk3399_ARM-atf/drivers/st/clk/ |
| H A D | stm32mp1_clk.c | 55 uint32_t frac; member 1962 unsigned long long frac; in clk_compute_pll1_settings() local 1972 frac = ((freq * FRAC_MAX) / input_freq) - ((divn + 1U) * FRAC_MAX); in clk_compute_pll1_settings() 1979 if (frac > FRAC_MAX) { in clk_compute_pll1_settings() 1983 vco = (post_divm * (divn + 1U)) + ((post_divm * frac) / FRAC_MAX); in clk_compute_pll1_settings() 1986 frac++; in clk_compute_pll1_settings() 2001 *fracv = (uint32_t)frac; in clk_compute_pll1_settings() 2010 frac++; in clk_compute_pll1_settings() 2194 pll_conf[_PLL1].cfg, &pll_conf[_PLL1].frac); in stm32mp1_clk_init() 2255 pll_conf[_PLL3].frac); in stm32mp1_clk_init() [all …]
|
| H A D | clk-stm32mp13.c | 64 uint32_t frac; member 1253 mmio_write_32(pll_base + RCC_OFFSET_PLLXFRACR, vco->frac << RCC_PLLNFRACR_FRACV_SHIFT); in clk_stm32_pll_config_vco() 1357 unsigned long long frac; in clk_compute_pll1_settings() local 1367 frac = ((freq * FRAC_MAX) / input_freq) - ((divn + 1U) * FRAC_MAX); in clk_compute_pll1_settings() 1374 if (frac > FRAC_MAX) { in clk_compute_pll1_settings() 1378 vco = (post_divm * (divn + 1U)) + ((post_divm * frac) / FRAC_MAX); in clk_compute_pll1_settings() 1381 frac++; in clk_compute_pll1_settings() 1397 pll1->vco.frac = (uint32_t)frac; in clk_compute_pll1_settings() 1407 frac++; in clk_compute_pll1_settings() 2210 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 1810 ret = clk_stm32_pll_config_output(priv, pll, pll_conf->cfg, pll_conf->frac); in _clk_stm32_pll_init() 2381 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, \
|