| tag | line | file | source code |
|---|---|---|---|
| hut | 1175 | drivers/block/floppy.c | int srt, hlt, hut; |
| hut | 1229 | drivers/block/floppy.c | hut = (DP->hut*scale_dtr/16 + NOMINAL_DTR - 1)/NOMINAL_DTR; |
| hut | 1230 | drivers/block/floppy.c | if (hut < 0x1) |
| hut | 1231 | drivers/block/floppy.c | hut = 0x1; |
| hut | 1232 | drivers/block/floppy.c | else if (hut > 0xf) |
| hut | 1233 | drivers/block/floppy.c | hut = hut_max_code; |
| hut | 1235 | drivers/block/floppy.c | spec1 = (srt << 4) | hut; |
| hut | 106 | include/linux/fd.h | unsigned long hut; /* Head unload time (remnant of 8" drives) */ |