/linux-4.19.296/drivers/clk/mxs/ |
D | clk-pll.c | 29 struct clk_pll { struct 36 #define to_clk_pll(_hw) container_of(_hw, struct clk_pll, hw) argument 40 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_prepare() 51 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_unprepare() 58 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_enable() 67 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_disable() 75 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_recalc_rate() 91 struct clk_pll *pll; in mxs_clk_pll()
|
/linux-4.19.296/drivers/clk/qcom/ |
D | clk-pll.c | 34 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_enable() 75 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_disable() 90 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_recalc_rate() 136 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_determine_rate() 151 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_set_rate() 187 static int wait_for_pll(struct clk_pll *pll) in wait_for_pll() 211 struct clk_pll *p = to_clk_pll(clk_hw_get_parent(hw)); in clk_pll_vote_enable() 226 static void clk_pll_configure(struct clk_pll *pll, struct regmap *regmap, in clk_pll_configure() 253 void clk_pll_configure_sr(struct clk_pll *pll, struct regmap *regmap, in clk_pll_configure_sr() 262 void clk_pll_configure_sr_hpm_lp(struct clk_pll *pll, struct regmap *regmap, in clk_pll_configure_sr_hpm_lp() [all …]
|
D | clk-pll.h | 47 struct clk_pll { struct 67 #define to_clk_pll(_hw) container_of(to_clk_regmap(_hw), struct clk_pll, clkr) argument 84 void clk_pll_configure_sr(struct clk_pll *pll, struct regmap *regmap, 86 void clk_pll_configure_sr_hpm_lp(struct clk_pll *pll, struct regmap *regmap,
|
D | a53-pll.c | 42 struct clk_pll *pll; in qcom_a53pll_probe()
|
D | lcc-ipq806x.c | 34 static struct clk_pll pll4 = {
|
D | gcc-ipq806x.c | 35 static struct clk_pll pll0 = { 62 static struct clk_pll pll3 = { 89 static struct clk_pll pll8 = { 116 static struct clk_pll pll14 = { 157 static struct clk_pll pll18 = {
|
D | gcc-mdm9615.c | 48 static struct clk_pll pll0 = { 86 static struct clk_pll pll8 = { 113 static struct clk_pll pll14 = {
|
D | mmcc-msm8974.c | 187 static struct clk_pll mmpll0 = { 214 static struct clk_pll mmpll1 = { 241 static struct clk_pll mmpll2 = { 256 static struct clk_pll mmpll3 = {
|
D | mmcc-apq8084.c | 222 static struct clk_pll mmpll0 = { 249 static struct clk_pll mmpll1 = { 276 static struct clk_pll mmpll2 = { 291 static struct clk_pll mmpll3 = { 307 static struct clk_pll mmpll4 = {
|
D | lcc-msm8960.c | 34 static struct clk_pll pll4 = {
|
D | lcc-mdm9615.c | 36 static struct clk_pll pll4 = {
|
D | gcc-msm8916.c | 267 static struct clk_pll gpll0 = { 294 static struct clk_pll gpll1 = { 321 static struct clk_pll gpll2 = { 348 static struct clk_pll bimc_pll = {
|
D | gcc-msm8974.c | 65 static struct clk_pll gpll0 = { 128 static struct clk_pll gpll1 = { 155 static struct clk_pll gpll4 = {
|
D | gcc-msm8960.c | 35 static struct clk_pll pll3 = { 62 static struct clk_pll pll8 = { 89 static struct clk_pll pll14 = {
|
D | gcc-apq8084.c | 109 static struct clk_pll gpll0 = { 172 static struct clk_pll gpll1 = { 199 static struct clk_pll gpll4 = {
|
/linux-4.19.296/drivers/clk/at91/ |
D | clk-pll.c | 51 #define to_clk_pll(hw) container_of(hw, struct clk_pll, hw) 53 struct clk_pll { struct 75 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_prepare() argument 118 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_is_prepared() 125 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_unprepare() 134 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_recalc_rate() 142 static long clk_pll_get_best_div_mul(struct clk_pll *pll, unsigned long rate, in clk_pll_get_best_div_mul() 255 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_round_rate() 264 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_set_rate() 297 struct clk_pll *pll; in at91_clk_register_pll()
|
/linux-4.19.296/drivers/clk/ |
D | clk-nomadik.c | 142 struct clk_pll { struct 161 #define to_pll(_hw) container_of(_hw, struct clk_pll, hw) argument 166 struct clk_pll *pll = to_pll(hw); in pll_clk_enable() 186 struct clk_pll *pll = to_pll(hw); in pll_clk_disable() 205 struct clk_pll *pll = to_pll(hw); in pll_clk_is_enabled() 221 struct clk_pll *pll = to_pll(hw); in pll_clk_recalc_rate() 261 struct clk_pll *pll; in pll_clk_register()
|
D | clk-vt8500.c | 50 struct clk_pll { struct 317 #define to_clk_pll(_hw) container_of(_hw, struct clk_pll, hw) 558 struct clk_pll *pll = to_clk_pll(hw); in vtwm_pll_set_rate() 609 struct clk_pll *pll = to_clk_pll(hw); in vtwm_pll_round_rate() 648 struct clk_pll *pll = to_clk_pll(hw); in vtwm_pll_recalc_rate() 686 struct clk_pll *pll_clk; in vtwm_pll_clk_init()
|
D | clk-versaclock5.c | 167 struct vc5_hw_data clk_pll; member 812 vc5->clk_pll.num = 0; in vc5_probe() 813 vc5->clk_pll.vc5 = vc5; in vc5_probe() 814 vc5->clk_pll.hw.init = &init; in vc5_probe() 815 ret = devm_clk_hw_register(&client->dev, &vc5->clk_pll.hw); in vc5_probe()
|
/linux-4.19.296/drivers/clk/spear/ |
D | clk-vco-pll.c | 66 #define to_clk_pll(_hw) container_of(_hw, struct clk_pll, hw) 87 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_round_rate_index() 127 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_recalc_rate() 147 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_set_rate() 283 struct clk_pll *pll; in clk_register_vco_pll()
|
D | clk.h | 102 struct clk_pll { struct
|
/linux-4.19.296/drivers/clk/keystone/ |
D | pll.c | 72 struct clk_pll { struct 77 #define to_clk_pll(_hw) container_of(_hw, struct clk_pll, hw) argument 82 struct clk_pll *pll = to_clk_pll(hw); in clk_pllclk_recalc() 130 struct clk_pll *pll; in clk_register_pll()
|
/linux-4.19.296/drivers/clk/sirf/ |
D | clk-common.c | 34 struct clk_pll { struct 39 #define to_pllclk(_hw) container_of(_hw, struct clk_pll, hw) argument 78 struct clk_pll *clk = to_pllclk(hw); in pll_clk_recalc_rate() 130 struct clk_pll *clk = to_pllclk(hw); in pll_clk_set_rate() 218 static struct clk_pll clk_pll1 = { 225 static struct clk_pll clk_pll2 = { 232 static struct clk_pll clk_pll3 = {
|
D | clk-atlas7.c | 214 struct clk_pll { struct 218 #define to_pllclk(_hw) container_of(_hw, struct clk_pll, hw) argument 357 struct clk_pll *clk = to_pllclk(hw); in pll_clk_recalc_rate() 402 static struct clk_pll clk_cpupll = { 416 static struct clk_pll clk_mempll = { 430 static struct clk_pll clk_sys0pll = { 444 static struct clk_pll clk_sys1pll = { 458 static struct clk_pll clk_sys2pll = { 472 static struct clk_pll clk_sys3pll = {
|
/linux-4.19.296/drivers/clk/ti/ |
D | fapll.c | 82 struct clk *clk_pll; member 521 synth->clk_pll = pll_clk; in ti_fapll_synth_setup()
|