Searched refs:scsi_conf (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/dev/aic7xxx/
H A Daic7770.c303 uint8_t scsi_conf; local
366 scsi_conf = (ahc->our_id & 0x7);
368 scsi_conf |= ENSPCHK;
370 scsi_conf |= RESET_SCSI;
375 ahc_outb(ahc, SCSICONF, scsi_conf);
H A Daic7xxx_pci.c1502 u_int scsi_conf; local
1569 scsi_conf = (ahc->our_id & 0x7);
1571 scsi_conf |= ENSPCHK;
1573 scsi_conf |= RESET_SCSI;
1604 ahc_outb(ahc, SCSICONF, scsi_conf);
H A Daic7xxx.c4655 u_int scsi_conf; local
4671 scsi_conf = ahc_inb(ahc, SCSICONF + 1);
4672 ahc_outb(ahc, SXFRCTL1, (scsi_conf & (ENSPCHK|STIMESEL))
4687 scsi_conf = ahc_inb(ahc, SCSICONF);
4688 ahc_outb(ahc, SXFRCTL1, (scsi_conf & (ENSPCHK|STIMESEL))
4842 u_int scsi_conf; local
5026 scsi_conf = ahc_inb(ahc, SCSICONF + 1);
5027 if ((scsi_conf & RESET_SCSI) != 0
5032 scsi_conf = ahc_inb(ahc, SCSICONF);
5033 if ((scsi_conf
[all...]

Completed in 81 milliseconds