Searched refs:ahc_outb (Results 1 – 6 of 6) sorted by relevance
/drivers/scsi/aic7xxx/ |
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 …]
|
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 …]
|
D | aic7770.c | 225 ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) & ~AUTOFLUSHDIS); in aic7770_config() 229 ahc_outb(ahc, BUSSPD, hostconf & DFTHRSH); in aic7770_config() 230 ahc_outb(ahc, BUSTIME, (hostconf << 2) & BOFF); in aic7770_config() 251 ahc_outb(ahc, BCTL, ENABLE); in aic7770_config() 258 ahc_outb(ahc, BUSSPD, ahc->bus_softc.aic7770_softc.busspd); in aic7770_chip_init() 259 ahc_outb(ahc, BUSTIME, ahc->bus_softc.aic7770_softc.bustime); in aic7770_chip_init() 260 ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) & ~AUTOFLUSHDIS); in aic7770_chip_init() 261 ahc_outb(ahc, BCTL, ENABLE); in aic7770_chip_init() 330 ahc_outb(ahc, TARG_SCSIRATE + i, target_settings); in aha2840_load_seeprom() 332 ahc_outb(ahc, DISC_DSB, ~(discenable & 0xff)); in aha2840_load_seeprom() [all …]
|
D | aic7xxx_93cx6.h | 87 ahc_outb(sd->sd_ahc, sd->sd_control_offset, value); \
|
D | aic7xxx_osm.c | 414 ahc_outb(struct ahc_softc * ahc, long port, uint8_t val) in ahc_outb() function 435 ahc_outb(ahc, port, *array++); in ahc_outsb() 2206 ahc_outb(ahc, MSG_OUT, HOST_MSG); in ahc_linux_queue_recovery_cmd() 2207 ahc_outb(ahc, SCSISIGO, last_phase|ATNO); in ahc_linux_queue_recovery_cmd() 2253 ahc_outb(ahc, SCBPTR, pending_scb->hscb->tag); in ahc_linux_queue_recovery_cmd() 2254 ahc_outb(ahc, SCB_CONTROL, in ahc_linux_queue_recovery_cmd() 2269 ahc_outb(ahc, SCBPTR, saved_scbptr); in ahc_linux_queue_recovery_cmd()
|
D | aic7xxx_osm.h | 371 void ahc_outb(struct ahc_softc * ahc, long port, uint8_t val);
|