Lines Matching refs:driver_setup
559 driver_setup = SCSI_NCR_DRIVER_SETUP; variable
568 #define initverbose (driver_setup.verbose)
681 driver_setup.default_tags = val; in sym53c8xx__setup()
685 i < sizeof(driver_setup.tag_ctrl)-1) { in sym53c8xx__setup()
686 driver_setup.tag_ctrl[i++] = *pe++; in sym53c8xx__setup()
688 driver_setup.tag_ctrl[i] = '\0'; in sym53c8xx__setup()
692 driver_setup.master_parity = val; in sym53c8xx__setup()
695 driver_setup.scsi_parity = val; in sym53c8xx__setup()
698 driver_setup.disconnection = val; in sym53c8xx__setup()
701 driver_setup.special_features = val; in sym53c8xx__setup()
704 driver_setup.force_sync_nego = val; in sym53c8xx__setup()
707 driver_setup.reverse_probe = val; in sym53c8xx__setup()
710 driver_setup.default_sync = val; in sym53c8xx__setup()
713 driver_setup.verbose = val; in sym53c8xx__setup()
716 driver_setup.debug = val; in sym53c8xx__setup()
719 driver_setup.burst_max = val; in sym53c8xx__setup()
722 driver_setup.led_pin = val; in sym53c8xx__setup()
725 driver_setup.max_wide = val? 1:0; in sym53c8xx__setup()
728 driver_setup.settle_delay = val; in sym53c8xx__setup()
731 driver_setup.diff_support = val; in sym53c8xx__setup()
734 driver_setup.irqm = val; in sym53c8xx__setup()
737 driver_setup.pci_fix_up = val; in sym53c8xx__setup()
740 driver_setup.bus_check = val; in sym53c8xx__setup()
743 driver_setup.optimize = val; in sym53c8xx__setup()
746 driver_setup.recovery = val; in sym53c8xx__setup()
749 driver_setup.use_nvram = val; in sym53c8xx__setup()
752 memcpy(&driver_setup, &driver_safe_setup, in sym53c8xx__setup()
753 sizeof(driver_setup)); in sym53c8xx__setup()
757 driver_setup.excludes[xi++] = val; in sym53c8xx__setup()
760 driver_setup.host_id = val; in sym53c8xx__setup()
764 driver_setup.iarb = val; in sym53c8xx__setup()
786 #define DEF_DEPTH (driver_setup.default_tags)
795 char *p = driver_setup.tag_ctrl; in device_queue_depth()
1006 #define initverbose (driver_setup.verbose)
3812 burst_max = driver_setup.burst_max; in ncr_prepare_setting()
3847 if (driver_setup.master_parity) in ncr_prepare_setting()
3849 if (driver_setup.scsi_parity) in ncr_prepare_setting()
3879 switch(driver_setup.diff_support) { in ncr_prepare_setting()
3912 if ((driver_setup.led_pin) && in ncr_prepare_setting()
3919 switch(driver_setup.irqm & 3) { in ncr_prepare_setting()
3938 tp->usrsync = driver_setup.default_sync; in ncr_prepare_setting()
3939 tp->usrwide = driver_setup.max_wide; in ncr_prepare_setting()
3942 if (!driver_setup.disconnection) in ncr_prepare_setting()
4464 if (!driver_setup.bus_check) in ncr_reset_scsi_bus()
4491 if (driver_setup.bus_check == 1) in ncr_reset_scsi_bus()
4509 ncr_reset_scsi_bus(np, 1, driver_setup.settle_delay); in ncr_start_reset()
8101 driver_setup.diff_support = device->differential;
8125 np->verbose = driver_setup.verbose;
8252 if (ncr_reset_scsi_bus(np, 0, driver_setup.settle_delay) != 0) {
8266 if (driver_setup.settle_delay > 2) {
8268 ncr_name(np), driver_setup.settle_delay);
8269 mdelay(1000 * driver_setup.settle_delay);