Lines Matching defs:scale
1281 unsigned int scale;
1287 * frequency base and scale registers are required for SDCA
1339 scale = mclk_freq / curr_freq;
1342 * map scale to Table 90 of SoundWire 1.2 spec - and check
1343 * that the scale is a power of two and maximum 64
1345 scale_index = ilog2(scale);
1347 if (BIT(scale_index) != scale || scale_index > 6) {
1349 "No match found for scale %d, bus mclk %d curr_freq %d\n",
1350 scale, mclk_freq, curr_freq);
1362 /* initialize scale for both banks */
1375 "Configured bus base %d, scale %d, mclk %d, curr_freq %d\n",