/src/sys/dev/ic/ |
aic77xx.c | 97 ahc_outb(ahc, SBLKCTL, sblkctl); 106 ahc_outb(ahc, SBLKCTL, sblkctl); 111 ahc_outb(ahc, BUSSPD, hostconf & DFTHRSH); 112 ahc_outb(ahc, BUSTIME, (hostconf << 2) & BOFF); 128 ahc_outb(ahc, BCTL, ENABLE);
|
aic7xxx.c | 281 ahc_outb(ahc, SCSISIGO, 0); /* De-assert BSY */ 282 ahc_outb(ahc, MSG_OUT, MSG_NOOP); /* No message to send */ 283 ahc_outb(ahc, SXFRCTL1, ahc_inb(ahc, SXFRCTL1) & ~BITBUCKET); 284 ahc_outb(ahc, LASTPHASE, P_BUSFREE); 285 ahc_outb(ahc, SAVED_SCSIID, 0xFF); 286 ahc_outb(ahc, SAVED_LUN, 0xFF); 295 ahc_outb(ahc, TQINPOS, ahc->tqinfifonext); 298 ahc_outb(ahc, SCSISEQ, 302 ahc_outb(ahc, CCSCBCNT, 0); 303 ahc_outb(ahc, CCSGCTL, 0) [all...] |
aic7xxx_seeprom.c | 169 ahc_outb(ahc, SCBPTR, 2); 193 ahc_outb(ahc, CLRINT, CLRPARERR); 194 ahc_outb(ahc, CLRINT, CLRBRKADRINT); 295 ahc_outb(ahc, TARG_OFFSET + i, offset); 313 ahc_outb(ahc, TARG_SCSIRATE + i, scsirate); 350 ahc_outb(ahc, SCSICONF, scsi_conf); 351 ahc_outb(ahc, DISC_DSB, ~(discenable & 0xff)); 352 ahc_outb(ahc, DISC_DSB + 1, ~((discenable >> 8) & 0xff)); 353 ahc_outb(ahc, ULTRA_ENB, ultraenb & 0xff); 354 ahc_outb(ahc, ULTRA_ENB + 1, (ultraenb >> 8) & 0xff) [all...] |
aic7xxx_inline.h | 94 ahc_outb(ahc, HCNTRL, ahc->pause); 120 ahc_outb(ahc, HCNTRL, ahc->unpause); 316 ahc_outb(ahc, port, value & 0xFF); 317 ahc_outb(ahc, port+1, (value >> 8) & 0xFF); 332 ahc_outb(ahc, port, (value) & 0xFF); 333 ahc_outb(ahc, port+1, ((value) >> 8) & 0xFF); 334 ahc_outb(ahc, port+2, ((value) >> 16) & 0xFF); 335 ahc_outb(ahc, port+3, ((value) >> 24) & 0xFF); 354 ahc_outb(ahc, port, value & 0xFF); 355 ahc_outb(ahc, port+1, (value >> 8) & 0xFF) [all...] |
aic7xxx_osm.c | 668 ahc_outb(ahc, SCBPTR, scb->hscb->tag); 669 ahc_outb(ahc, TARG_IMMEDIATE_SCB, scb->hscb->tag); 938 ahc_outb(ahc, MSG_OUT, HOST_MSG); 939 ahc_outb(ahc, SCSISIGO, last_phase|ATNO); 1015 ahc_outb(ahc, SCBPTR, scb->hscb->tag); 1016 ahc_outb(ahc, SCB_CONTROL, 1036 ahc_outb(ahc, SCBPTR, saved_scbptr);
|
aic7xxx_osm.h | 229 #define ahc_outb(ahc, port, value) \ macro
|
/src/sys/dev/pci/ |
ahc_pci.c | 936 ahc_outb(ahc, SFUNCT, sfunct | ALT_MODE); 937 ahc_outb(ahc, OPTIONMODE, 939 ahc_outb(ahc, SFUNCT, sfunct); 942 ahc_outb(ahc, CRCCONTROL1, CRCVALCHKEN|CRCENDCHKEN|CRCREQCHKEN 988 ahc_outb(ahc, DSCOMMAND0, dscommand0); 1025 ahc_outb(ahc, SBLKCTL, (sblkctl & ~(DIAGLEDEN|DIAGLEDON))); 1028 ahc_outb(ahc, DFF_THRSH, RD_DFTHRSH_MAX|WR_DFTHRSH_MAX); 1030 ahc_outb(ahc, DSPCISTATUS, DFTHRSH_100); 1065 ahc_outb(ahc, SCSICONF, our_id|ENSPCHK|RESET_SCSI); 1184 ahc_outb(ahc, SCBBADDR, ahc->bd->func) [all...] |
/src/sys/dev/cardbus/ |
ahc_cardbus.c | 209 ahc_outb(ahc, SBLKCTL, (sblkctl & ~(DIAGLEDEN|DIAGLEDON))); 215 ahc_outb(ahc, DSPCISTATUS, DFTHRSH_100); 225 ahc_outb(ahc, SCSICONF, our_id | ENSPCHK | RESET_SCSI);
|
/src/sys/arch/i386/isa/ |
ahc_isa.c | 525 ahc_outb(ahc, TARG_SCSIRATE + i, target_settings); 527 ahc_outb(ahc, DISC_DSB, ~(discenable & 0xff)); 528 ahc_outb(ahc, DISC_DSB + 1, ~((discenable >> 8) & 0xff)); 541 ahc_outb(ahc, SCSICONF, scsi_conf);
|