taglinefilesource code
autotune416drivers/block/cmd640.cif (ide_hwifs[0].drives[0].autotune == 0)
autotune417drivers/block/cmd640.cide_hwifs[0].drives[0].autotune = 1;
autotune418drivers/block/cmd640.cif (ide_hwifs[0].drives[1].autotune == 0)
autotune419drivers/block/cmd640.cide_hwifs[0].drives[1].autotune = 1;
autotune427drivers/block/cmd640.cif (ide_hwifs[1].drives[0].autotune == 0)
autotune428drivers/block/cmd640.cide_hwifs[1].drives[0].autotune = 1;
autotune429drivers/block/cmd640.cif (ide_hwifs[1].drives[1].autotune == 0)
autotune430drivers/block/cmd640.cide_hwifs[1].drives[1].autotune = 1;
autotune2378drivers/block/ide.cif (tuneproc != NULL && drive->autotune == 1)
autotune2692drivers/block/ide.cdrive->autotune = 1;
autotune2695drivers/block/ide.cdrive->autotune = 2;
autotune2795drivers/block/ide.chwif->drives[0].autotune = 2;
autotune2796drivers/block/ide.chwif->drives[1].autotune = 2;
autotune2799drivers/block/ide.chwif->drives[0].autotune = 1;
autotune2800drivers/block/ide.chwif->drives[1].autotune = 1;
autotune323drivers/block/ide.hunsigned autotune  : 2;  /* 1=autotune, 2=noautotune, 0=default */