Home
last modified time | relevance | path

Searched refs:nkm (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/clk/sunxi-ng/
H A Dccu_nkm.c22 struct _ccu_nkm *nkm) in ccu_nkm_find_best_with_parent_adj()
28 for (_k = nkm->min_k; _k <= nkm->max_k; _k++) { in ccu_nkm_find_best_with_parent_adj()
29 for (_n = nkm->min_n; _n <= nkm->max_n; _n++) { in ccu_nkm_find_best_with_parent_adj()
30 for (_m = nkm->min_m; _m <= nkm->max_m; _m++) { in ccu_nkm_find_best_with_parent_adj()
49 nkm->n = best_n; in ccu_nkm_find_best_with_parent_adj()
50 nkm->k = best_k; in ccu_nkm_find_best_with_parent_adj()
51 nkm in ccu_nkm_find_best_with_parent_adj()
19 ccu_nkm_find_best_with_parent_adj(struct ccu_common *common, struct clk_hw *parent_hw, unsigned long *parent, unsigned long rate, struct _ccu_nkm *nkm) ccu_nkm_find_best_with_parent_adj() argument
58 ccu_nkm_find_best(unsigned long parent, unsigned long rate, struct _ccu_nkm *nkm, struct ccu_common *common) ccu_nkm_find_best() argument
91 struct ccu_nkm *nkm = hw_to_ccu_nkm(hw); ccu_nkm_disable() local
98 struct ccu_nkm *nkm = hw_to_ccu_nkm(hw); ccu_nkm_enable() local
105 struct ccu_nkm *nkm = hw_to_ccu_nkm(hw); ccu_nkm_is_enabled() local
113 struct ccu_nkm *nkm = hw_to_ccu_nkm(hw); ccu_nkm_recalc_rate() local
151 struct ccu_nkm *nkm = data; ccu_nkm_round_rate() local
179 struct ccu_nkm *nkm = hw_to_ccu_nkm(hw); ccu_nkm_determine_rate() local
188 struct ccu_nkm *nkm = hw_to_ccu_nkm(hw); ccu_nkm_set_rate() local
226 struct ccu_nkm *nkm = hw_to_ccu_nkm(hw); ccu_nkm_get_parent() local
233 struct ccu_nkm *nkm = hw_to_ccu_nkm(hw); ccu_nkm_set_parent() local
[all...]
/kernel/linux/linux-5.10/drivers/clk/sunxi-ng/
H A Dccu_nkm.c20 struct _ccu_nkm *nkm) in ccu_nkm_find_best()
26 for (_k = nkm->min_k; _k <= nkm->max_k; _k++) { in ccu_nkm_find_best()
27 for (_n = nkm->min_n; _n <= nkm->max_n; _n++) { in ccu_nkm_find_best()
28 for (_m = nkm->min_m; _m <= nkm->max_m; _m++) { in ccu_nkm_find_best()
45 nkm->n = best_n; in ccu_nkm_find_best()
46 nkm->k = best_k; in ccu_nkm_find_best()
47 nkm in ccu_nkm_find_best()
19 ccu_nkm_find_best(unsigned long parent, unsigned long rate, struct _ccu_nkm *nkm) ccu_nkm_find_best() argument
52 struct ccu_nkm *nkm = hw_to_ccu_nkm(hw); ccu_nkm_disable() local
59 struct ccu_nkm *nkm = hw_to_ccu_nkm(hw); ccu_nkm_enable() local
66 struct ccu_nkm *nkm = hw_to_ccu_nkm(hw); ccu_nkm_is_enabled() local
74 struct ccu_nkm *nkm = hw_to_ccu_nkm(hw); ccu_nkm_recalc_rate() local
112 struct ccu_nkm *nkm = data; ccu_nkm_round_rate() local
138 struct ccu_nkm *nkm = hw_to_ccu_nkm(hw); ccu_nkm_determine_rate() local
147 struct ccu_nkm *nkm = hw_to_ccu_nkm(hw); ccu_nkm_set_rate() local
185 struct ccu_nkm *nkm = hw_to_ccu_nkm(hw); ccu_nkm_get_parent() local
192 struct ccu_nkm *nkm = hw_to_ccu_nkm(hw); ccu_nkm_set_parent() local
[all...]

Completed in 2 milliseconds