Lines Matching defs:scale
1154 unsigned int scale;
1160 * frequency base and scale registers are required for SDCA
1211 scale = mclk_freq / curr_freq;
1214 * map scale to Table 90 of SoundWire 1.2 spec - and check
1215 * that the scale is a power of two and maximum 64
1217 scale_index = ilog2(scale);
1219 if (BIT(scale_index) != scale || scale_index > 6) {
1221 "No match found for scale %d, bus mclk %d curr_freq %d\n",
1222 scale, mclk_freq, curr_freq);
1234 /* initialize scale for both banks */
1247 "Configured bus base %d, scale %d, mclk %d, curr_freq %d\n",