Searched refs:ahc_outb (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/sys/dev/aic7xxx/
H A Daic7xxx.c260 ahc_outb(ahc, SCSISIGO, 0); /* De-assert BSY */
261 ahc_outb(ahc, MSG_OUT, MSG_NOOP); /* No message to send */
262 ahc_outb(ahc, SXFRCTL1, ahc_inb(ahc, SXFRCTL1) & ~BITBUCKET);
263 ahc_outb(ahc, LASTPHASE, P_BUSFREE);
264 ahc_outb(ahc, SAVED_SCSIID, 0xFF);
265 ahc_outb(ahc, SAVED_LUN, 0xFF);
274 ahc_outb(ahc, TQINPOS, ahc->tqinfifonext);
277 ahc_outb(ahc, SCSISEQ,
281 ahc_outb(ahc, CCSCBCNT, 0);
282 ahc_outb(ah
[all...]
H A Daic7770.c235 ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) & ~AUTOFLUSHDIS);
239 ahc_outb(ahc, BUSSPD, hostconf & DFTHRSH);
240 ahc_outb(ahc, BUSTIME, (hostconf << 2) & BOFF);
265 ahc_outb(ahc, BCTL, ENABLE);
275 ahc_outb(ahc, BUSSPD, ahc->bus_softc.aic7770_softc.busspd);
276 ahc_outb(ahc, BUSTIME, ahc->bus_softc.aic7770_softc.bustime);
277 ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) & ~AUTOFLUSHDIS);
278 ahc_outb(ahc, BCTL, ENABLE);
359 ahc_outb(ahc, TARG_SCSIRATE + i, target_settings);
361 ahc_outb(ah
[all...]
H A Daic7xxx_pci.c892 ahc_outb(ahc, SFUNCT, sfunct | ALT_MODE);
893 ahc_outb(ahc, OPTIONMODE,
895 ahc_outb(ahc, SFUNCT, sfunct);
898 ahc_outb(ahc, CRCCONTROL1, CRCVALCHKEN|CRCENDCHKEN|CRCREQCHKEN
923 ahc_outb(ahc, DSCOMMAND0, dscommand0);
958 ahc_outb(ahc, SBLKCTL, (sblkctl & ~(DIAGLEDEN|DIAGLEDON)));
961 ahc_outb(ahc, DFF_THRSH, RD_DFTHRSH_MAX|WR_DFTHRSH_MAX);
963 ahc_outb(ahc, DSPCISTATUS, DFTHRSH_100);
987 ahc_outb(ahc, SCSICONF, our_id|ENSPCHK|RESET_SCSI);
1022 ahc_outb(ah
[all...]
H A Daic7xxx_inline.h89 ahc_outb(ahc, HCNTRL, ahc->pause);
115 ahc_outb(ahc, HCNTRL, ahc->unpause);
309 ahc_outb(ahc, port, value & 0xFF);
310 ahc_outb(ahc, port+1, (value >> 8) & 0xFF);
325 ahc_outb(ahc, port, (value) & 0xFF);
326 ahc_outb(ahc, port+1, ((value) >> 8) & 0xFF);
327 ahc_outb(ahc, port+2, ((value) >> 16) & 0xFF);
328 ahc_outb(ahc, port+3, ((value) >> 24) & 0xFF);
347 ahc_outb(ahc, port, value & 0xFF);
348 ahc_outb(ah
[all...]
H A Daic7xxx_93cx6.h87 ahc_outb(sd->sd_ahc, sd->sd_control_offset, value); \
H A Daic7xxx_osm.h171 #define ahc_outb(ahc, port, value) \ macro
H A Daic7xxx_osm.c1118 ahc_outb(ahc, SCBPTR, scb->hscb->tag);
1119 ahc_outb(ahc, TARG_IMMEDIATE_SCB, scb->hscb->tag);

Completed in 74 milliseconds