Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clk/microchip/
Dclk-core.c585 struct pic32_sys_pll { struct
594 #define clkhw_to_spll(_hw) container_of(_hw, struct pic32_sys_pll, hw) argument
603 static unsigned long spll_calc_mult_div(struct pic32_sys_pll *pll, in spll_calc_mult_div()
652 struct pic32_sys_pll *pll = clkhw_to_spll(hw); in spll_clk_recalc_rate()
676 struct pic32_sys_pll *pll = clkhw_to_spll(hw); in spll_clk_round_rate()
684 struct pic32_sys_pll *pll = clkhw_to_spll(hw); in spll_clk_set_rate()
740 struct pic32_sys_pll *spll; in pic32_spll_clk_register()