Searched refs:p_tohw (Results 1 – 1 of 1) sorted by relevance
473 const struct pdiv_map *p_tohw = pll->params->pdiv_tohw; in _p_div_to_hw() local475 if (p_tohw) { in _p_div_to_hw()476 while (p_tohw->pdiv) { in _p_div_to_hw()477 if (p_div <= p_tohw->pdiv) in _p_div_to_hw()478 return p_tohw->hw_val; in _p_div_to_hw()479 p_tohw++; in _p_div_to_hw()494 const struct pdiv_map *p_tohw = pll->params->pdiv_tohw; in _hw_to_p_div() local496 if (p_tohw) { in _hw_to_p_div()497 while (p_tohw->pdiv) { in _hw_to_p_div()498 if (p_div_hw == p_tohw->hw_val) in _hw_to_p_div()[all …]