_get_table_rate
return _get_table_rate(pll_hw->table, val);
err = _get_table_rate(hw, cfg, rate, parent_rate);
if (_get_table_rate(hw, &sel, pll->params->fixed_rate, input_rate))
if (_get_table_rate(hw, &sel, pll->params->fixed_rate, input_rate))
if (_get_table_rate(hw, &cfg, rate, parent_rate) &&
if (_get_table_rate(hw, &cfg, req->rate, req->best_parent_rate) &&
if (_get_table_rate(hw, &sel, pll->params->fixed_rate,
if (_get_table_rate(hw, &sel, pll->params->fixed_rate, input_rate))