tag | line | file | source code |
hut | 1225 | drivers/block/floppy.c | int srt, hlt, hut; |
hut | 1281 | drivers/block/floppy.c | hut = (DP->hut*scale_dtr/16 + NOMINAL_DTR - 1)/NOMINAL_DTR; |
hut | 1282 | drivers/block/floppy.c | if (hut < 0x1) |
hut | 1283 | drivers/block/floppy.c | hut = 0x1; |
hut | 1284 | drivers/block/floppy.c | else if (hut > 0xf) |
hut | 1285 | drivers/block/floppy.c | hut = hut_max_code; |
hut | 1287 | drivers/block/floppy.c | spec1 = (srt << 4) | hut; |
hut | 586 | drivers/char/ftape/fdc-io.c | const int hut = 1; /* minimize head unload time */ |
hut | 592 | drivers/char/ftape/fdc-io.c | hut); |
hut | 126 | include/linux/fd.h | unsigned long hut; /* Head unload time (remnant of |