Lines Matching refs:post_div
1901 const struct stm32f4_pll_post_div_data *post_div;
1904 post_div = &post_div_data[n];
1906 hw = clk_register_pll_div(post_div->name,
1907 post_div->parent,
1908 post_div->flag,
1909 base + post_div->offset,
1910 post_div->shift,
1911 post_div->width,
1912 post_div->flag_div,
1913 post_div->div_table,
1914 clks[post_div->pll_idx],
1917 if (post_div->idx != NO_IDX)
1918 clks[post_div->idx] = hw;