Lines Matching refs:driver_setup
554 driver_setup = SCSI_NCR_DRIVER_SETUP; variable
563 #define initverbose (driver_setup.verbose)
676 driver_setup.default_tags = val; in sym53c8xx__setup()
680 i < sizeof(driver_setup.tag_ctrl)-1) { in sym53c8xx__setup()
681 driver_setup.tag_ctrl[i++] = *pe++; in sym53c8xx__setup()
683 driver_setup.tag_ctrl[i] = '\0'; in sym53c8xx__setup()
687 driver_setup.master_parity = val; in sym53c8xx__setup()
690 driver_setup.scsi_parity = val; in sym53c8xx__setup()
693 driver_setup.disconnection = val; in sym53c8xx__setup()
696 driver_setup.special_features = val; in sym53c8xx__setup()
699 driver_setup.force_sync_nego = val; in sym53c8xx__setup()
702 driver_setup.reverse_probe = val; in sym53c8xx__setup()
705 driver_setup.default_sync = val; in sym53c8xx__setup()
708 driver_setup.verbose = val; in sym53c8xx__setup()
711 driver_setup.debug = val; in sym53c8xx__setup()
714 driver_setup.burst_max = val; in sym53c8xx__setup()
717 driver_setup.led_pin = val; in sym53c8xx__setup()
720 driver_setup.max_wide = val? 1:0; in sym53c8xx__setup()
723 driver_setup.settle_delay = val; in sym53c8xx__setup()
726 driver_setup.diff_support = val; in sym53c8xx__setup()
729 driver_setup.irqm = val; in sym53c8xx__setup()
732 driver_setup.pci_fix_up = val; in sym53c8xx__setup()
735 driver_setup.bus_check = val; in sym53c8xx__setup()
738 driver_setup.optimize = val; in sym53c8xx__setup()
741 driver_setup.recovery = val; in sym53c8xx__setup()
744 driver_setup.use_nvram = val; in sym53c8xx__setup()
747 memcpy(&driver_setup, &driver_safe_setup, in sym53c8xx__setup()
748 sizeof(driver_setup)); in sym53c8xx__setup()
752 driver_setup.excludes[xi++] = val; in sym53c8xx__setup()
755 driver_setup.host_id = val; in sym53c8xx__setup()
759 driver_setup.iarb = val; in sym53c8xx__setup()
781 #define DEF_DEPTH (driver_setup.default_tags)
790 char *p = driver_setup.tag_ctrl; in device_queue_depth()
1003 #define initverbose (driver_setup.verbose)
3839 burst_max = driver_setup.burst_max; in ncr_prepare_setting()
3874 if (driver_setup.master_parity) in ncr_prepare_setting()
3876 if (driver_setup.scsi_parity) in ncr_prepare_setting()
3906 switch(driver_setup.diff_support) { in ncr_prepare_setting()
3939 if ((driver_setup.led_pin) && in ncr_prepare_setting()
3946 switch(driver_setup.irqm & 3) { in ncr_prepare_setting()
3965 tp->usrsync = driver_setup.default_sync; in ncr_prepare_setting()
3966 tp->usrwide = driver_setup.max_wide; in ncr_prepare_setting()
3969 if (!driver_setup.disconnection) in ncr_prepare_setting()
4495 if (!driver_setup.bus_check) in ncr_reset_scsi_bus()
4522 if (driver_setup.bus_check == 1) in ncr_reset_scsi_bus()
4540 ncr_reset_scsi_bus(np, 1, driver_setup.settle_delay); in ncr_start_reset()
8310 driver_setup.diff_support = device->differential;
8334 np->verbose = driver_setup.verbose;
8461 if (ncr_reset_scsi_bus(np, 0, driver_setup.settle_delay) != 0) {
8475 if (driver_setup.settle_delay > 2) {
8477 ncr_name(np), driver_setup.settle_delay);
8478 mdelay(1000 * driver_setup.settle_delay);