Lines Matching refs:ahc_outb
816 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()
949 ahc_outb(ahc, SFUNCT, sfunct); in ahc_pci_config()
1022 ahc_outb(ahc, SCBBADDR, ahc_get_pci_function(ahc->dev_softc)); in ahc_scbram_config()
1041 ahc_outb(ahc, DSCOMMAND0, dscommand0); in ahc_scbram_config()
1104 ahc_outb(ahc, SEQCTL, 0); in ahc_probe_ext_scbram()
1105 ahc_outb(ahc, CLRINT, CLRPARERR); in ahc_probe_ext_scbram()
1106 ahc_outb(ahc, CLRINT, CLRBRKADRINT); in ahc_probe_ext_scbram()
1116 ahc_outb(ahc, CLRINT, CLRPARERR); in ahc_probe_ext_scbram()
1117 ahc_outb(ahc, CLRINT, CLRBRKADRINT); in ahc_probe_ext_scbram()
1153 ahc_outb(ahc, SEQCTL, PERRORDIS|FAILDIS); in ahc_probe_ext_scbram()
1155 ahc_outb(ahc, CLRINT, CLRPARERR); in ahc_probe_ext_scbram()
1156 ahc_outb(ahc, CLRINT, CLRBRKADRINT); in ahc_probe_ext_scbram()
1219 ahc_outb(ahc, HCNTRL, hcntrl|PAUSE); in ahc_pci_test_register_access()
1228 ahc_outb(ahc, CLRINT, CLRPARERR); in ahc_pci_test_register_access()
1230 ahc_outb(ahc, SEQCTL, PERRORDIS); in ahc_pci_test_register_access()
1231 ahc_outb(ahc, SCBPTR, 0); in ahc_pci_test_register_access()
1249 ahc_outb(ahc, CLRINT, CLRPARERR); in ahc_pci_test_register_access()
1250 ahc_outb(ahc, SEQCTL, PERRORDIS|FAILDIS); in ahc_pci_test_register_access()
1335 ahc_outb(ahc, SCBPTR, 2); in check_extport()
1359 ahc_outb(ahc, CLRINT, CLRPARERR); in check_extport()
1360 ahc_outb(ahc, CLRINT, CLRBRKADRINT); in check_extport()
1462 ahc_outb(ahc, TARG_OFFSET + i, offset); in ahc_parse_pci_eeprom()
1480 ahc_outb(ahc, TARG_SCSIRATE + i, scsirate); in ahc_parse_pci_eeprom()
1519 ahc_outb(ahc, SCSICONF, scsi_conf); in ahc_parse_pci_eeprom()
1520 ahc_outb(ahc, DISC_DSB, ~(discenable & 0xff)); in ahc_parse_pci_eeprom()
1521 ahc_outb(ahc, DISC_DSB + 1, ~((discenable >> 8) & 0xff)); in ahc_parse_pci_eeprom()
1522 ahc_outb(ahc, ULTRA_ENB, ultraenb & 0xff); in ahc_parse_pci_eeprom()
1523 ahc_outb(ahc, ULTRA_ENB + 1, (ultraenb >> 8) & 0xff); in ahc_parse_pci_eeprom()
1707 ahc_outb(ahc, SXFRCTL1, *sxfrctl1); in configure_termination()
1744 ahc_outb(ahc, SXFRCTL1, *sxfrctl1); in configure_termination()
1825 ahc_outb(ahc, SPIOCAP, spiocap); in aic785X_cable_detect()
1826 ahc_outb(ahc, BRDCTL, BRDRW|BRDCS); in aic785X_cable_detect()
1829 ahc_outb(ahc, BRDCTL, 0); in aic785X_cable_detect()
1887 ahc_outb(ahc, BRDCTL, brdctl); in write_brdctl()
1890 ahc_outb(ahc, BRDCTL, brdctl); in write_brdctl()
1896 ahc_outb(ahc, BRDCTL, brdctl); in write_brdctl()
1902 ahc_outb(ahc, BRDCTL, brdctl); in write_brdctl()
1920 ahc_outb(ahc, BRDCTL, brdctl); in read_brdctl()
1923 ahc_outb(ahc, BRDCTL, 0); in read_brdctl()
1974 ahc_outb(ahc, CLRINT, CLRPARERR); in ahc_pci_intr()
1988 ahc_outb(ahc, SEQCTL, ahc->seqctl); in ahc_pci_intr()
1996 ahc_outb(ahc, DSCOMMAND0, ahc->bus_softc.pci_softc.dscommand0); in ahc_pci_chip_init()
1997 ahc_outb(ahc, DSPCISTATUS, ahc->bus_softc.pci_softc.dspcistatus); in ahc_pci_chip_init()
2002 ahc_outb(ahc, SFUNCT, sfunct | ALT_MODE); in ahc_pci_chip_init()
2003 ahc_outb(ahc, OPTIONMODE, ahc->bus_softc.pci_softc.optionmode); in ahc_pci_chip_init()
2005 ahc_outb(ahc, SFUNCT, sfunct); in ahc_pci_chip_init()
2006 ahc_outb(ahc, CRCCONTROL1, in ahc_pci_chip_init()
2010 ahc_outb(ahc, SCBBADDR, ahc->bus_softc.pci_softc.scbbaddr); in ahc_pci_chip_init()
2013 ahc_outb(ahc, DFF_THRSH, ahc->bus_softc.pci_softc.dff_thrsh); in ahc_pci_chip_init()