Searched refs:DEVCONFIG (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/scsi/aic7xxx/ |
D | aic79xx_pci.c | 206 #define DEVCONFIG 0x40 macro 309 devconfig = ahd_pci_read_config(ahd->dev_softc, DEVCONFIG, /*bytes*/4); in ahd_pci_config() 336 DEVCONFIG, /*bytes*/4); in ahd_pci_config() 338 ahd_pci_write_config(ahd->dev_softc, DEVCONFIG, in ahd_pci_config() 388 ahd_pci_read_config(ahd->dev_softc, DEVCONFIG, /*bytes*/4); in ahd_pci_suspend() 399 ahd_pci_write_config(ahd->dev_softc, DEVCONFIG, in ahd_pci_resume() 644 devconfig = ahd_pci_read_config(ahd->dev_softc, DEVCONFIG, /*bytes*/4); in ahd_configure_termination() 651 ahd_pci_write_config(ahd->dev_softc, DEVCONFIG, devconfig, /*bytes*/4); in ahd_configure_termination()
|
D | aic7xxx_pci.c | 568 #define DEVCONFIG 0x40 macro 737 devconfig = ahc_pci_read_config(ahc->dev_softc, DEVCONFIG, /*bytes*/4); in ahc_pci_config() 756 ahc_pci_write_config(ahc->dev_softc, DEVCONFIG, devconfig, /*bytes*/4); in ahc_pci_config() 863 DEVCONFIG, /*bytes*/4); in ahc_pci_config() 928 ahc_pci_read_config(ahc->dev_softc, DEVCONFIG, /*bytes*/4); in ahc_pci_config() 978 DEVCONFIG, /*bytes*/4); in ahc_ext_scbram_present() 1021 devconfig = ahc_pci_read_config(ahc->dev_softc, DEVCONFIG, /*bytes*/4); in ahc_scbram_config() 1054 ahc_pci_write_config(ahc->dev_softc, DEVCONFIG, devconfig, /*bytes*/4); in ahc_scbram_config() 1504 DEVCONFIG, /*bytes*/4); in ahc_parse_pci_eeprom() 1508 ahc_pci_write_config(ahc->dev_softc, DEVCONFIG, in ahc_parse_pci_eeprom() [all …]
|