Home
last modified time | relevance | path

Searched refs:sysclk_ind (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/arm/mach-omap2/
H A Dclocks-common.c150 u32 sysclk_ind = get_sys_clk_index(); in get_mpu_dpll_params() local
151 return &dpll_data->mpu[sysclk_ind]; in get_mpu_dpll_params()
156 u32 sysclk_ind = get_sys_clk_index(); in get_core_dpll_params() local
157 return &dpll_data->core[sysclk_ind]; in get_core_dpll_params()
162 u32 sysclk_ind = get_sys_clk_index(); in get_per_dpll_params() local
163 return &dpll_data->per[sysclk_ind]; in get_per_dpll_params()
169 return &dpll_data->iva[sysclk_ind]; in get_iva_dpll_params()
175 return &dpll_data->usb[sysclk_ind]; in get_usb_dpll_params()
182 return &dpll_data->abe[sysclk_ind]; in get_abe_dpll_params()
195 return &dpll_data->ddr[sysclk_ind]; in get_ddr_dpll_params()
[all …]
/openbmc/u-boot/arch/arm/mach-omap2/omap5/
H A Dhwinit.c200 u32 sysclk_ind = get_sys_clk_index(); in srcomp_enable() local
206 mul_factor = srcomp_parameters[sysclk_ind].multiply_factor; in srcomp_enable()
207 div_factor = srcomp_parameters[sysclk_ind].divide_factor; in srcomp_enable()