tag | line | file | source code |
autotune | 416 | drivers/block/cmd640.c | if (ide_hwifs[0].drives[0].autotune == 0) |
autotune | 417 | drivers/block/cmd640.c | ide_hwifs[0].drives[0].autotune = 1; |
autotune | 418 | drivers/block/cmd640.c | if (ide_hwifs[0].drives[1].autotune == 0) |
autotune | 419 | drivers/block/cmd640.c | ide_hwifs[0].drives[1].autotune = 1; |
autotune | 427 | drivers/block/cmd640.c | if (ide_hwifs[1].drives[0].autotune == 0) |
autotune | 428 | drivers/block/cmd640.c | ide_hwifs[1].drives[0].autotune = 1; |
autotune | 429 | drivers/block/cmd640.c | if (ide_hwifs[1].drives[1].autotune == 0) |
autotune | 430 | drivers/block/cmd640.c | ide_hwifs[1].drives[1].autotune = 1; |
autotune | 2378 | drivers/block/ide.c | if (tuneproc != NULL && drive->autotune == 1) |
autotune | 2692 | drivers/block/ide.c | drive->autotune = 1; |
autotune | 2695 | drivers/block/ide.c | drive->autotune = 2; |
autotune | 2795 | drivers/block/ide.c | hwif->drives[0].autotune = 2; |
autotune | 2796 | drivers/block/ide.c | hwif->drives[1].autotune = 2; |
autotune | 2799 | drivers/block/ide.c | hwif->drives[0].autotune = 1; |
autotune | 2800 | drivers/block/ide.c | hwif->drives[1].autotune = 1; |
autotune | 323 | drivers/block/ide.h | unsigned autotune : 2; /* 1=autotune, 2=noautotune, 0=default */ |