Home
last modified time | relevance | path

Searched refs:corecnf_tab (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dspeed.c40 static corecnf_t corecnf_tab[] = { variable
416 if (corecnf_tab_index > (ARRAY_SIZE(corecnf_tab))) { in get_clocks()
420 switch (corecnf_tab[corecnf_tab_index].core_csb_ratio) { in get_clocks()
/openbmc/u-boot/drivers/clk/
H A Dmpc83xx_clk.c194 if (corecnf_tab_index > (ARRAY_SIZE(corecnf_tab))) { in init_single_clk()
200 switch (corecnf_tab[corecnf_tab_index].core_csb_ratio) { in init_single_clk()
H A Dmpc83xx_clk.h47 static const struct corecnf corecnf_tab[] = { variable