Lines Matching defs:bin
1256 const struct speed *bin;
1265 bin = bin_3ds;
1270 bin = bin_0;
1281 if (bin[i].cl[0].tckmin_ps >= tckmin_ps) {
1286 ERROR("speed bin not found\n");
1289 if (bin[i].cl[0].tckmin_ps > tckmin_ps && i > 0) {
1294 if ((bin[i].taamin_ps[j] == 0) ||
1295 bin[i].taamin_ps[j] >= taamin_ps) {
1305 if (((bin[i].taamin_ps[j] == 0) && j > 0) ||
1306 (bin[i].taamin_ps[j] > taamin_ps && j > 0)) {
1310 for (k = 0; bin[i].cl[k].tckmin_ps < mclk_ps &&
1311 bin[i].cl[k].tckmin_ps < taamin_max; k++)
1313 if (bin[i].cl[k].tckmin_ps > mclk_ps && k > 0) {
1317 debug("Skip CL mask for this speed 0x%x\n", bin[i].cl[k].caslat[j]);
1319 return bin[i].cl[k].caslat[j];
1347 /* skip unsupported caslat based on speed bin */