Lines Matching refs:hlt
1274 * hlt: 2 to 254 milliseconds
1283 unsigned long hlt;
1332 hlt = DIV_ROUND_UP(drive_params[drive].hlt * scale_dtr / 2,
1334 if (hlt < 0x01)
1335 hlt = 0x01;
1336 else if (hlt > 0x7f)
1337 hlt = hlt_max_code;
1347 spec2 = (hlt << 1) | (use_virtual_dma & 1);
1953 fdc_specify(current_fdc, current_drive); /* must be done here because of hut, hlt ... */
3584 compat_ulong_t hlt;
3717 drive_params[drive].hlt = v.hlt;
3748 v.hlt = drive_params[drive].hlt;