Searched refs:ahd_pci_read_config (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/scsi/aic7xxx/
H A Daic79xx_pci.c267 vendor = ahd_pci_read_config(pci, PCIR_DEVVENDOR, /*bytes*/2); ahd_find_pci_device()
268 device = ahd_pci_read_config(pci, PCIR_DEVICE, /*bytes*/2); ahd_find_pci_device()
269 subvendor = ahd_pci_read_config(pci, PCIR_SUBVEND_0, /*bytes*/2); ahd_find_pci_device()
270 subdevice = ahd_pci_read_config(pci, PCIR_SUBDEV_0, /*bytes*/2); ahd_find_pci_device()
308 subvendor = ahd_pci_read_config(ahd->dev_softc, ahd_pci_config()
317 devconfig = ahd_pci_read_config(ahd->dev_softc, DEVCONFIG, /*bytes*/4); ahd_pci_config()
343 devconfig = ahd_pci_read_config(ahd->dev_softc, ahd_pci_config()
351 command = ahd_pci_read_config(ahd->dev_softc, PCIR_COMMAND, /*bytes*/2); ahd_pci_config()
366 ahd_pci_read_config(ahd->dev_softc, CSIZE_LATTIME, ahd_pci_config()
397 ahd_pci_read_config(ahd->dev_softc, DEVCONFIG, /*bytes*/4); ahd_pci_suspend()
399 ahd_pci_read_config(ahd->dev_softc, PCIR_COMMAND, /*bytes*/1); ahd_pci_suspend()
401 ahd_pci_read_config(ahd->dev_softc, CSIZE_LATTIME, /*bytes*/1); ahd_pci_suspend()
436 cmd = ahd_pci_read_config(ahd->dev_softc, PCIR_COMMAND, /*bytes*/2); ahd_pci_test_register_access()
469 pci_status1 = ahd_pci_read_config(ahd->dev_softc, ahd_pci_test_register_access()
498 pci_status1 = ahd_pci_read_config(ahd->dev_softc, ahd_pci_test_register_access()
654 devconfig = ahd_pci_read_config(ahd->dev_softc, DEVCONFIG, /*bytes*/4); ahd_configure_termination()
839 pci_status1 = ahd_pci_read_config(ahd->dev_softc, ahd_pci_intr()
863 pcix_status = ahd_pci_read_config(ahd->dev_softc, PCIXR_STATUS, ahd_pci_split_intr()
943 rev = ahd_pci_read_config(pci, PCIR_REVID, /*bytes*/1); ahd_aic790X_setup()
1007 devconfig1 = ahd_pci_read_config(pci, DEVCONFIG1, /*bytes*/1); ahd_aic790X_setup()
1010 devconfig1 = ahd_pci_read_config(pci, DEVCONFIG1, /*bytes*/1); ahd_aic790X_setup()
H A Daic79xx_osm_pci.c319 command = ahd_pci_read_config(ahd->dev_softc, PCIR_COMMAND, 4); ahd_pci_map_registers()
H A Daic79xx_osm.h472 uint32_t ahd_pci_read_config(ahd_dev_softc_t pci,
H A Daic79xx_osm.c482 ahd_pci_read_config(ahd_dev_softc_t pci, int reg, int width) ahd_pci_read_config() function
505 panic("ahd_pci_read_config: Read size too big"); ahd_pci_read_config()
H A Daic79xx_core.c6271 cmd = ahd_pci_read_config(ahd->dev_softc, PCIR_COMMAND, /*bytes*/2); ahd_reset()

Completed in 118 milliseconds