tag | line | file | source code |
---|---|---|---|
hut | 844 | drivers/block/floppy.c | int srt, hlt, hut; |
hut | 898 | drivers/block/floppy.c | hut = (DP->hut*scale_dtr/16 + NOMINAL_DTR - 1)/NOMINAL_DTR; |
hut | 899 | drivers/block/floppy.c | if (hut < 0x1) |
hut | 900 | drivers/block/floppy.c | hut = 0x1; |
hut | 901 | drivers/block/floppy.c | else if (hut > 0xf) |
hut | 902 | drivers/block/floppy.c | hut = hut_max_code; |
hut | 904 | drivers/block/floppy.c | spec1 = (srt << 4) | hut; |
hut | 105 | include/linux/fd.h | unsigned long hut; /* Head unload time (remnant of 8" drives) */ |