Lines Matching refs:driver_setup
558 driver_setup = SCSI_NCR_DRIVER_SETUP; variable
567 #define initverbose (driver_setup.verbose)
680 driver_setup.default_tags = val; in sym53c8xx__setup()
684 i < sizeof(driver_setup.tag_ctrl)-1) { in sym53c8xx__setup()
685 driver_setup.tag_ctrl[i++] = *pe++; in sym53c8xx__setup()
687 driver_setup.tag_ctrl[i] = '\0'; in sym53c8xx__setup()
691 driver_setup.master_parity = val; in sym53c8xx__setup()
694 driver_setup.scsi_parity = val; in sym53c8xx__setup()
697 driver_setup.disconnection = val; in sym53c8xx__setup()
700 driver_setup.special_features = val; in sym53c8xx__setup()
703 driver_setup.force_sync_nego = val; in sym53c8xx__setup()
706 driver_setup.reverse_probe = val; in sym53c8xx__setup()
709 driver_setup.default_sync = val; in sym53c8xx__setup()
712 driver_setup.verbose = val; in sym53c8xx__setup()
715 driver_setup.debug = val; in sym53c8xx__setup()
718 driver_setup.burst_max = val; in sym53c8xx__setup()
721 driver_setup.led_pin = val; in sym53c8xx__setup()
724 driver_setup.max_wide = val? 1:0; in sym53c8xx__setup()
727 driver_setup.settle_delay = val; in sym53c8xx__setup()
730 driver_setup.diff_support = val; in sym53c8xx__setup()
733 driver_setup.irqm = val; in sym53c8xx__setup()
736 driver_setup.pci_fix_up = val; in sym53c8xx__setup()
739 driver_setup.bus_check = val; in sym53c8xx__setup()
742 driver_setup.optimize = val; in sym53c8xx__setup()
745 driver_setup.recovery = val; in sym53c8xx__setup()
748 driver_setup.use_nvram = val; in sym53c8xx__setup()
751 memcpy(&driver_setup, &driver_safe_setup, in sym53c8xx__setup()
752 sizeof(driver_setup)); in sym53c8xx__setup()
756 driver_setup.excludes[xi++] = val; in sym53c8xx__setup()
759 driver_setup.host_id = val; in sym53c8xx__setup()
763 driver_setup.iarb = val; in sym53c8xx__setup()
785 #define DEF_DEPTH (driver_setup.default_tags)
794 char *p = driver_setup.tag_ctrl; in device_queue_depth()
1005 #define initverbose (driver_setup.verbose)
3811 burst_max = driver_setup.burst_max; in ncr_prepare_setting()
3846 if (driver_setup.master_parity) in ncr_prepare_setting()
3848 if (driver_setup.scsi_parity) in ncr_prepare_setting()
3878 switch(driver_setup.diff_support) { in ncr_prepare_setting()
3911 if ((driver_setup.led_pin) && in ncr_prepare_setting()
3918 switch(driver_setup.irqm & 3) { in ncr_prepare_setting()
3937 tp->usrsync = driver_setup.default_sync; in ncr_prepare_setting()
3938 tp->usrwide = driver_setup.max_wide; in ncr_prepare_setting()
3941 if (!driver_setup.disconnection) in ncr_prepare_setting()
4463 if (!driver_setup.bus_check) in ncr_reset_scsi_bus()
4490 if (driver_setup.bus_check == 1) in ncr_reset_scsi_bus()
4508 ncr_reset_scsi_bus(np, 1, driver_setup.settle_delay); in ncr_start_reset()
8105 driver_setup.diff_support = device->differential;
8129 np->verbose = driver_setup.verbose;
8256 if (ncr_reset_scsi_bus(np, 0, driver_setup.settle_delay) != 0) {
8270 if (driver_setup.settle_delay > 2) {
8272 ncr_name(np), driver_setup.settle_delay);
8273 mdelay(1000 * driver_setup.settle_delay);