Lines Matching defs:hut
1273 * hut: 16 to 240 milliseconds
1284 unsigned long hut;
1339 hut = DIV_ROUND_UP(drive_params[drive].hut * scale_dtr / 16,
1341 if (hut < 0x1)
1342 hut = 0x1;
1343 else if (hut > 0xf)
1344 hut = hut_max_code;
1346 spec1 = (srt << 4) | hut;
1953 fdc_specify(current_fdc, current_drive); /* must be done here because of hut, hlt ... */
3585 compat_ulong_t hut;
3718 drive_params[drive].hut = v.hut;
3749 v.hut = drive_params[drive].hut;