tag | line | file | source code |
---|---|---|---|
hut | 1146 | drivers/block/floppy.c | int srt, hlt, hut; |
hut | 1198 | drivers/block/floppy.c | hut = (DP->hut*scale_dtr/16 + NOMINAL_DTR - 1)/NOMINAL_DTR; |
hut | 1199 | drivers/block/floppy.c | if (hut < 0x1) |
hut | 1200 | drivers/block/floppy.c | hut = 0x1; |
hut | 1201 | drivers/block/floppy.c | else if (hut > 0xf) |
hut | 1202 | drivers/block/floppy.c | hut = hut_max_code; |
hut | 1204 | drivers/block/floppy.c | spec1 = (srt << 4) | hut; |
hut | 126 | include/linux/fd.h | unsigned long hut; /* Head unload time (remnant of |