Searched refs:ahc_outb (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/scsi/aic7xxx/ |
| H A D | aic7xxx_core.c | 334 ahc_outb(ahc, HCNTRL, ahc->pause); in ahc_pause() 360 ahc_outb(ahc, HCNTRL, ahc->unpause); in ahc_unpause() 468 ahc_outb(ahc, port, value & 0xFF); in ahc_outw() 469 ahc_outb(ahc, port+1, (value >> 8) & 0xFF); in ahc_outw() 484 ahc_outb(ahc, port, (value) & 0xFF); in ahc_outl() 485 ahc_outb(ahc, port+1, ((value) >> 8) & 0xFF); in ahc_outl() 486 ahc_outb(ahc, port+2, ((value) >> 16) & 0xFF); in ahc_outl() 487 ahc_outb(ahc, port+3, ((value) >> 24) & 0xFF); in ahc_outl() 506 ahc_outb(ahc, port, value & 0xFF); in ahc_outq() 507 ahc_outb(ahc, port+1, (value >> 8) & 0xFF); in ahc_outq() [all …]
|
| H A D | aic7xxx_pci.c | 809 ahc_outb(ahc, SFUNCT, sfunct | ALT_MODE); in ahc_pci_config() 810 ahc_outb(ahc, OPTIONMODE, in ahc_pci_config() 812 ahc_outb(ahc, SFUNCT, sfunct); in ahc_pci_config() 815 ahc_outb(ahc, CRCCONTROL1, CRCVALCHKEN|CRCENDCHKEN|CRCREQCHKEN in ahc_pci_config() 840 ahc_outb(ahc, DSCOMMAND0, dscommand0); in ahc_pci_config() 875 ahc_outb(ahc, SBLKCTL, (sblkctl & ~(DIAGLEDEN|DIAGLEDON))); in ahc_pci_config() 878 ahc_outb(ahc, DFF_THRSH, RD_DFTHRSH_MAX|WR_DFTHRSH_MAX); in ahc_pci_config() 880 ahc_outb(ahc, DSPCISTATUS, DFTHRSH_100); in ahc_pci_config() 904 ahc_outb(ahc, SCSICONF, our_id|ENSPCHK|RESET_SCSI); in ahc_pci_config() 939 ahc_outb(ahc, SFUNCT, sfunct | ALT_MODE); in ahc_pci_config() [all …]
|
| H A D | aic7xxx_93cx6.h | 87 ahc_outb(sd->sd_ahc, sd->sd_control_offset, value); \
|
| H A D | aic7xxx_osm.c | 415 ahc_outb(struct ahc_softc * ahc, long port, uint8_t val) in ahc_outb() function 436 ahc_outb(ahc, port, *array++); in ahc_outsb() 2218 ahc_outb(ahc, MSG_OUT, HOST_MSG); in ahc_linux_queue_recovery_cmd() 2219 ahc_outb(ahc, SCSISIGO, last_phase|ATNO); in ahc_linux_queue_recovery_cmd() 2266 ahc_outb(ahc, SCBPTR, pending_scb->hscb->tag); in ahc_linux_queue_recovery_cmd() 2267 ahc_outb(ahc, SCB_CONTROL, in ahc_linux_queue_recovery_cmd() 2282 ahc_outb(ahc, SCBPTR, saved_scbptr); in ahc_linux_queue_recovery_cmd()
|
| H A D | aic7xxx_osm.h | 371 void ahc_outb(struct ahc_softc * ahc, long port, uint8_t val);
|