tag | line | file | source code |
---|---|---|---|
hut | 1013 | drivers/block/floppy.c | int srt, hlt, hut; |
hut | 1067 | drivers/block/floppy.c | hut = (DP->hut*scale_dtr/16 + NOMINAL_DTR - 1)/NOMINAL_DTR; |
hut | 1068 | drivers/block/floppy.c | if (hut < 0x1) |
hut | 1069 | drivers/block/floppy.c | hut = 0x1; |
hut | 1070 | drivers/block/floppy.c | else if (hut > 0xf) |
hut | 1071 | drivers/block/floppy.c | hut = hut_max_code; |
hut | 1073 | drivers/block/floppy.c | spec1 = (srt << 4) | hut; |
hut | 103 | include/linux/fd.h | unsigned long hut; /* Head unload time (remnant of 8" drives) */ |