Searched refs:p_tohw (Results 1 – 1 of 1) sorted by relevance
483 const struct pdiv_map *p_tohw = pll->params->pdiv_tohw; in _p_div_to_hw() local485 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() local506 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()[all …]