Lines Matching refs:post_div
1760 const struct stm32f4_pll_post_div_data *post_div; in stm32f4_rcc_init() local
1763 post_div = &post_div_data[n]; in stm32f4_rcc_init()
1765 hw = clk_register_pll_div(post_div->name, in stm32f4_rcc_init()
1766 post_div->parent, in stm32f4_rcc_init()
1767 post_div->flag, in stm32f4_rcc_init()
1768 base + post_div->offset, in stm32f4_rcc_init()
1769 post_div->shift, in stm32f4_rcc_init()
1770 post_div->width, in stm32f4_rcc_init()
1771 post_div->flag_div, in stm32f4_rcc_init()
1772 post_div->div_table, in stm32f4_rcc_init()
1773 clks[post_div->pll_idx], in stm32f4_rcc_init()
1776 if (post_div->idx != NO_IDX) in stm32f4_rcc_init()
1777 clks[post_div->idx] = hw; in stm32f4_rcc_init()