Searched refs:scsi_conf (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/scsi/ |
| H A D | wd719x.h | 235 u8 scsi_conf; /* SCSI configuration */ member
|
| /linux/drivers/scsi/aic7xxx/ |
| H A D | aic7xxx_pci.c | 1410 u_int scsi_conf; in ahc_parse_pci_eeprom() local 1477 scsi_conf = (ahc->our_id & 0x7); in ahc_parse_pci_eeprom() 1479 scsi_conf |= ENSPCHK; in ahc_parse_pci_eeprom() 1481 scsi_conf |= RESET_SCSI; in ahc_parse_pci_eeprom() 1512 ahc_outb(ahc, SCSICONF, scsi_conf); in ahc_parse_pci_eeprom()
|
| H A D | aic7xxx_core.c | 5044 u_int scsi_conf; in ahc_chip_init() local 5060 scsi_conf = ahc_inb(ahc, SCSICONF + 1); in ahc_chip_init() 5061 ahc_outb(ahc, SXFRCTL1, (scsi_conf & (ENSPCHK|STIMESEL)) in ahc_chip_init() 5076 scsi_conf = ahc_inb(ahc, SCSICONF); in ahc_chip_init() 5077 ahc_outb(ahc, SXFRCTL1, (scsi_conf & (ENSPCHK|STIMESEL)) in ahc_chip_init() 5230 u_int scsi_conf; in ahc_init() local 5388 scsi_conf = ahc_inb(ahc, SCSICONF + 1); in ahc_init() 5389 if ((scsi_conf & RESET_SCSI) != 0 in ahc_init() 5394 scsi_conf = ahc_inb(ahc, SCSICONF); in ahc_init() 5395 if ((scsi_conf & RESET_SCSI) != 0 in ahc_init()
|