Home
last modified time | relevance | path

Searched refs:p_tohw (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/clk/tegra/
H A Dclk-pll.c485 if (p_tohw) { in _p_div_to_hw()
486 while (p_tohw->pdiv) { in _p_div_to_hw()
489 p_tohw++; in _p_div_to_hw()
506 if (p_tohw) { in _hw_to_p_div()
507 while (p_tohw->pdiv) { in _hw_to_p_div()
509 return p_tohw->pdiv; in _hw_to_p_div()
510 p_tohw++; in _hw_to_p_div()
2209 if (!p_tohw) in tegra_clk_register_pllc()
2245 p_tohw++; in tegra_clk_register_pllc()
2248 if (!p_tohw->pdiv) { in tegra_clk_register_pllc()
[all …]