Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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) in probe_chip_type()
/kernel/linux/linux-5.10/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
125 static int autospeed; /* Chip present which snoops speed changes */ variable
126 static int pio_mask = ATA_PIO4; /* PIO range for autospeed devices */
921 if (autospeed & mask) in probe_chip_type()
1257 module_param(autospeed, int, 0);

Completed in 4 milliseconds