Lines Matching refs:hlt
1275 * hlt: 2 to 254 milliseconds
1284 unsigned long hlt;
1333 hlt = DIV_ROUND_UP(drive_params[drive].hlt * scale_dtr / 2,
1335 if (hlt < 0x01)
1336 hlt = 0x01;
1337 else if (hlt > 0x7f)
1338 hlt = hlt_max_code;
1348 spec2 = (hlt << 1) | (use_virtual_dma & 1);
1954 fdc_specify(current_fdc, current_drive); /* must be done here because of hut, hlt ... */
3677 compat_ulong_t hlt;
3810 drive_params[drive].hlt = v.hlt;
3841 v.hlt = drive_params[drive].hlt;