Searched refs:MESON_PARM_APPLICABLE (Results 1 – 4 of 4) sorted by relevance
48 !MESON_PARM_APPLICABLE(&pll->frac)) in __pll_round_closest_mult()91 frac = MESON_PARM_APPLICABLE(&pll->frac) ? in meson_clk_pll_recalc_rate()299 if (MESON_PARM_APPLICABLE(&pll->rst) && in meson_clk_pll_is_enabled()329 if (MESON_PARM_APPLICABLE(&pll->rst)) in meson_clk_pll_init()335 if (MESON_PARM_APPLICABLE(&pll->rst)) in meson_clk_pll_init()366 if (MESON_PARM_APPLICABLE(&pll->rst)) in meson_clk_pll_enable()373 if (MESON_PARM_APPLICABLE(&pll->rst)) in meson_clk_pll_enable()390 if (MESON_PARM_APPLICABLE(&pll->l_detect)) { in meson_clk_pll_enable()407 if (MESON_PARM_APPLICABLE(&pll->rst)) in meson_clk_pll_disable()414 if (MESON_PARM_APPLICABLE(&pll->current_en)) in meson_clk_pll_disable()[all …]
131 if (MESON_PARM_APPLICABLE(&sclk->hi)) { in sclk_div_set_duty_cycle()146 if (!MESON_PARM_APPLICABLE(&sclk->hi)) { in sclk_div_get_duty_cycle()161 if (MESON_PARM_APPLICABLE(&sclk->hi)) in sclk_apply_divider()
145 if (MESON_PARM_APPLICABLE(&mpll->ssen)) { in mpll_init()152 if (MESON_PARM_APPLICABLE(&mpll->misc)) in mpll_init()
22 #define MESON_PARM_APPLICABLE(p) (!!((p)->width)) macro
Completed in 9 milliseconds