Symbol: ccu_pll
drivers/clk/baikal-t1/ccu-pll.c
107
struct ccu_pll *pll = to_ccu_pll(hw);
drivers/clk/baikal-t1/ccu-pll.c
134
struct ccu_pll *pll = to_ccu_pll(hw);
drivers/clk/baikal-t1/ccu-pll.c
144
struct ccu_pll *pll = to_ccu_pll(hw);
drivers/clk/baikal-t1/ccu-pll.c
155
struct ccu_pll *pll = to_ccu_pll(hw);
drivers/clk/baikal-t1/ccu-pll.c
250
struct ccu_pll *pll = to_ccu_pll(hw);
drivers/clk/baikal-t1/ccu-pll.c
281
struct ccu_pll *pll = to_ccu_pll(hw);
drivers/clk/baikal-t1/ccu-pll.c
308
struct ccu_pll *pll;
drivers/clk/baikal-t1/ccu-pll.c
315
struct ccu_pll *pll;
drivers/clk/baikal-t1/ccu-pll.c
374
struct ccu_pll *pll = bit->pll;
drivers/clk/baikal-t1/ccu-pll.c
388
struct ccu_pll *pll = fld->pll;
drivers/clk/baikal-t1/ccu-pll.c
416
struct ccu_pll *pll = bit->pll;
drivers/clk/baikal-t1/ccu-pll.c
430
struct ccu_pll *pll = fld->pll;
drivers/clk/baikal-t1/ccu-pll.c
443
struct ccu_pll *pll = to_ccu_pll(hw);
drivers/clk/baikal-t1/ccu-pll.c
501
struct ccu_pll *ccu_pll_hw_register(const struct ccu_pll_init_data *pll_init)
drivers/clk/baikal-t1/ccu-pll.c
505
struct ccu_pll *pll;
drivers/clk/baikal-t1/ccu-pll.c
555
void ccu_pll_hw_unregister(struct ccu_pll *pll)
drivers/clk/baikal-t1/ccu-pll.c
88
static int ccu_pll_reset(struct ccu_pll *pll, unsigned long ref_clk,
drivers/clk/baikal-t1/ccu-pll.h
61
#define to_ccu_pll(_hw) container_of(_hw, struct ccu_pll, hw)
drivers/clk/baikal-t1/ccu-pll.h
63
static inline struct clk_hw *ccu_pll_get_clk_hw(struct ccu_pll *pll)
drivers/clk/baikal-t1/ccu-pll.h
68
struct ccu_pll *ccu_pll_hw_register(const struct ccu_pll_init_data *init);
drivers/clk/baikal-t1/ccu-pll.h
70
void ccu_pll_hw_unregister(struct ccu_pll *pll);
drivers/clk/baikal-t1/clk-ccu-pll.c
133
struct ccu_pll *pll;
drivers/clk/baikal-t1/clk-ccu-pll.c
277
CLK_OF_DECLARE_DRIVER(ccu_pll, "baikal,bt1-ccu-pll", ccu_pll_init);
drivers/clk/baikal-t1/clk-ccu-pll.c
81
struct ccu_pll *plls[CCU_PLL_NUM];
drivers/clk/baikal-t1/clk-ccu-pll.c
86
static struct ccu_pll *ccu_pll_find_desc(struct ccu_pll_data *data,
drivers/clk/spacemit/ccu_pll.c
109
struct ccu_pll *pll = hw_to_ccu_pll(hw);
drivers/clk/spacemit/ccu_pll.c
121
struct ccu_pll *pll = hw_to_ccu_pll(hw);
drivers/clk/spacemit/ccu_pll.c
134
struct ccu_pll *pll = hw_to_ccu_pll(hw);
drivers/clk/spacemit/ccu_pll.c
143
struct ccu_pll *pll = hw_to_ccu_pll(hw);
drivers/clk/spacemit/ccu_pll.c
154
static const struct ccu_pll_rate_tbl *ccu_plla_lookup_matched_entry(struct ccu_pll *pll)
drivers/clk/spacemit/ccu_pll.c
177
static void ccu_plla_update_param(struct ccu_pll *pll, const struct ccu_pll_rate_tbl *entry)
drivers/clk/spacemit/ccu_pll.c
195
struct ccu_pll *pll = hw_to_ccu_pll(hw);
drivers/clk/spacemit/ccu_pll.c
223
struct ccu_pll *pll = hw_to_ccu_pll(hw);
drivers/clk/spacemit/ccu_pll.c
23
static const struct ccu_pll_rate_tbl *ccu_pll_lookup_best_rate(struct ccu_pll *pll,
drivers/clk/spacemit/ccu_pll.c
235
struct ccu_pll *pll = hw_to_ccu_pll(hw);
drivers/clk/spacemit/ccu_pll.c
247
struct ccu_pll *pll = hw_to_ccu_pll(hw);
drivers/clk/spacemit/ccu_pll.c
44
static const struct ccu_pll_rate_tbl *ccu_pll_lookup_matched_entry(struct ccu_pll *pll)
drivers/clk/spacemit/ccu_pll.c
64
static void ccu_pll_update_param(struct ccu_pll *pll, const struct ccu_pll_rate_tbl *entry)
drivers/clk/spacemit/ccu_pll.c
81
struct ccu_pll *pll = hw_to_ccu_pll(hw);
drivers/clk/spacemit/ccu_pll.h
113
static inline struct ccu_pll *hw_to_ccu_pll(struct clk_hw *hw)
drivers/clk/spacemit/ccu_pll.h
117
return container_of(common, struct ccu_pll, common);
drivers/clk/spacemit/ccu_pll.h
93
static struct ccu_pll _name = { \
drivers/clk/thead/clk-th1520-ap.c
144
static inline struct ccu_pll *hw_to_ccu_pll(struct clk_hw *hw)
drivers/clk/thead/clk-th1520-ap.c
148
return container_of(common, struct ccu_pll, common);
drivers/clk/thead/clk-th1520-ap.c
1542
struct ccu_pll *cp = hw_to_ccu_pll(&plat_data->th1520_pll_clks[i]->hw);
drivers/clk/thead/clk-th1520-ap.c
325
struct ccu_pll *pll = hw_to_ccu_pll(hw);
drivers/clk/thead/clk-th1520-ap.c
333
struct ccu_pll *pll = hw_to_ccu_pll(hw);
drivers/clk/thead/clk-th1520-ap.c
353
struct ccu_pll *pll = hw_to_ccu_pll(hw);
drivers/clk/thead/clk-th1520-ap.c
362
struct ccu_pll *pll = hw_to_ccu_pll(hw);
drivers/clk/thead/clk-th1520-ap.c
386
struct ccu_pll *pll = hw_to_ccu_pll(hw);
drivers/clk/thead/clk-th1520-ap.c
415
static const struct ccu_pll_cfg *ccu_pll_lookup_best_cfg(struct ccu_pll *pll,
drivers/clk/thead/clk-th1520-ap.c
439
struct ccu_pll *pll = hw_to_ccu_pll(hw);
drivers/clk/thead/clk-th1520-ap.c
449
struct ccu_pll *pll = hw_to_ccu_pll(hw);
drivers/clk/thead/clk-th1520-ap.c
577
static struct ccu_pll cpu_pll0_clk = {
drivers/clk/thead/clk-th1520-ap.c
592
static struct ccu_pll cpu_pll1_clk = {
drivers/clk/thead/clk-th1520-ap.c
615
static struct ccu_pll gmac_pll_clk = {
drivers/clk/thead/clk-th1520-ap.c
646
static struct ccu_pll video_pll_clk = {
drivers/clk/thead/clk-th1520-ap.c
677
static struct ccu_pll dpu0_pll_clk = {
drivers/clk/thead/clk-th1520-ap.c
696
static struct ccu_pll dpu1_pll_clk = {
drivers/clk/thead/clk-th1520-ap.c
723
static struct ccu_pll tee_pll_clk = {