Home
last modified time | relevance | path

Searched refs:setup_toshiba_delay (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/scsi/
Dmac_scsi.c59 static int setup_toshiba_delay = -1; variable
60 module_param(setup_toshiba_delay, int, 0);
85 setup_toshiba_delay = ints[7]; in mac_scsi_setup()
391 host_flags |= setup_toshiba_delay > 0 ? FLAG_TOSHIBA_DELAY : 0; in mac_scsi_probe()
Datari_scsi.c155 static int setup_toshiba_delay = -1; variable
156 module_param(setup_toshiba_delay, int, 0);
417 setup_toshiba_delay = ints[7]; in atari_scsi_setup()
799 host_flags |= setup_toshiba_delay > 0 ? FLAG_TOSHIBA_DELAY : 0; in atari_scsi_probe()