| /src/sys/dev/ic/ | 
| aic7xxx.c | 298 	ahc_outb(ahc, SCSISEQ, 598 		ahc_outb(ahc, SCSISEQ,
 599 			 ahc_inb(ahc, SCSISEQ) & (ENSELI|ENRSELI|ENAUTOATNP));
 1156 		ahc_outb(ahc, SCSISEQ, 0);
 1224 		ahc_outb(ahc, SCSISEQ,
 1225 			 ahc_inb(ahc, SCSISEQ) & (ENSELI|ENRSELI|ENAUTOATNP));
 2312 		ahc_outb(ahc, SCSISEQ, (ahc_inb(ahc, SCSISEQ) & ~ENSELO));
 2329 		ahc_outb(ahc, SCSISEQ, (ahc_inb(ahc, SCSISEQ) & ~ENSELO))
 5892  uint8_t scsiseq;  local in function:ahc_reset_current_bus
 5914  u_int scsiseq;  local in function:ahc_reset_channel
 6937  u_int scsiseq;  local in function:ahc_handle_en_lun
 7147  u_int scsiseq;  local in function:ahc_handle_en_lun
 [all...]
 | 
| aic79xxvar.h | 1019 	uint8_t	scsiseq;  member in struct:ahd_suspend_channel_state 
 | 
| aic7xxxvar.h | 998 	uint8_t	scsiseq;  member in struct:ahc_suspend_channel_state 
 | 
| aic79xx.c | 7551 	uint8_t scsiseq;  local in function:ahd_reset_current_bus 7555 	scsiseq = ahd_inb(ahd, SCSISEQ0) & ~(ENSELO|ENARBO|SCSIRSTO);
 7556 	ahd_outb(ahd, SCSISEQ0, scsiseq | SCSIRSTO);
 7560 	ahd_outb(ahd, SCSISEQ0, scsiseq);
 
 | 
| /src/sys/dev/pci/ | 
| ahc_pci.c | 764 	u_int		   scsiseq;  local in function:ahc_pci_attach 920 		scsiseq = ahc_inb(ahc, SCSISEQ);
 924 		scsiseq = 0;
 1041 		 && scsiseq != 0) {
 
 |