Searched refs:ahc_pci_read_config (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_pci.c | 843 ahc_pci_read_config(ahc->dev_softc, CSIZE_LATTIME, in ahc_pci_config() 862 devconfig = ahc_pci_read_config(ahc->dev_softc, in ahc_pci_config() 977 devconfig = ahc_pci_read_config(ahc->dev_softc, in ahc_ext_scbram_present() 1217 status1 = ahc_pci_read_config(ahc->dev_softc, in ahc_pci_test_register_access() 1229 status1 = ahc_pci_read_config(ahc->dev_softc, in ahc_pci_test_register_access() 1238 status1 = ahc_pci_read_config(ahc->dev_softc, in ahc_pci_test_register_access() 1503 devconfig = ahc_pci_read_config(ahc->dev_softc, in ahc_parse_pci_eeprom() 1930 status1 = ahc_pci_read_config(ahc->dev_softc, in ahc_pci_intr() 2054 rev = ahc_pci_read_config(pci, PCIR_REVID, /*bytes*/1); in ahc_aic785X_setup() 2072 rev = ahc_pci_read_config(pci, PCIR_REVID, /*bytes*/1); in ahc_aic7860_setup() [all …]
|
H A D | aic7xxx_osm_pci.c | 250 ahc_pci_read_config(ahc_dev_softc_t pci, int reg, int width) in ahc_pci_read_config() function 373 command = ahc_pci_read_config(ahc->dev_softc, PCIR_COMMAND, 4); in ahc_pci_map_registers()
|
H A D | aic7xxx_osm.h | 467 uint32_t ahc_pci_read_config(ahc_dev_softc_t pci,
|