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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c256 ahc_outb(ahc, SCSISIGO, 0); /* De-assert BSY */
257 ahc_outb(ahc, MSG_OUT, MSG_NOOP); /* No message to send */
258 ahc_outb(ahc, SXFRCTL1, ahc_inb(ahc, SXFRCTL1) & ~BITBUCKET);
259 ahc_outb(ahc, LASTPHASE, P_BUSFREE);
260 ahc_outb(ahc, SAVED_SCSIID, 0xFF);
261 ahc_outb(ahc, SAVED_LUN, 0xFF);
270 ahc_outb(ahc, TQINPOS, ahc->tqinfifonext);
273 ahc_outb(ahc, SCSISEQ,
277 ahc_outb(ahc, CCSCBCNT, 0);
278 ahc_outb(ah
[all...]
H A Daic7770.c209 ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) & ~AUTOFLUSHDIS);
213 ahc_outb(ahc, BUSSPD, hostconf & DFTHRSH);
214 ahc_outb(ahc, BUSTIME, (hostconf << 2) & BOFF);
236 ahc_outb(ahc, BCTL, ENABLE);
315 ahc_outb(ahc, TARG_SCSIRATE + i, target_settings);
317 ahc_outb(ahc, DISC_DSB, ~(discenable & 0xff));
318 ahc_outb(ahc, DISC_DSB + 1, ~((discenable >> 8) & 0xff));
331 ahc_outb(ahc, SCSICONF, scsi_conf);
H A Daic7xxx_pci.c859 ahc_outb(ahc, SFUNCT, sfunct | ALT_MODE);
860 ahc_outb(ahc, OPTIONMODE,
862 ahc_outb(ahc, SFUNCT, sfunct);
865 ahc_outb(ahc, CRCCONTROL1, CRCVALCHKEN|CRCENDCHKEN|CRCREQCHKEN
890 ahc_outb(ahc, DSCOMMAND0, dscommand0);
925 ahc_outb(ahc, SBLKCTL, (sblkctl & ~(DIAGLEDEN|DIAGLEDON)));
928 ahc_outb(ahc, DFF_THRSH, RD_DFTHRSH_MAX|WR_DFTHRSH_MAX);
930 ahc_outb(ahc, DSPCISTATUS, DFTHRSH_100);
953 ahc_outb(ahc, SCSICONF, our_id|ENSPCHK|RESET_SCSI);
1049 ahc_outb(ah
[all...]
H A Daic7xxx_93cx6.h87 ahc_outb(sd->sd_ahc, sd->sd_control_offset, value); \
H A Daic7xxx_inline.h81 ahc_outb(ahc, HCNTRL, ahc->pause);
107 ahc_outb(ahc, HCNTRL, ahc->unpause);
393 ahc_outb(ahc, HNSCB_QOFF, ahc->qinfifonext);
397 ahc_outb(ahc, KERNEL_QINPOS, ahc->qinfifonext);
503 ahc_outb(ahc, CLRINT, CLRCMDINT);
H A Daic7xxx_osm.h629 static __inline void ahc_outb(struct ahc_softc * ahc, long port, uint8_t val);
654 ahc_outb(struct ahc_softc * ahc, long port, uint8_t val) function
679 ahc_outb(ahc, port, *array++);
H A Daic7xxx_osm.c2662 ahc_outb(ahc, SCSISEQ, ahc_inb(ahc, SCSISEQ) & ~ENSELO);
2729 ahc_outb(ahc, MSG_OUT, HOST_MSG);
2730 ahc_outb(ahc, SCSISIGO, last_phase|ATNO);
2776 ahc_outb(ahc, SCBPTR, pending_scb->hscb->tag);
2777 ahc_outb(ahc, SCB_CONTROL,
2792 ahc_outb(ahc, SCBPTR, saved_scbptr);

Completed in 163 milliseconds