devconfig         341 dev/ic/aic7xxx_seeprom.c 		uint32_t devconfig;
devconfig         344 dev/ic/aic7xxx_seeprom.c 		devconfig = pci_conf_read(ahc->bd->pc, ahc->bd->tag, DEVCONFIG);
devconfig         345 dev/ic/aic7xxx_seeprom.c 		devconfig &= ~STPWLEVEL;
devconfig         347 dev/ic/aic7xxx_seeprom.c 			devconfig |= STPWLEVEL;
devconfig         348 dev/ic/aic7xxx_seeprom.c 		pci_conf_write(ahc->bd->pc, ahc->bd->tag, DEVCONFIG,  devconfig);
devconfig         919 dev/ic/aic7xxxvar.h 	uint32_t  devconfig;
devconfig         714 dev/pci/ahc_pci.c 	uint32_t	   devconfig;
devconfig         829 dev/pci/ahc_pci.c 	devconfig = pci_conf_read(pa->pa_pc, pa->pa_tag, DEVCONFIG);
devconfig         830 dev/pci/ahc_pci.c 	devconfig = pci_conf_read(pa->pa_pc, pa->pa_tag, DEVCONFIG);
devconfig         843 dev/pci/ahc_pci.c 		devconfig |= DACEN;
devconfig         847 dev/pci/ahc_pci.c 	devconfig |= PCIERRGENDIS;
devconfig         849 dev/pci/ahc_pci.c 	pci_conf_write(pa->pa_pc, pa->pa_tag, DEVCONFIG, devconfig);
devconfig         963 dev/pci/ahc_pci.c 		uint32_t devconfig;
devconfig         965 dev/pci/ahc_pci.c 		devconfig = pci_conf_read(pa->pa_pc, pa->pa_tag, DEVCONFIG);
devconfig         966 dev/pci/ahc_pci.c 		if ((devconfig & REXTVALID) == 0)
devconfig        1036 dev/pci/ahc_pci.c 	ahc->bus_softc.pci_softc.devconfig =
devconfig        1119 dev/pci/ahc_pci.c 	uint32_t devconfig;
devconfig        1122 dev/pci/ahc_pci.c 	devconfig = pci_conf_read(ahc->bd->pc, ahc->bd->tag, DEVCONFIG);
devconfig        1123 dev/pci/ahc_pci.c 	single_user = (devconfig & MPORTMODE) != 0;
devconfig        1136 dev/pci/ahc_pci.c 		ramps = (devconfig & RAMPSM) != 0;
devconfig        1152 dev/pci/ahc_pci.c 	uint32_t devconfig;
devconfig        1165 dev/pci/ahc_pci.c 	devconfig = pci_conf_read(ahc->bd->pc, ahc->bd->tag, DEVCONFIG);
devconfig        1181 dev/pci/ahc_pci.c 			devconfig &= ~EXTSCBTIME;
devconfig        1183 dev/pci/ahc_pci.c 			devconfig |= EXTSCBTIME;
devconfig        1185 dev/pci/ahc_pci.c 			devconfig &= ~SCBRAMSEL;
devconfig        1187 dev/pci/ahc_pci.c 			devconfig |= SCBRAMSEL;
devconfig        1189 dev/pci/ahc_pci.c 			devconfig &= ~SCBSIZE32;
devconfig        1191 dev/pci/ahc_pci.c 			devconfig |= SCBSIZE32;
devconfig        1194 dev/pci/ahc_pci.c 		devconfig |= EXTSCBPEN;
devconfig        1196 dev/pci/ahc_pci.c 		devconfig &= ~EXTSCBPEN;
devconfig        1198 dev/pci/ahc_pci.c 	pci_conf_write(ahc->bd->pc, ahc->bd->tag, DEVCONFIG, devconfig);
devconfig        1653 dev/pci/ahc_pci.c 	uint32_t devconfig;
devconfig        1660 dev/pci/ahc_pci.c 	devconfig = pci_conf_read(ahc->bd->pc, ahc->bd->tag, DEVCONFIG);
devconfig        1661 dev/pci/ahc_pci.c 	devconfig |= MRDCEN;
devconfig        1662 dev/pci/ahc_pci.c 	pci_conf_write(ahc->bd->pc, ahc->bd->tag, DEVCONFIG, devconfig);
devconfig         250 dev/pci/ahd_pci.c #define	PCI_BUS_MODES_INDEX(devconfig)	\
devconfig         251 dev/pci/ahd_pci.c 	(((devconfig) & PCIXINITPAT) >> 13)
devconfig         342 dev/pci/ahd_pci.c 	pcireg_t devconfig, memtype, reg, subid;
devconfig         376 dev/pci/ahd_pci.c 	devconfig = pci_conf_read(pa->pa_pc, pa->pa_tag, DEVCONFIG);
devconfig         378 dev/pci/ahd_pci.c 	if ((devconfig & PCIXINITPAT) == PCIXINIT_PCI33_66) {
devconfig         385 dev/pci/ahd_pci.c 	ahd->bus_description = pci_bus_modes[PCI_BUS_MODES_INDEX(devconfig)];
devconfig         485 dev/pci/ahd_pci.c 		pcireg_t devconfig;
devconfig         490 dev/pci/ahd_pci.c 		devconfig = pci_conf_read(pa->pa_pc, pa->pa_tag, DEVCONFIG);
devconfig         491 dev/pci/ahd_pci.c 		devconfig |= DACEN;
devconfig         492 dev/pci/ahd_pci.c 		pci_conf_write(pa->pa_pc, pa->pa_tag, DEVCONFIG, devconfig);
devconfig         790 dev/pci/ahd_pci.c 	pcireg_t devconfig;
devconfig         792 dev/pci/ahd_pci.c 	devconfig = pci_conf_read(pc, tag, DEVCONFIG);
devconfig         793 dev/pci/ahd_pci.c 	devconfig &= ~STPWLEVEL;
devconfig         795 dev/pci/ahd_pci.c 		devconfig |= STPWLEVEL;
devconfig         798 dev/pci/ahd_pci.c 		       ahd_name(ahd), (devconfig & STPWLEVEL) ? "on" : "off");
devconfig         799 dev/pci/ahd_pci.c 	pci_conf_write(pc, tag, DEVCONFIG, devconfig);