Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dmac_scsi.c64 static int setup_toshiba_delay = -1; variable
65 module_param(setup_toshiba_delay, int, 0);
90 setup_toshiba_delay = ints[7]; in mac_scsi_setup()
492 host_flags |= setup_toshiba_delay > 0 ? FLAG_TOSHIBA_DELAY : 0; in mac_scsi_probe()
H A Datari_scsi.c155 static int setup_toshiba_delay = -1; variable
156 module_param(setup_toshiba_delay, int, 0);
413 setup_toshiba_delay = ints[7]; in atari_scsi_setup()
797 host_flags |= setup_toshiba_delay > 0 ? FLAG_TOSHIBA_DELAY : 0; in atari_scsi_probe()