stm32f4_pll_div
#define to_pll_div_clk(_div) container_of(_div, struct stm32f4_pll_div, div)
struct stm32f4_pll_div *pll_div = to_pll_div_clk(div);
struct stm32f4_pll_div *pll_div;