/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic7xxx_core.c | 258 ahc_outb(ahc, SCSISIGO, 0); /* De-assert BSY */ in ahc_restart() 259 ahc_outb(ahc, MSG_OUT, MSG_NOOP); /* No message to send */ in ahc_restart() 260 ahc_outb(ahc, SXFRCTL1, ahc_inb(ahc, SXFRCTL1) & ~BITBUCKET); in ahc_restart() 261 ahc_outb(ahc, LASTPHASE, P_BUSFREE); in ahc_restart() 262 ahc_outb(ahc, SAVED_SCSIID, 0xFF); in ahc_restart() 263 ahc_outb(ahc, SAVED_LUN, 0xFF); in ahc_restart() 272 ahc_outb(ahc, TQINPOS, ahc->tqinfifonext); in ahc_restart() 275 ahc_outb(ahc, SCSISEQ, in ahc_restart() 279 ahc_outb(ahc, CCSCBCNT, 0); in ahc_restart() 280 ahc_outb(ahc, CCSGCTL, 0); in ahc_restart() [all …]
|
D | aic7xxx_pci.c | 889 ahc_outb(ahc, SFUNCT, sfunct | ALT_MODE); in ahc_pci_config() 890 ahc_outb(ahc, OPTIONMODE, in ahc_pci_config() 892 ahc_outb(ahc, SFUNCT, sfunct); in ahc_pci_config() 895 ahc_outb(ahc, CRCCONTROL1, CRCVALCHKEN|CRCENDCHKEN|CRCREQCHKEN in ahc_pci_config() 920 ahc_outb(ahc, DSCOMMAND0, dscommand0); in ahc_pci_config() 955 ahc_outb(ahc, SBLKCTL, (sblkctl & ~(DIAGLEDEN|DIAGLEDON))); in ahc_pci_config() 958 ahc_outb(ahc, DFF_THRSH, RD_DFTHRSH_MAX|WR_DFTHRSH_MAX); in ahc_pci_config() 960 ahc_outb(ahc, DSPCISTATUS, DFTHRSH_100); in ahc_pci_config() 984 ahc_outb(ahc, SCSICONF, our_id|ENSPCHK|RESET_SCSI); in ahc_pci_config() 1019 ahc_outb(ahc, SFUNCT, sfunct | ALT_MODE); in ahc_pci_config() [all …]
|
D | aic7xxx_inline.h | 89 ahc_outb(ahc, HCNTRL, ahc->pause); in ahc_pause() 115 ahc_outb(ahc, HCNTRL, ahc->unpause); in ahc_unpause() 309 ahc_outb(ahc, port, value & 0xFF); in ahc_outw() 310 ahc_outb(ahc, port+1, (value >> 8) & 0xFF); in ahc_outw() 325 ahc_outb(ahc, port, (value) & 0xFF); in ahc_outl() 326 ahc_outb(ahc, port+1, ((value) >> 8) & 0xFF); in ahc_outl() 327 ahc_outb(ahc, port+2, ((value) >> 16) & 0xFF); in ahc_outl() 328 ahc_outb(ahc, port+3, ((value) >> 24) & 0xFF); in ahc_outl() 347 ahc_outb(ahc, port, value & 0xFF); in ahc_outq() 348 ahc_outb(ahc, port+1, (value >> 8) & 0xFF); in ahc_outq() [all …]
|
D | aic7770.c | 236 ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) & ~AUTOFLUSHDIS); in aic7770_config() 240 ahc_outb(ahc, BUSSPD, hostconf & DFTHRSH); in aic7770_config() 241 ahc_outb(ahc, BUSTIME, (hostconf << 2) & BOFF); in aic7770_config() 266 ahc_outb(ahc, BCTL, ENABLE); in aic7770_config() 276 ahc_outb(ahc, BUSSPD, ahc->bus_softc.aic7770_softc.busspd); in aic7770_chip_init() 277 ahc_outb(ahc, BUSTIME, ahc->bus_softc.aic7770_softc.bustime); in aic7770_chip_init() 278 ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) & ~AUTOFLUSHDIS); in aic7770_chip_init() 279 ahc_outb(ahc, BCTL, ENABLE); in aic7770_chip_init() 360 ahc_outb(ahc, TARG_SCSIRATE + i, target_settings); in aha2840_load_seeprom() 362 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.h | 604 static __inline void ahc_outb(struct ahc_softc * ahc, long port, uint8_t val); 629 ahc_outb(struct ahc_softc * ahc, long port, uint8_t val) in ahc_outb() function 654 ahc_outb(ahc, port, *array++); in ahc_outsb()
|
D | aic7xxx_osm.c | 4926 ahc_outb(ahc, MSG_OUT, HOST_MSG); 4927 ahc_outb(ahc, SCSISIGO, last_phase|ATNO); 4975 ahc_outb(ahc, SCBPTR, pending_scb->hscb->tag); 4976 ahc_outb(ahc, SCB_CONTROL, 4991 ahc_outb(ahc, SCBPTR, saved_scbptr);
|