Lines Matching +defs:p +defs:timeout
230 #define pll_readl(offset, p) readl_relaxed(p->clk_base + offset) argument
231 #define pll_readl_base(p) pll_readl(p->params->base_reg, p) argument
232 #define pll_readl_misc(p) pll_readl(p->params->misc_reg, p) argument
233 #define pll_override_readl(offset, p) readl_relaxed(p->pmc + offset) argument
234 #define pll_readl_sdm_din(p) pll_readl(p->params->sdm_din_reg, p) argument
235 #define pll_readl_sdm_ctrl(p) pll_readl(p->params->sdm_ctrl_reg, p) argument
237 #define pll_writel(val, offset, p) writel_relaxed(val, p->clk_base + offset) argument
238 #define pll_writel_base(val, p) pll_writel(val, p->params->base_reg, p) argument
239 #define pll_writel_misc(val, p) pll_writel(val, p->params->misc_reg, p) argument
240 #define pll_override_writel(val, offset, p) writel(val, p->pmc + offset) argument
241 #define pll_writel_sdm_din(val, p) pll_writel(val, p->params->sdm_din_reg, p) argument
242 #define pll_writel_sdm_ctrl(val, p) pll_writel(val, p->params->sdm_ctrl_reg, p) argument
245 #define divm_mask(p) mask(p->params->div_nmp->divm_width) argument
246 #define divn_mask(p) mask(p->params->div_nmp->divn_width) argument
247 #define divp_mask(p) (p->params->flags & TEGRA_PLLU ? PLLU_POST_DIVP_MASK :\ argument
249 #define sdm_din_mask(p) p->params->sdm_din_mask argument
250 #define sdm_en_mask(p) p->params->sdm_ctrl_en_mask argument
252 #define divm_shift(p) (p)->params->div_nmp->divm_shift argument
253 #define divn_shift(p) (p)->params->div_nmp->divn_shift argument
254 #define divp_shift(p) (p)->params->div_nmp->divp_shift argument
256 #define divm_mask_shifted(p) (divm_mask(p) << divm_shift(p)) argument
257 #define divn_mask_shifted(p) (divn_mask(p) << divn_shift(p)) argument
258 #define divp_mask_shifted(p) (divp_mask(p) << divp_shift(p)) argument
260 #define divm_max(p) (divm_mask(p)) argument
261 #define divn_max(p) (divn_mask(p)) argument
262 #define divp_max(p) (1 << (divp_mask(p))) argument
524 int p; in _get_table_rate() local
917 unsigned long timeout; in clk_plle_training() local
1225 unsigned int p; in _calc_dynamic_ramp_rate() local