Searched refs:ahc_outb (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/aic7xxx/ |
H A D | aic7xxx_pci.c | 884 ahc_outb(ahc, SFUNCT, sfunct | ALT_MODE); in ahc_pci_config() 885 ahc_outb(ahc, OPTIONMODE, in ahc_pci_config() 887 ahc_outb(ahc, SFUNCT, sfunct); in ahc_pci_config() 890 ahc_outb(ahc, CRCCONTROL1, CRCVALCHKEN|CRCENDCHKEN|CRCREQCHKEN in ahc_pci_config() 914 ahc_outb(ahc, DSCOMMAND0, dscommand0); in ahc_pci_config() 948 ahc_outb(ahc, SBLKCTL, (sblkctl & ~(DIAGLEDEN|DIAGLEDON))); in ahc_pci_config() 951 ahc_outb(ahc, DFF_THRSH, RD_DFTHRSH_MAX|WR_DFTHRSH_MAX); in ahc_pci_config() 953 ahc_outb(ahc, DSPCISTATUS, DFTHRSH_100); in ahc_pci_config() 977 ahc_outb(ahc, SCSICONF, our_id|ENSPCHK|RESET_SCSI); in ahc_pci_config() 1012 ahc_outb(ah in ahc_pci_config() [all...] |
H A 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(ah in ahc_outq() [all...] |
H A D | aic7770.c | 229 ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) & ~AUTOFLUSHDIS); in aic7770_config() 233 ahc_outb(ahc, BUSSPD, hostconf & DFTHRSH); in aic7770_config() 234 ahc_outb(ahc, BUSTIME, (hostconf << 2) & BOFF); in aic7770_config() 259 ahc_outb(ahc, BCTL, ENABLE); in aic7770_config() 269 ahc_outb(ahc, BUSSPD, ahc->bus_softc.aic7770_softc.busspd); in aic7770_config() 270 ahc_outb(ahc, BUSTIME, ahc->bus_softc.aic7770_softc.bustime); in aic7770_config() 271 ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) & ~AUTOFLUSHDIS); in aic7770_config() 272 ahc_outb(ahc, BCTL, ENABLE); 352 ahc_outb(ahc, TARG_SCSIRATE + i, target_settings); in aha2840_load_seeprom() 354 ahc_outb(ah in aha2840_load_seeprom() [all...] |
H A D | aic7xxx_93cx6.h | 87 ahc_outb(sd->sd_ahc, sd->sd_control_offset, value); \
|
H A D | aic7xxx_osm.h | 149 #define ahc_outb(ahc, port, value) \ macro
|
H A D | aic7xxx_osm.c | 1112 ahc_outb(ahc, SCBPTR, scb->hscb->tag); in ahc_execute_scb() 1113 ahc_outb(ahc, TARG_IMMEDIATE_SCB, scb->hscb->tag);
|