Searched refs:ahc_inb (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/aic7xxx/ |
H A D | aic7xxx_inline.h | 66 (void)ahc_inb(ahc, CCSCBCTL); in ahc_pause_bug_fix() 76 return ((ahc_inb(ahc, HCNTRL) & PAUSE) != 0); in ahc_is_paused() 114 if ((ahc_inb(ahc, INTSTAT) & (SCSIINT | SEQINT | BRKADRINT)) == 0) in ahc_unpause() 303 return ((ahc_inb(ahc, port+1) << 8) | ahc_inb(ahc, port)); in ahc_inw() 316 return ((ahc_inb(ahc, port)) in ahc_inl() 317 | (ahc_inb(ahc, port+1) << 8) in ahc_inl() 318 | (ahc_inb(ahc, port+2) << 16) in ahc_inl() 319 | (ahc_inb(ahc, port+3) << 24)); in ahc_inl() 334 return ((ahc_inb(ah in ahc_inq() [all...] |
H A D | aic7xxx_pci.c | 861 if ((ahc_inb(ahc, HCNTRL) & POWRDN) == 0) { in ahc_pci_config() 864 our_id = ahc_inb(ahc, SCSIID_ULTRA2) & OID; in ahc_pci_config() 866 our_id = ahc_inb(ahc, SCSIID) & OID; in ahc_pci_config() 867 sxfrctl1 = ahc_inb(ahc, SXFRCTL1) & STPWEN; in ahc_pci_config() 868 scsiseq = ahc_inb(ahc, SCSISEQ); in ahc_pci_config() 883 sfunct = ahc_inb(ahc, SFUNCT) & ~ALT_MODE; in ahc_pci_config() 894 dscommand0 = ahc_inb(ahc, DSCOMMAND0); in ahc_pci_config() 947 sblkctl = ahc_inb(ahc, SBLKCTL); in ahc_pci_config() 1006 ahc->bus_softc.pci_softc.dscommand0 = ahc_inb(ahc, DSCOMMAND0); in ahc_pci_config() 1007 ahc->bus_softc.pci_softc.dspcistatus = ahc_inb(ah in ahc_pci_config() [all...] |
H A D | aic7770.c | 160 intdef = ahc_inb(ahc, INTDEF); in aic7770_config() 185 biosctrl = ahc_inb(ahc, HA_274_BIOSCTRL); in aic7770_config() 186 scsiconf = ahc_inb(ahc, SCSICONF); in aic7770_config() 187 scsiconf1 = ahc_inb(ahc, SCSICONF + 1); in aic7770_config() 209 if ((ahc_inb(ahc, HA_274_BIOSGLOBAL) & HA_274_EXTENDED_TRANS)) in aic7770_config() 229 ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) & ~AUTOFLUSHDIS); in aic7770_config() 232 hostconf = ahc_inb(ahc, HOSTCONF); in aic7770_config() 271 ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) & ~AUTOFLUSHDIS); in aic7770_config()
|
H A D | aic7xxx_93cx6.h | 84 ahc_inb(sd->sd_ahc, sd->sd_control_offset) 92 ahc_inb(sd->sd_ahc, sd->sd_status_offset) 94 ahc_inb(sd->sd_ahc, sd->sd_dataout_offset)
|
H A D | aic7xxx_osm.h | 146 #define ahc_inb(ahc, port) \ macro 164 ahc_inb(ahc, INTSTAT); in ahc_flush_device_writes()
|