Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/microchip/
H A Dclk-core.c580 struct pic32_sys_pll { struct
589 #define clkhw_to_spll(_hw) container_of(_hw, struct pic32_sys_pll, hw) argument
598 static unsigned long spll_calc_mult_div(struct pic32_sys_pll *pll, in spll_calc_mult_div()
647 struct pic32_sys_pll *pll = clkhw_to_spll(hw); in spll_clk_recalc_rate()
671 struct pic32_sys_pll *pll = clkhw_to_spll(hw); in spll_clk_round_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()