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

/freebsd-11-stable/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.c497 ahd_outb(ahd, HCNTRL, hcntrl|PAUSE);
504 ahd_outb(ahd, TARGPCISTAT, targpcistat);
510 ahd_outb(ahd, CLRINT, CLRPCIINT);
512 ahd_outb(ahd, SEQCTL0, PERRORDIS);
535 ahd_outb(ahd, TARGPCISTAT, targpcistat);
540 ahd_outb(ahd, CLRINT, CLRPCIINT);
542 ahd_outb(ahd, SEQCTL0, PERRORDIS|FAILDIS);
750 ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN);
751 ahd_outb(ahd, SXFRCTL1, sxfrctl1);
856 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 135 milliseconds