taglinefilesource code
autotune411drivers/block/cmd640.cif (ide_hwifs[0].drives[0].autotune == 0)
autotune412drivers/block/cmd640.cide_hwifs[0].drives[0].autotune = 1;
autotune413drivers/block/cmd640.cif (ide_hwifs[0].drives[1].autotune == 0)
autotune414drivers/block/cmd640.cide_hwifs[0].drives[1].autotune = 1;
autotune422drivers/block/cmd640.cif (ide_hwifs[1].drives[0].autotune == 0)
autotune423drivers/block/cmd640.cide_hwifs[1].drives[0].autotune = 1;
autotune424drivers/block/cmd640.cif (ide_hwifs[1].drives[1].autotune == 0)
autotune425drivers/block/cmd640.cide_hwifs[1].drives[1].autotune = 1;
autotune2382drivers/block/ide.cif (tuneproc != NULL && drive->autotune == 1)
autotune2698drivers/block/ide.cdrive->autotune = 1;
autotune2701drivers/block/ide.cdrive->autotune = 2;
autotune2801drivers/block/ide.chwif->drives[0].autotune = 2;
autotune2802drivers/block/ide.chwif->drives[1].autotune = 2;
autotune2805drivers/block/ide.chwif->drives[0].autotune = 1;
autotune2806drivers/block/ide.chwif->drives[1].autotune = 1;
autotune323drivers/block/ide.hunsigned autotune  : 2;  /* 1=autotune, 2=noautotune, 0=default */