Lines Matching refs:rates
2506 const unsigned int *rates;
2526 rates = madera_opclk_ref_44k1_rates;
2528 rates = madera_opclk_ref_48k_rates;
2531 if (rates[ref] > refclk)
2535 while ((rates[ref] / div >= freq) && (div <= 30)) {
2536 if (rates[ref] / div == freq) {
3105 const int *rates;
3119 rates = &madera_44k1_bclk_rates[0];
3122 rates = &madera_48k_bclk_rates[0];
3154 if (rates[i] >= bclk_target && rates[i] % rate == 0) {
3165 lrclk = rates[bclk] / rate;
3168 rates[bclk], rates[bclk] / lrclk);