Searched refs:DEVCONFIG (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/sys/dev/aic7xxx/ |
| HD | aic7xxx_pci.c | 647 #define DEVCONFIG 0x40 macro 818 devconfig = aic_pci_read_config(ahc->dev_softc, DEVCONFIG, /*bytes*/4); in ahc_pci_config() 837 aic_pci_write_config(ahc->dev_softc, DEVCONFIG, devconfig, /*bytes*/4); in ahc_pci_config() 946 DEVCONFIG, /*bytes*/4); in ahc_pci_config() 1011 aic_pci_read_config(ahc->dev_softc, DEVCONFIG, /*bytes*/4); in ahc_pci_config() 1070 DEVCONFIG, /*bytes*/4); in ahc_ext_scbram_present() 1113 devconfig = aic_pci_read_config(ahc->dev_softc, DEVCONFIG, /*bytes*/4); in ahc_scbram_config() 1146 aic_pci_write_config(ahc->dev_softc, DEVCONFIG, devconfig, /*bytes*/4); in ahc_scbram_config() 1596 DEVCONFIG, /*bytes*/4); in ahc_parse_pci_eeprom() 1600 aic_pci_write_config(ahc->dev_softc, DEVCONFIG, in ahc_parse_pci_eeprom() [all …]
|
| HD | aic79xx_pci.c | 242 #define DEVCONFIG 0x40 macro 369 devconfig = aic_pci_read_config(ahd->dev_softc, DEVCONFIG, /*bytes*/4); in ahd_pci_config() 400 DEVCONFIG, /*bytes*/4); in ahd_pci_config() 402 aic_pci_write_config(ahd->dev_softc, DEVCONFIG, in ahd_pci_config() 692 devconfig = aic_pci_read_config(ahd->dev_softc, DEVCONFIG, /*bytes*/4); in ahd_configure_termination() 699 aic_pci_write_config(ahd->dev_softc, DEVCONFIG, devconfig, /*bytes*/4); in ahd_configure_termination()
|