Home
last modified time | relevance | path

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

/linux/drivers/clk/microchip/
H A Dclk-core.c577 struct pic32_sys_pll { struct
586 #define clkhw_to_spll(_hw) container_of(_hw, struct pic32_sys_pll, hw) argument
595 static unsigned long spll_calc_mult_div(struct pic32_sys_pll *pll, in spll_calc_mult_div()
644 struct pic32_sys_pll *pll = clkhw_to_spll(hw); in spll_clk_recalc_rate()
668 struct pic32_sys_pll *pll = clkhw_to_spll(hw); in spll_clk_determine_rate()
679 struct pic32_sys_pll *pll = clkhw_to_spll(hw); in spll_clk_set_rate()
735 struct pic32_sys_pll *spll; in pic32_spll_clk_register()