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

/linux-master/drivers/scsi/aic7xxx/
H A Daic79xx_core.c287 ahd_outb(ahd, MODE_PTR, ahd_build_mode_state(ahd, src, dst));
364 ahd_outb(ahd, HCNTRL, ahd->pause);
399 ahd_outb(ahd, HCNTRL, ahd->unpause);
597 ahd_outb(ahd, port, value & 0xFF);
598 ahd_outb(ahd, port+1, (value >> 8) & 0xFF);
613 ahd_outb(ahd, port, (value) & 0xFF);
614 ahd_outb(ahd, port+1, ((value) >> 8) & 0xFF);
615 ahd_outb(ahd, port+2, ((value) >> 16) & 0xFF);
616 ahd_outb(ahd, port+3, ((value) >> 24) & 0xFF);
635 ahd_outb(ah
[all...]
H A Daic79xx_pci.c451 ahd_outb(ahd, HCNTRL, hcntrl|PAUSE);
458 ahd_outb(ahd, TARGPCISTAT, targpcistat);
464 ahd_outb(ahd, CLRINT, CLRPCIINT);
466 ahd_outb(ahd, SEQCTL0, PERRORDIS);
487 ahd_outb(ahd, TARGPCISTAT, targpcistat);
492 ahd_outb(ahd, CLRINT, CLRPCIINT);
494 ahd_outb(ahd, SEQCTL0, PERRORDIS|FAILDIS);
702 ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN);
703 ahd_outb(ahd, SXFRCTL1, sxfrctl1);
808 ahd_outb(ah
[all...]
H A Daic79xx_osm.c392 void ahd_outb(struct ahd_softc * ahd, long port, uint8_t val);
431 ahd_outb(struct ahd_softc * ahd, long port, uint8_t val) function
463 ahd_outb(ahd, port, *array++);
2269 ahd_outb(ahd, MSG_OUT, HOST_MSG);
2270 ahd_outb(ahd, SCSISIGO, last_phase|ATNO);
2293 ahd_outb(ahd, SCB_TASK_MANAGEMENT,
2313 ahd_outb(ahd, SCB_CONTROL,
H A Daic79xx_osm.h358 void ahd_outb(struct ahd_softc * ahd, long port, uint8_t val);

Completed in 137 milliseconds