/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 236 test SCSISIGI, ATNI jz target_busfree; 263 test SCSISIGI, ATNI jz ident_messages_done; 288 test SCSISIGI, ATNI jz target_busfree; 312 test SCSISIGI, ATNI jnz target_mesgout_continue; 488 test SCSISIGI, ATNI jnz target_mesgout; 527 test SCSISIGI, ACKI jnz .; 1447 test SCSISIGI, ACKI jnz .; 1622 test SCSISIGI, ATNI jnz mesgin_done; 1705 test SCSISIGI, ATNI jnz mesgin_done; 1986 and LASTPHASE, PHASE_MASK, SCSISIGI; [all …]
|
D | aic7xxx_core.c | 604 ahc_inb(ahc, SCSIBUSL), ahc_inb(ahc, SCSISIGI)); in ahc_handle_seqint() 643 lastphase, ahc_inb(ahc, SCSISIGI)); in ahc_handle_seqint() 654 lastphase, ahc_inb(ahc, SCSISIGI)); in ahc_handle_seqint() 676 bus_phase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_seqint() 751 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_seqint() 755 if ((ahc_inb(ahc, SCSISIGI) & (CDI|MSGI)) == 0) { in ahc_handle_seqint() 768 if ((ahc_inb(ahc, SCSISIGI) in ahc_handle_seqint() 932 ahc_inb(ahc, SCSIBUSL), ahc_inb(ahc, SCSISIGI)); in ahc_handle_seqint() 940 intstat, ahc_inb(ahc, SCSISIGI)); in ahc_handle_seqint() 1047 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_scsiint() [all …]
|
D | aic79xx.seq | 999 test SCSISIGI, ATNI jnz mesgin_done; 1094 test SCSISIGI, ATNI jnz mesgin_done; 1200 test SCSISIGI, ACKI jnz phase_lock; 1201 test SCSISIGI, REQI jz phase_lock; 1203 test SCSISIGI, ACKI jnz phase_lock; 1204 test SCSISIGI, REQI jz phase_lock; 1211 and LASTPHASE, PHASE_MASK, SCSISIGI ret; 1238 and LASTPHASE, PHASE_MASK, SCSISIGI;
|
D | aic79xx_core.c | 664 bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_seqint() 842 bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_seqint() 914 ahd_inb(ahd, SCSIBUS), ahd_inb(ahd, SCSISIGI)); in ahd_handle_seqint() 948 lastphase, ahd_inb(ahd, SCSISIGI)); in ahd_handle_seqint() 960 lastphase, ahd_inb(ahd, SCSISIGI)); in ahd_handle_seqint() 1436 curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_transmission_error() 2015 curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_proto_violation() 3626 if ((ahd_inb(ahd, SCSISIGI) & ATNI) != 0 in ahd_handle_message_phase() 3679 lastbyte = (ahd_inb(ahd, SCSISIGI) & ATNI) == 0; in ahd_handle_message_phase() 4192 ahd_name(ahd), ahd_inb(ahd, SCSISIGI)); in ahd_parse_msg() [all …]
|
D | aic7xxx.reg | 106 register SCSISIGI { 118 * Possible phases in SCSISIGI
|
D | aic7xxx_reg.h | 1097 #define SCSISIGI 0x03 macro
|
D | aic79xx.reg | 1677 register SCSISIGI { 1690 * Possible phases in SCSISIGI
|
D | aic79xx_reg.h | 2666 #define SCSISIGI 0x41 macro
|
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/ |
D | aic7xxx_reg.h | 43 #define SCSISIGI 0x03 macro
|
D | aic7xxx.seq | 670 test SCSISIGI, REQI jz p_command_ultra2_shutdown; 1067 and LASTPHASE, PHASE_MASK, SCSISIGI; 1123 test SCSISIGI, REQI jz dma_shutdown; 1300 and SCSISIGO, PHASE_MASK, SCSISIGI; 1301 and LASTPHASE, PHASE_MASK, SCSISIGI ret;
|
D | aic7xxx.reg | 100 register SCSISIGI { 112 * Possible phases in SCSISIGI
|
/linux-2.4.37.9/drivers/scsi/ |
D | aic7xxx_old.c | 3392 aic_inb(p, SG_COUNT), aic_inb(p, SCSISIGI)); in aic7xxx_reset_device() 4515 aic_outb(p, aic_inb(p, SCSISIGI) | ATNO, SCSISIGO); in aic7xxx_handle_seqint() 4574 aic_outb(p, aic_inb(p, SCSISIGI) | ATNO, SCSISIGO); in aic7xxx_handle_seqint() 4621 aic_outb(p, aic_inb(p, SCSISIGI) | ATNO, SCSISIGO); in aic7xxx_handle_seqint() 5317 aic_inb(p, SCSISIGI), in aic7xxx_handle_seqint() 5337 aic_inb(p, SCSISIGI), in aic7xxx_handle_seqint() 5399 aic_inb(p, SCSISIGI)); in aic7xxx_handle_seqint() 6060 phasemis = ( aic_inb(p, SCSISIGI) & PHASE_MASK) != P_MESGOUT; in aic7xxx_handle_reqinit() 6111 phasemis = ( aic_inb(p, SCSISIGI) & PHASE_MASK ) != P_MESGIN; in aic7xxx_handle_reqinit() 6564 aic_outb(p, aic_inb(p, SCSISIGI) | ATNO, SCSISIGO); in aic7xxx_handle_scsiint() [all …]
|