Searched refs:autospeed (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/ata/
H A Dpata_legacy.c37 * Use the autospeed and pio_mask options with:
39 * Use the jumpers, autospeed and set pio_mask to the mode on the jumpers with
43 * For now use autospeed and pio_mask as above with the W83759A. This may
78 static int autospeed; variable
79 module_param(autospeed, int, 0);
80 MODULE_PARM_DESC(autospeed, "Chip present that snoops speed changes");
84 MODULE_PARM_DESC(pio_mask, "PIO range for autospeed devices");
958 if (autospeed & mask)

Completed in 82 milliseconds