• Home
  • Raw
  • Download

Lines Matching refs:h

22 	struct clk_hfpll *h = to_clk_hfpll(hw);  in __clk_hfpll_init_once()  local
23 struct hfpll_data const *hd = h->d; in __clk_hfpll_init_once()
24 struct regmap *regmap = h->clkr.regmap; in __clk_hfpll_init_once()
26 if (likely(h->init_done)) in __clk_hfpll_init_once()
50 h->init_done = true; in __clk_hfpll_init_once()
55 struct clk_hfpll *h = to_clk_hfpll(hw); in __clk_hfpll_enable() local
56 struct hfpll_data const *hd = h->d; in __clk_hfpll_enable()
57 struct regmap *regmap = h->clkr.regmap; in __clk_hfpll_enable()
91 struct clk_hfpll *h = to_clk_hfpll(hw); in clk_hfpll_enable() local
92 struct hfpll_data const *hd = h->d; in clk_hfpll_enable()
93 struct regmap *regmap = h->clkr.regmap; in clk_hfpll_enable()
96 spin_lock_irqsave(&h->lock, flags); in clk_hfpll_enable()
100 spin_unlock_irqrestore(&h->lock, flags); in clk_hfpll_enable()
105 static void __clk_hfpll_disable(struct clk_hfpll *h) in __clk_hfpll_disable() argument
107 struct hfpll_data const *hd = h->d; in __clk_hfpll_disable()
108 struct regmap *regmap = h->clkr.regmap; in __clk_hfpll_disable()
120 struct clk_hfpll *h = to_clk_hfpll(hw); in clk_hfpll_disable() local
123 spin_lock_irqsave(&h->lock, flags); in clk_hfpll_disable()
124 __clk_hfpll_disable(h); in clk_hfpll_disable()
125 spin_unlock_irqrestore(&h->lock, flags); in clk_hfpll_disable()
131 struct clk_hfpll *h = to_clk_hfpll(hw); in clk_hfpll_round_rate() local
132 struct hfpll_data const *hd = h->d; in clk_hfpll_round_rate()
151 struct clk_hfpll *h = to_clk_hfpll(hw); in clk_hfpll_set_rate() local
152 struct hfpll_data const *hd = h->d; in clk_hfpll_set_rate()
153 struct regmap *regmap = h->clkr.regmap; in clk_hfpll_set_rate()
160 spin_lock_irqsave(&h->lock, flags); in clk_hfpll_set_rate()
164 __clk_hfpll_disable(h); in clk_hfpll_set_rate()
181 spin_unlock_irqrestore(&h->lock, flags); in clk_hfpll_set_rate()
189 struct clk_hfpll *h = to_clk_hfpll(hw); in clk_hfpll_recalc_rate() local
190 struct hfpll_data const *hd = h->d; in clk_hfpll_recalc_rate()
191 struct regmap *regmap = h->clkr.regmap; in clk_hfpll_recalc_rate()
201 struct clk_hfpll *h = to_clk_hfpll(hw); in clk_hfpll_init() local
202 struct hfpll_data const *hd = h->d; in clk_hfpll_init()
203 struct regmap *regmap = h->clkr.regmap; in clk_hfpll_init()
227 struct clk_hfpll *h = to_clk_hfpll(hw); in hfpll_is_enabled() local
228 struct hfpll_data const *hd = h->d; in hfpll_is_enabled()
229 struct regmap *regmap = h->clkr.regmap; in hfpll_is_enabled()