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

/freebsd-10.1-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.c623 printf("SCSIBUSL == 0x%x, SCSISIGI == 0x%x\n",
624 ahc_inb(ahc, SCSIBUSL), ahc_inb(ahc, SCSISIGI));
663 lastphase, ahc_inb(ahc, SCSISIGI));
674 lastphase, ahc_inb(ahc, SCSISIGI));
696 bus_phase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK;
771 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK;
775 if ((ahc_inb(ahc, SCSISIGI) & (CDI|MSGI)) == 0) {
788 if ((ahc_inb(ahc, SCSISIGI)
951 printf("SCSIBUSL == 0x%x, SCSISIGI == 0x%x\n",
952 ahc_inb(ahc, SCSIBUSL), ahc_inb(ahc, SCSISIGI));
[all...]
H A Daic79xx.c1042 bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK;
1224 bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK;
1296 printf("SCSIBUS[0] == 0x%x, SCSISIGI == 0x%x\n",
1297 ahd_inb(ahd, SCSIBUS), ahd_inb(ahd, SCSISIGI));
1331 lastphase, ahd_inb(ahd, SCSISIGI));
1344 lastphase, ahd_inb(ahd, SCSISIGI));
1853 curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK;
2479 curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK;
3458 if ((ahd_inb(ahd, SCSISIGI) & BSYI) != 0
4111 if ((ahd_inb(ahd, SCSISIGI)
[all...]
H A Daic7xxx.reg106 register SCSISIGI {
118 * Possible phases in SCSISIGI
H A Daic7xxx_reg.h42 ahc_print_register(NULL, 0, "SCSISIGI", 0x03, regvalue, cur_col, wrap)
1089 #define SCSISIGI 0x03 macro
H A Daic79xx.reg1670 register SCSISIGI {
1683 * Possible phases in SCSISIGI
H A Daic79xx_reg.h476 ahd_print_register(NULL, 0, "SCSISIGI", 0x41, regvalue, cur_col, wrap)
2703 #define SCSISIGI 0x41 macro
/freebsd-10.1-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 210 milliseconds