Searched refs:ahc_inb (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/sys/dev/aic7xxx/
H A Daic7xxx_93cx6.h84 ahc_inb(sd->sd_ahc, sd->sd_control_offset)
92 ahc_inb(sd->sd_ahc, sd->sd_status_offset)
94 ahc_inb(sd->sd_ahc, sd->sd_dataout_offset)
H A Daic7xxx.c262 ahc_outb(ahc, SXFRCTL1, ahc_inb(ahc, SXFRCTL1) & ~BITBUCKET);
278 ahc_inb(ahc, SCSISEQ_TEMPLATE) & (ENSELI|ENRSELI|ENAUTOATNP));
290 if ((ahc_inb(ahc, SEQ_FLAGS2) & SCB_DMA) != 0) {
293 ahc_inb(ahc, SEQ_FLAGS2) & ~SCB_DMA);
398 error = ahc_inb(ahc, ERROR);
403 ahc_inb(ahc, SEQADDR0) |
404 (ahc_inb(ahc, SEQADDR1) << 8));
454 scb_index = ahc_inb(ahc, SCB_TAG);
602 ahc_inb(ahc, SCSISEQ) & (ENSELI|ENRSELI|ENAUTOATNP));
609 ahc_inb(ah
[all...]
H A Daic7xxx_inline.h66 (void)ahc_inb(ahc, CCSCBCTL);
76 return ((ahc_inb(ahc, HCNTRL) & PAUSE) != 0);
114 if ((ahc_inb(ahc, INTSTAT) & (SCSIINT | SEQINT | BRKADRINT)) == 0)
303 return ((ahc_inb(ahc, port+1) << 8) | ahc_inb(ahc, port));
316 return ((ahc_inb(ahc, port))
317 | (ahc_inb(ahc, port+1) << 8)
318 | (ahc_inb(ahc, port+2) << 16)
319 | (ahc_inb(ahc, port+3) << 24));
334 return ((ahc_inb(ah
[all...]
H A Daic7770.c166 intdef = ahc_inb(ahc, INTDEF);
191 biosctrl = ahc_inb(ahc, HA_274_BIOSCTRL);
192 scsiconf = ahc_inb(ahc, SCSICONF);
193 scsiconf1 = ahc_inb(ahc, SCSICONF + 1);
215 if ((ahc_inb(ahc, HA_274_BIOSGLOBAL) & HA_274_EXTENDED_TRANS))
235 ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) & ~AUTOFLUSHDIS);
238 hostconf = ahc_inb(ahc, HOSTCONF);
277 ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) & ~AUTOFLUSHDIS);
H A Daic7xxx_pci.c869 if ((ahc_inb(ahc, HCNTRL) & POWRDN) == 0) {
872 our_id = ahc_inb(ahc, SCSIID_ULTRA2) & OID;
874 our_id = ahc_inb(ahc, SCSIID) & OID;
875 sxfrctl1 = ahc_inb(ahc, SXFRCTL1) & STPWEN;
876 scsiseq = ahc_inb(ahc, SCSISEQ);
891 sfunct = ahc_inb(ahc, SFUNCT) & ~ALT_MODE;
902 dscommand0 = ahc_inb(ahc, DSCOMMAND0);
957 sblkctl = ahc_inb(ahc, SBLKCTL);
1016 ahc->bus_softc.pci_softc.dscommand0 = ahc_inb(ahc, DSCOMMAND0);
1017 ahc->bus_softc.pci_softc.dspcistatus = ahc_inb(ah
[all...]
H A Daic7xxx_osm.h168 #define ahc_inb(ahc, port) \ macro
186 ahc_inb(ahc, INTSTAT);

Completed in 84 milliseconds