Home
last modified time | relevance | path

Searched refs:ahc_outb (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/drivers/scsi/aic7xxx/
Daic7xxx_core.c341 ahc_outb(ahc, HCNTRL, ahc->pause); in ahc_pause()
367 ahc_outb(ahc, HCNTRL, ahc->unpause); in ahc_unpause()
475 ahc_outb(ahc, port, value & 0xFF); in ahc_outw()
476 ahc_outb(ahc, port+1, (value >> 8) & 0xFF); in ahc_outw()
491 ahc_outb(ahc, port, (value) & 0xFF); in ahc_outl()
492 ahc_outb(ahc, port+1, ((value) >> 8) & 0xFF); in ahc_outl()
493 ahc_outb(ahc, port+2, ((value) >> 16) & 0xFF); in ahc_outl()
494 ahc_outb(ahc, port+3, ((value) >> 24) & 0xFF); in ahc_outl()
513 ahc_outb(ahc, port, value & 0xFF); in ahc_outq()
514 ahc_outb(ahc, port+1, (value >> 8) & 0xFF); in ahc_outq()
[all …]
Daic7xxx_pci.c816 ahc_outb(ahc, SFUNCT, sfunct | ALT_MODE); in ahc_pci_config()
817 ahc_outb(ahc, OPTIONMODE, in ahc_pci_config()
819 ahc_outb(ahc, SFUNCT, sfunct); in ahc_pci_config()
822 ahc_outb(ahc, CRCCONTROL1, CRCVALCHKEN|CRCENDCHKEN|CRCREQCHKEN in ahc_pci_config()
847 ahc_outb(ahc, DSCOMMAND0, dscommand0); in ahc_pci_config()
882 ahc_outb(ahc, SBLKCTL, (sblkctl & ~(DIAGLEDEN|DIAGLEDON))); in ahc_pci_config()
885 ahc_outb(ahc, DFF_THRSH, RD_DFTHRSH_MAX|WR_DFTHRSH_MAX); in ahc_pci_config()
887 ahc_outb(ahc, DSPCISTATUS, DFTHRSH_100); in ahc_pci_config()
911 ahc_outb(ahc, SCSICONF, our_id|ENSPCHK|RESET_SCSI); in ahc_pci_config()
946 ahc_outb(ahc, SFUNCT, sfunct | ALT_MODE); in ahc_pci_config()
[all …]
Daic7770.c231 ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) & ~AUTOFLUSHDIS); in aic7770_config()
235 ahc_outb(ahc, BUSSPD, hostconf & DFTHRSH); in aic7770_config()
236 ahc_outb(ahc, BUSTIME, (hostconf << 2) & BOFF); in aic7770_config()
257 ahc_outb(ahc, BCTL, ENABLE); in aic7770_config()
264 ahc_outb(ahc, BUSSPD, ahc->bus_softc.aic7770_softc.busspd); in aic7770_chip_init()
265 ahc_outb(ahc, BUSTIME, ahc->bus_softc.aic7770_softc.bustime); in aic7770_chip_init()
266 ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) & ~AUTOFLUSHDIS); in aic7770_chip_init()
267 ahc_outb(ahc, BCTL, ENABLE); in aic7770_chip_init()
336 ahc_outb(ahc, TARG_SCSIRATE + i, target_settings); in aha2840_load_seeprom()
338 ahc_outb(ahc, DISC_DSB, ~(discenable & 0xff)); in aha2840_load_seeprom()
[all …]
Daic7xxx_93cx6.h87 ahc_outb(sd->sd_ahc, sd->sd_control_offset, value); \
Daic7xxx_osm.c423 ahc_outb(struct ahc_softc * ahc, long port, uint8_t val) in ahc_outb() function
444 ahc_outb(ahc, port, *array++); in ahc_outsb()
2253 ahc_outb(ahc, MSG_OUT, HOST_MSG); in ahc_linux_queue_recovery_cmd()
2254 ahc_outb(ahc, SCSISIGO, last_phase|ATNO); in ahc_linux_queue_recovery_cmd()
2300 ahc_outb(ahc, SCBPTR, pending_scb->hscb->tag); in ahc_linux_queue_recovery_cmd()
2301 ahc_outb(ahc, SCB_CONTROL, in ahc_linux_queue_recovery_cmd()
2316 ahc_outb(ahc, SCBPTR, saved_scbptr); in ahc_linux_queue_recovery_cmd()
Daic7xxx_osm.h376 void ahc_outb(struct ahc_softc * ahc, long port, uint8_t val);