HomeSort by: relevance | last modified time | path
    Searched refs:SCSISIGI (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/dev/microcode/aic7xxx/
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 .;
1451 test SCSISIGI, ACKI jnz .;
1626 test SCSISIGI, ATNI jnz mesgin_done;
1709 test SCSISIGI, ATNI jnz mesgin_done;
1990 and LASTPHASE, PHASE_MASK, SCSISIGI;
    [all...]
aic79xx.seq 998 test SCSISIGI, ATNI jnz mesgin_done;
1093 test SCSISIGI, ATNI jnz mesgin_done;
1199 test SCSISIGI, ACKI jnz phase_lock;
1200 test SCSISIGI, REQI jz phase_lock;
1202 test SCSISIGI, ACKI jnz phase_lock;
1203 test SCSISIGI, REQI jz phase_lock;
1210 and LASTPHASE, PHASE_MASK, SCSISIGI ret;
1237 and LASTPHASE, PHASE_MASK, SCSISIGI;
aic7xxx.reg 106 register SCSISIGI {
118 * Possible phases in SCSISIGI
aic7xxx_reg.h 40 ahc_print_register(NULL, 0, "SCSISIGI", 0x03, regvalue, cur_col, wrap)
1094 #define SCSISIGI 0x03
aic79xx.reg 1679 register SCSISIGI {
1692 * Possible phases in SCSISIGI
aic79xx_reg.h 474 ahd_print_register(NULL, 0, "SCSISIGI", 0x41, regvalue, cur_col, wrap)
2666 #define SCSISIGI 0x41
  /src/sys/dev/ic/
aic7xxx.c 620 printf("SCSIBUSL == 0x%x, SCSISIGI == 0x%x\n",
621 ahc_inb(ahc, SCSIBUSL), ahc_inb(ahc, SCSISIGI));
660 lastphase, ahc_inb(ahc, SCSISIGI));
671 lastphase, ahc_inb(ahc, SCSISIGI));
693 bus_phase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK;
768 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK;
772 if ((ahc_inb(ahc, SCSISIGI) & (CDI|MSGI)) == 0) {
785 if ((ahc_inb(ahc, SCSISIGI)
948 printf("SCSIBUSL == 0x%x, SCSISIGI == 0x%x\n",
949 ahc_inb(ahc, SCSIBUSL), ahc_inb(ahc, SCSISIGI));
    [all...]
aic79xx.c 1009 bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK;
1190 bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK;
1261 printf("SCSIBUS[0] == 0x%x, SCSISIGI == 0x%x\n",
1262 ahd_inb(ahd, SCSIBUS), ahd_inb(ahd, SCSISIGI));
1296 lastphase, ahd_inb(ahd, SCSISIGI));
1308 lastphase, ahd_inb(ahd, SCSISIGI));
1786 curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK;
2365 curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK;
3975 if ((ahd_inb(ahd, SCSISIGI) & ATNI) != 0
4028 lastbyte = (ahd_inb(ahd, SCSISIGI) & ATNI) == 0
    [all...]

Completed in 106 milliseconds