Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/clk/microchip/
Dclk-core.c578 struct pic32_sys_pll { struct
587 #define clkhw_to_spll(_hw) container_of(_hw, struct pic32_sys_pll, hw) argument
596 static unsigned long spll_calc_mult_div(struct pic32_sys_pll *pll, in spll_calc_mult_div()
645 struct pic32_sys_pll *pll = clkhw_to_spll(hw); in spll_clk_recalc_rate()
669 struct pic32_sys_pll *pll = clkhw_to_spll(hw); in spll_clk_round_rate()
677 struct pic32_sys_pll *pll = clkhw_to_spll(hw); in spll_clk_set_rate()
733 struct pic32_sys_pll *spll; in pic32_spll_clk_register()