Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/sunxi-ng/
H A Dccu_common.c103 int ccu_pll_notifier_register(struct ccu_pll_nb *pll_nb) in ccu_pll_notifier_register() argument
105 pll_nb->clk_nb.notifier_call = ccu_pll_notifier_cb; in ccu_pll_notifier_register()
107 return clk_notifier_register(pll_nb->common->hw.clk, in ccu_pll_notifier_register()
108 &pll_nb->clk_nb); in ccu_pll_notifier_register()
H A Dccu_common.h74 int ccu_pll_notifier_register(struct ccu_pll_nb *pll_nb);