Searched refs:ata_probe_timeout (Results 1 – 3 of 3) sorted by relevance
141 static int ata_probe_timeout; variable142 module_param(ata_probe_timeout, int, 0444);143 MODULE_PARM_DESC(ata_probe_timeout, "Set ATA probing timeout (seconds)");1568 if (ata_probe_timeout) in ata_exec_internal_sg()1569 timeout = ata_probe_timeout * 1000; in ata_exec_internal_sg()4304 timeout = ata_probe_timeout ? in ata_dev_set_feature()4305 ata_probe_timeout * 1000 : SETFEATURES_SPINUP_TIMEOUT; in ata_dev_set_feature()
197 static int ata_probe_timeout = (ATA_TMOUT_INTERNAL / 100); variable1031 timeout = ata_probe_timeout * 1000 / HZ; in ata_exec_internal()