Searched refs:SCSISEQ (Results 1 – 7 of 7) sorted by relevance
| /freebsd-10-stable/sys/dev/aic/ |
| D | aic.c | 354 aic_outb(aic, SCSISEQ, ENRESELI); in aic_start() 377 aic_outb(aic, SCSISEQ, ENRESELI|ENSELO|ENAUTOATNO); in aic_select() 413 aic_outb(aic, SCSISEQ, ENAUTOATNP); in aic_selected() 456 aic_outb(aic, SCSISEQ, ENAUTOATNP); in aic_reselected() 1242 aic_outb(aic, SCSISEQ, 0); in aic_intr_locked() 1337 aic_outb(aic, SCSISEQ, 0); in aic_chip_reset() 1365 aic_outb(aic, SCSISEQ, SCSIRSTO); in aic_scsi_reset() 1367 aic_outb(aic, SCSISEQ, 0); in aic_scsi_reset()
|
| D | aic6360reg.h | 35 #define SCSISEQ 0x00 /* SCSI sequence control */ macro
|
| /freebsd-10-stable/sys/dev/aic7xxx/ |
| D | aic7xxx.c | 277 ahc_outb(ahc, SCSISEQ, in ahc_restart() 601 ahc_outb(ahc, SCSISEQ, in ahc_handle_seqint() 602 ahc_inb(ahc, SCSISEQ) & (ENSELI|ENRSELI|ENAUTOATNP)); in ahc_handle_seqint() 1162 ahc_outb(ahc, SCSISEQ, 0); in ahc_handle_scsiint() 1234 ahc_outb(ahc, SCSISEQ, in ahc_handle_scsiint() 1235 ahc_inb(ahc, SCSISEQ) & (ENSELI|ENRSELI|ENAUTOATNP)); in ahc_handle_scsiint() 2330 ahc_outb(ahc, SCSISEQ, (ahc_inb(ahc, SCSISEQ) & ~ENSELO)); in ahc_setup_initiator_msgout() 2347 ahc_outb(ahc, SCSISEQ, (ahc_inb(ahc, SCSISEQ) & ~ENSELO)); in ahc_setup_initiator_msgout() 2635 ahc_outb(ahc, SCSISEQ, in ahc_handle_proto_violation() 2636 ahc_inb(ahc, SCSISEQ) & ~ENSELO); in ahc_handle_proto_violation() [all …]
|
| D | aic7xxx.seq | 73 and SCSISEQ, TEMODE|ENSELI|ENRSELI|ENAUTOATNP; 81 test SCSISEQ, ENSELO jnz poll_for_selection; 84 test SCSISEQ, ENSELO jnz poll_for_selection; 390 mov SCSISEQ, SINDEX ret; 392 mov SCSISEQ, SCSISEQ_TEMPLATE ret; 440 and SCSISEQ, TEMODE|ENSELI|ENRSELI|ENAUTOATNP, SCSISEQ;
|
| D | aic7xxx_reg.h | 1068 #define SCSISEQ 0x00 macro
|
| D | aic7xxx_pci.c | 876 scsiseq = ahc_inb(ahc, SCSISEQ); in ahc_pci_config()
|
| D | aic7xxx.reg | 57 register SCSISEQ {
|