Searched refs:hut (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dfd.h128 unsigned long hut; /* Head unload time (remnant of member in struct:floppy_drive_params
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dfloppy.c1305 * hut: 16 to 240 milliseconds
1313 unsigned long srt, hlt, hut; local
1366 hut = (DP->hut * scale_dtr / 16 + NOMINAL_DTR - 1) / NOMINAL_DTR;
1367 if (hut < 0x1)
1368 hut = 0x1;
1369 else if (hut > 0xf)
1370 hut = hut_max_code;
1372 spec1 = (srt << 4) | hut;
1972 fdc_specify(); /* must be done here because of hut, hl
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dcompat_ioctl.c1635 compat_ulong_t hut; member in struct:floppy_drive_params32
1785 err |= __get_user(f->hut, &uf->hut);
1858 err |= __put_user(f->hut, &uf->hut);

Completed in 129 milliseconds