Lines Matching refs:p_tohw
483 const struct pdiv_map *p_tohw = pll->params->pdiv_tohw; in _p_div_to_hw() local
485 if (p_tohw) { in _p_div_to_hw()
486 while (p_tohw->pdiv) { in _p_div_to_hw()
487 if (p_div <= p_tohw->pdiv) in _p_div_to_hw()
488 return p_tohw->hw_val; in _p_div_to_hw()
489 p_tohw++; in _p_div_to_hw()
504 const struct pdiv_map *p_tohw = pll->params->pdiv_tohw; in _hw_to_p_div() local
506 if (p_tohw) { in _hw_to_p_div()
507 while (p_tohw->pdiv) { in _hw_to_p_div()
508 if (p_div_hw == p_tohw->hw_val) in _hw_to_p_div()
509 return p_tohw->pdiv; in _hw_to_p_div()
510 p_tohw++; in _hw_to_p_div()
2204 const struct pdiv_map *p_tohw = pll_params->pdiv_tohw; in tegra_clk_register_pllc() local
2209 if (!p_tohw) in tegra_clk_register_pllc()
2240 while (p_tohw->pdiv) { in tegra_clk_register_pllc()
2241 if (p_tohw->pdiv == 2) { in tegra_clk_register_pllc()
2242 cfg.p = p_tohw->hw_val; in tegra_clk_register_pllc()
2245 p_tohw++; in tegra_clk_register_pllc()
2248 if (!p_tohw->pdiv) { in tegra_clk_register_pllc()
2604 const struct pdiv_map *p_tohw = pll_params->pdiv_tohw; in tegra_clk_register_pllc_tegra210() local
2608 if (!p_tohw) in tegra_clk_register_pllc_tegra210()