Lines Matching refs:driver_setup

566 	driver_setup			= SCSI_NCR_DRIVER_SETUP;  variable
575 #define initverbose (driver_setup.verbose)
688 driver_setup.default_tags = val; in sym53c8xx__setup()
692 i < sizeof(driver_setup.tag_ctrl)-1) { in sym53c8xx__setup()
693 driver_setup.tag_ctrl[i++] = *pe++; in sym53c8xx__setup()
695 driver_setup.tag_ctrl[i] = '\0'; in sym53c8xx__setup()
699 driver_setup.master_parity = val; in sym53c8xx__setup()
702 driver_setup.scsi_parity = val; in sym53c8xx__setup()
705 driver_setup.disconnection = val; in sym53c8xx__setup()
708 driver_setup.special_features = val; in sym53c8xx__setup()
711 driver_setup.force_sync_nego = val; in sym53c8xx__setup()
714 driver_setup.reverse_probe = val; in sym53c8xx__setup()
717 driver_setup.default_sync = val; in sym53c8xx__setup()
720 driver_setup.verbose = val; in sym53c8xx__setup()
723 driver_setup.debug = val; in sym53c8xx__setup()
726 driver_setup.burst_max = val; in sym53c8xx__setup()
729 driver_setup.led_pin = val; in sym53c8xx__setup()
732 driver_setup.max_wide = val? 1:0; in sym53c8xx__setup()
735 driver_setup.settle_delay = val; in sym53c8xx__setup()
738 driver_setup.diff_support = val; in sym53c8xx__setup()
741 driver_setup.irqm = val; in sym53c8xx__setup()
744 driver_setup.pci_fix_up = val; in sym53c8xx__setup()
747 driver_setup.bus_check = val; in sym53c8xx__setup()
750 driver_setup.optimize = val; in sym53c8xx__setup()
753 driver_setup.recovery = val; in sym53c8xx__setup()
756 driver_setup.use_nvram = val; in sym53c8xx__setup()
759 memcpy(&driver_setup, &driver_safe_setup, in sym53c8xx__setup()
760 sizeof(driver_setup)); in sym53c8xx__setup()
764 driver_setup.excludes[xi++] = val; in sym53c8xx__setup()
767 driver_setup.host_id = val; in sym53c8xx__setup()
771 driver_setup.iarb = val; in sym53c8xx__setup()
793 #define DEF_DEPTH (driver_setup.default_tags)
802 char *p = driver_setup.tag_ctrl; in device_queue_depth()
1015 #define initverbose (driver_setup.verbose)
3851 burst_max = driver_setup.burst_max; in ncr_prepare_setting()
3886 if (driver_setup.master_parity) in ncr_prepare_setting()
3888 if (driver_setup.scsi_parity) in ncr_prepare_setting()
3918 switch(driver_setup.diff_support) { in ncr_prepare_setting()
3948 if ((driver_setup.led_pin) && in ncr_prepare_setting()
3955 switch(driver_setup.irqm & 3) { in ncr_prepare_setting()
3974 tp->usrsync = driver_setup.default_sync; in ncr_prepare_setting()
3975 tp->usrwide = driver_setup.max_wide; in ncr_prepare_setting()
3978 if (!driver_setup.disconnection) in ncr_prepare_setting()
4504 if (!driver_setup.bus_check) in ncr_reset_scsi_bus()
4531 if (driver_setup.bus_check == 1) in ncr_reset_scsi_bus()
4549 ncr_reset_scsi_bus(np, 1, driver_setup.settle_delay); in ncr_start_reset()
8319 driver_setup.diff_support = device->differential;
8343 np->verbose = driver_setup.verbose;
8472 if (ncr_reset_scsi_bus(np, 0, driver_setup.settle_delay) != 0) {
8486 if (driver_setup.settle_delay > 2) {
8488 ncr_name(np), driver_setup.settle_delay);
8489 mdelay(1000 * driver_setup.settle_delay);