Searched refs:p_tohw (Results 1 – 1 of 1) sorted by relevance
481 const struct pdiv_map *p_tohw = pll->params->pdiv_tohw; in _p_div_to_hw() local483 if (p_tohw) { in _p_div_to_hw()484 while (p_tohw->pdiv) { in _p_div_to_hw()485 if (p_div <= p_tohw->pdiv) in _p_div_to_hw()486 return p_tohw->hw_val; in _p_div_to_hw()487 p_tohw++; in _p_div_to_hw()502 const struct pdiv_map *p_tohw = pll->params->pdiv_tohw; in _hw_to_p_div() local504 if (p_tohw) { in _hw_to_p_div()505 while (p_tohw->pdiv) { in _hw_to_p_div()506 if (p_div_hw == p_tohw->hw_val) in _hw_to_p_div()[all …]