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