Searched refs:SCSISIGI (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/sys/dev/aic7xxx/
H A Daic7xxx.seq238 test SCSISIGI, ATNI jz target_busfree;
265 test SCSISIGI, ATNI jz ident_messages_done;
290 test SCSISIGI, ATNI jz target_busfree;
314 test SCSISIGI, ATNI jnz target_mesgout_continue;
492 test SCSISIGI, ATNI jnz target_mesgout;
531 test SCSISIGI, ACKI jnz .;
1452 test SCSISIGI, ACKI jnz .;
1627 test SCSISIGI, ATNI jnz mesgin_done;
1710 test SCSISIGI, ATNI jnz mesgin_done;
1991 and LASTPHASE, PHASE_MASK, SCSISIGI;
[all...]
H A Daic79xx.seq641 test SCSISIGI, BSYI jz . + 2;
827 test SCSISIGI, BSYI jz . + 2;
1186 test SCSISIGI, ATNI jnz mesgin_done;
1294 test SCSISIGI, ATNI jnz mesgin_done;
1405 test SCSISIGI, ACKI jnz phase_lock;
1406 test SCSISIGI, REQI jz phase_lock;
1408 test SCSISIGI, ACKI jnz phase_lock;
1409 test SCSISIGI, REQI jz phase_lock;
1416 and LASTPHASE, PHASE_MASK, SCSISIGI ret;
1443 and LASTPHASE, PHASE_MASK, SCSISIGI;
[all...]
H A Daic7xxx.c624 printf("SCSIBUSL == 0x%x, SCSISIGI == 0x%x\n",
625 ahc_inb(ahc, SCSIBUSL), ahc_inb(ahc, SCSISIGI));
664 lastphase, ahc_inb(ahc, SCSISIGI));
675 lastphase, ahc_inb(ahc, SCSISIGI));
697 bus_phase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK;
772 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK;
776 if ((ahc_inb(ahc, SCSISIGI) & (CDI|MSGI)) == 0) {
789 if ((ahc_inb(ahc, SCSISIGI)
952 printf("SCSIBUSL == 0x%x, SCSISIGI == 0x%x\n",
953 ahc_inb(ahc, SCSIBUSL), ahc_inb(ahc, SCSISIGI));
[all...]
H A Daic79xx.c1043 bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK;
1225 bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK;
1297 printf("SCSIBUS[0] == 0x%x, SCSISIGI == 0x%x\n",
1298 ahd_inb(ahd, SCSIBUS), ahd_inb(ahd, SCSISIGI));
1332 lastphase, ahd_inb(ahd, SCSISIGI));
1345 lastphase, ahd_inb(ahd, SCSISIGI));
1854 curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK;
2480 curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK;
3459 if ((ahd_inb(ahd, SCSISIGI) & BSYI) != 0
4112 if ((ahd_inb(ahd, SCSISIGI)
[all...]
H A Daic7xxx.reg106 register SCSISIGI {
118 * Possible phases in SCSISIGI
H A Daic79xx.reg1670 register SCSISIGI {
1683 * Possible phases in SCSISIGI
/freebsd-10.0-release/sys/dev/aic/
H A Daic6360reg.h38 #define SCSISIGI 0x03 /* SCSI signal in */ macro
112 /* SCSISIGI */
216 #define PHASECHG 0x02 /* C phase in SCSISIGI doesn't match */
H A Daic.c471 aic_outb(aic, SCSISIGO, aic_inb(aic, SCSISIGI) | ATNO);
1133 printf(", phase 0x%x, state %d\n", aic_inb(aic, SCSISIGI), aic->state);
1277 u_int8_t phase = aic_inb(aic, SCSISIGI) & PH_MASK;

Completed in 121 milliseconds