Searched refs:SCSICONF (Results 1 - 8 of 8) sorted by relevance

/drivers/scsi/aic7xxx/
H A Daic7770.c188 scsiconf = ahc_inb(ahc, SCSICONF);
189 scsiconf1 = ahc_inb(ahc, SCSICONF + 1);
351 /* Set SCSICONF info */
352 ahc_outb(ahc, SCSICONF, scsi_conf);
H A Daic7xxx_pci.c911 ahc_outb(ahc, SCSICONF, our_id|ENSPCHK|RESET_SCSI);
1518 /* Set SCSICONF info */
1519 ahc_outb(ahc, SCSICONF, scsi_conf);
H A Daic7xxx.reg1676 SCSICONF {
H A Daic7xxx_reg.h_shipped525 #define SCSICONF 0x5a
H A Daic7xxx_core.c4577 for (i = TARG_SCSIRATE; i < SCSICONF; i++)
5105 scsi_conf = ahc_inb(ahc, SCSICONF + 1);
5121 scsi_conf = ahc_inb(ahc, SCSICONF);
5451 scsi_conf = ahc_inb(ahc, SCSICONF + 1);
5457 scsi_conf = ahc_inb(ahc, SCSICONF);
/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h296 #define SCSICONF 0x5a macro
H A Daic7xxx.reg1338 SCSICONF {
/drivers/scsi/
H A Daic7xxx_old.c8048 scsi_conf = aic_inb(p, SCSICONF + 1);
8072 scsi_conf = aic_inb(p, SCSICONF);
8511 if (aic_inb(p, SCSICONF) & TERM_ENB)
8513 if ( (p->features & AHC_TWIN) && (aic_inb(p, SCSICONF + 1) & TERM_ENB) )
8872 * Only set the SCSICONF and SCSICONF + 1 registers if we are a PCI card.
8879 aic_outb(p, scsi_conf, SCSICONF);
8881 aic_outb(p, p->scsi_id, SCSICONF + 1);
9820 temp_p->adapter_control = aic_inb(temp_p, SCSICONF) << 8;
9821 temp_p->adapter_control |= aic_inb(temp_p, SCSICONF
[all...]

Completed in 198 milliseconds