Searched refs:mainpll_cfg (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/arch/arm/mach-socfpga/ |
H A D | clock_manager_arria10.c | 20 struct mainpll_cfg { struct 80 { "vco0-psrc", offsetof(struct mainpll_cfg, vco0_psrc) }, 81 { "vco1-denom", offsetof(struct mainpll_cfg, vco1_denom) }, 82 { "vco1-numer", offsetof(struct mainpll_cfg, vco1_numer) }, 83 { "mpuclk-cnt", offsetof(struct mainpll_cfg, mpuclk_cnt) }, 131 { "nocclk", offsetof(struct mainpll_cfg, nocclk) }, 132 { "mpuclk", offsetof(struct mainpll_cfg, mpuclk) }, 239 (struct mainpll_cfg *main_cfg) in cm_calc_handoff_main_vco_clk_hz() 371 struct mainpll_cfg *main_cfg, in cm_is_pll_ramp_required() 484 struct mainpll_cfg *main_cfg, in cm_calc_safe_pll_numer() [all …]
|