Searched refs:p_tohw (Results 1 – 1 of 1) sorted by relevance
362 struct pdiv_map *p_tohw = pll->params->pdiv_tohw; in _p_div_to_hw() local364 if (p_tohw) { in _p_div_to_hw()365 while (p_tohw->pdiv) { in _p_div_to_hw()366 if (p_div <= p_tohw->pdiv) in _p_div_to_hw()367 return p_tohw->hw_val; in _p_div_to_hw()368 p_tohw++; in _p_div_to_hw()378 struct pdiv_map *p_tohw = pll->params->pdiv_tohw; in _hw_to_p_div() local380 if (p_tohw) { in _hw_to_p_div()381 while (p_tohw->pdiv) { in _hw_to_p_div()382 if (p_div_hw == p_tohw->hw_val) in _hw_to_p_div()[all …]