Searched refs:ahd_outb (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/sys/dev/aic7xxx/
H A Daic79xx.c256 ahd_outb(ahd, SCSISIGO, ATNO);
319 ahd_outb(ahd, SCSISIGO, 0); /* De-assert BSY */
320 ahd_outb(ahd, MSG_OUT, MSG_NOOP); /* No message to send */
321 ahd_outb(ahd, SXFRCTL1, ahd_inb(ahd, SXFRCTL1) & ~BITBUCKET);
322 ahd_outb(ahd, SEQINTCTL, 0);
323 ahd_outb(ahd, LASTPHASE, P_BUSFREE);
324 ahd_outb(ahd, SEQ_FLAGS, 0);
325 ahd_outb(ahd, SAVED_SCSIID, 0xFF);
326 ahd_outb(ahd, SAVED_LUN, 0xFF);
335 ahd_outb(ah
[all...]
H A Daic79xx_inline.h115 ahd_outb(ahd, MODE_PTR, ahd_build_mode_state(ahd, src, dst));
192 ahd_outb(ahd, HCNTRL, ahd->pause);
227 ahd_outb(ahd, HCNTRL, ahd->unpause);
540 ahd_outb(ahd, port, value & 0xFF);
541 ahd_outb(ahd, port+1, (value >> 8) & 0xFF);
556 ahd_outb(ahd, port, (value) & 0xFF);
557 ahd_outb(ahd, port+1, ((value) >> 8) & 0xFF);
558 ahd_outb(ahd, port+2, ((value) >> 16) & 0xFF);
559 ahd_outb(ahd, port+3, ((value) >> 24) & 0xFF);
578 ahd_outb(ah
[all...]
H A Daic79xx_pci.c499 ahd_outb(ahd, HCNTRL, hcntrl|PAUSE);
506 ahd_outb(ahd, TARGPCISTAT, targpcistat);
512 ahd_outb(ahd, CLRINT, CLRPCIINT);
514 ahd_outb(ahd, SEQCTL0, PERRORDIS);
537 ahd_outb(ahd, TARGPCISTAT, targpcistat);
542 ahd_outb(ahd, CLRINT, CLRPCIINT);
544 ahd_outb(ahd, SEQCTL0, PERRORDIS|FAILDIS);
752 ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN);
753 ahd_outb(ahd, SXFRCTL1, sxfrctl1);
858 ahd_outb(ah
[all...]
H A Daic79xx_osm.h161 #define ahd_outb(ahd, port, value) \ macro
H A Daic79xx_osm.c1054 ahd_outb(ahd, RETURN_1, CONT_MSG_LOOP_TARG);
1517 ahd_outb(ahd_ddb_softc, addr, new_value);

Completed in 41 milliseconds