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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/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_core.c258 ahc_outb(ahc, SXFRCTL1, ahc_inb(ahc, SXFRCTL1) & ~BITBUCKET);
274 ahc_inb(ahc, SCSISEQ_TEMPLATE) & (ENSELI|ENRSELI|ENAUTOATNP));
286 if ((ahc_inb(ahc, SEQ_FLAGS2) & SCB_DMA) != 0) {
289 ahc_inb(ahc, SEQ_FLAGS2) & ~SCB_DMA);
381 error = ahc_inb(ahc, ERROR);
386 ahc_inb(ahc, SEQADDR0) |
387 (ahc_inb(ahc, SEQADDR1) << 8));
437 scb_index = ahc_inb(ahc, SCB_TAG);
585 ahc_inb(ahc, SCSISEQ) & (ENSELI|ENRSELI|ENAUTOATNP));
592 ahc_inb(ah
[all...]
H A Daic7770.c140 intdef = ahc_inb(ahc, INTDEF);
165 biosctrl = ahc_inb(ahc, HA_274_BIOSCTRL);
166 scsiconf = ahc_inb(ahc, SCSICONF);
167 scsiconf1 = ahc_inb(ahc, SCSICONF + 1);
189 if ((ahc_inb(ahc, HA_274_BIOSGLOBAL) & HA_274_EXTENDED_TRANS))
209 ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) & ~AUTOFLUSHDIS);
212 hostconf = ahc_inb(ahc, HOSTCONF);
H A Daic7xxx_pci.c836 if ((ahc_inb(ahc, HCNTRL) & POWRDN) == 0) {
839 our_id = ahc_inb(ahc, SCSIID_ULTRA2) & OID;
841 our_id = ahc_inb(ahc, SCSIID) & OID;
842 sxfrctl1 = ahc_inb(ahc, SXFRCTL1) & STPWEN;
843 scsiseq = ahc_inb(ahc, SCSISEQ);
858 sfunct = ahc_inb(ahc, SFUNCT) & ~ALT_MODE;
869 dscommand0 = ahc_inb(ahc, DSCOMMAND0);
924 sblkctl = ahc_inb(ahc, SBLKCTL);
1016 ramps = (ahc_inb(ahc, DSCOMMAND0) & RAMPS) != 0;
1059 dscommand0 = ahc_inb(ah
[all...]
H A Daic7xxx_inline.h58 (void)ahc_inb(ahc, CCSCBCTL);
68 return ((ahc_inb(ahc, HCNTRL) & PAUSE) != 0);
106 if ((ahc_inb(ahc, INTSTAT) & (SCSIINT | SEQINT | BRKADRINT)) == 0)
499 intstat = ahc_inb(ahc, INTSTAT);
530 && (ahc_inb(ahc, ERROR) & PCIERRSTAT) != 0)
H A Daic7xxx_osm.c2662 ahc_outb(ahc, SCSISEQ, ahc_inb(ahc, SCSISEQ) & ~ENSELO);
2664 } while ((ahc_inb(ahc, INTSTAT) & INT_PEND) != 0
2665 || (ahc_inb(ahc, SSTAT0) & (SELDO|SELINGO)));
2695 if (disconnected && (ahc_inb(ahc, SEQ_FLAGS) & IDENTIFY_SEEN) != 0) {
2698 bus_scb = ahc_lookup_scb(ahc, ahc_inb(ahc, SCB_TAG));
2702 && ahc_inb(ahc, SAVED_SCSIID) == pending_scb->hscb->scsiid
2703 && ahc_inb(ahc, SAVED_LUN) == pending_scb->hscb->lun)
2715 last_phase = ahc_inb(ahc, LASTPHASE);
2716 saved_scbptr = ahc_inb(ahc, SCBPTR);
2717 active_scb_index = ahc_inb(ah
[all...]
H A Daic7xxx_osm.h628 static __inline uint8_t ahc_inb(struct ahc_softc * ahc, long port);
636 ahc_inb(struct ahc_softc * ahc, long port) function
693 *array++ = ahc_inb(ahc, port);
1000 ahc_inb(ahc, INTSTAT);
H A Daic7xxx_osm_pci.c317 if (ahc_inb(ahc, HCNTRL) == 0xFF) {
H A Daic7xxx_proc.c65 && (ahc_inb(ahc, SPIOCAP) & SEEPROM) == 0)

Completed in 66 milliseconds