Home
last modified time | relevance | path

Searched refs:ahd_pci_read_config (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic79xx_pci.c287 vendor = ahd_pci_read_config(pci, PCIR_DEVVENDOR, /*bytes*/2); in ahd_find_pci_device()
288 device = ahd_pci_read_config(pci, PCIR_DEVICE, /*bytes*/2); in ahd_find_pci_device()
289 subvendor = ahd_pci_read_config(pci, PCIR_SUBVEND_0, /*bytes*/2); in ahd_find_pci_device()
290 subdevice = ahd_pci_read_config(pci, PCIR_SUBDEV_0, /*bytes*/2); in ahd_find_pci_device()
323 subvendor = ahd_pci_read_config(ahd->dev_softc, in ahd_pci_config()
332 devconfig = ahd_pci_read_config(ahd->dev_softc, DEVCONFIG, /*bytes*/4); in ahd_pci_config()
360 devconfig = ahd_pci_read_config(ahd->dev_softc, in ahd_pci_config()
368 command = ahd_pci_read_config(ahd->dev_softc, PCIR_COMMAND, /*bytes*/2); in ahd_pci_config()
383 ahd_pci_read_config(ahd->dev_softc, CSIZE_LATTIME, in ahd_pci_config()
433 cmd = ahd_pci_read_config(ahd->dev_softc, PCIR_COMMAND, /*bytes*/2); in ahd_pci_test_register_access()
[all …]
Daic79xx_osm_pci.c253 *base = ahd_pci_read_config(ahd->dev_softc, AHD_PCI_IOADDR0, 4); in ahd_linux_pci_reserve_io_regions()
254 *base2 = ahd_pci_read_config(ahd->dev_softc, AHD_PCI_IOADDR1, 4); in ahd_linux_pci_reserve_io_regions()
300 start = ahd_pci_read_config(ahd->dev_softc, PCIR_MAPS+4, 4); in ahd_linux_pci_reserve_mem_region()
338 command = ahd_pci_read_config(ahd->dev_softc, PCIR_COMMAND, 4); in ahd_pci_map_registers()
429 cap_offset = ahd_pci_read_config(ahd->dev_softc, in ahd_power_state_change()
433 cap = ahd_pci_read_config(ahd->dev_softc, in ahd_power_state_change()
439 pm_control = ahd_pci_read_config(ahd->dev_softc, in ahd_power_state_change()
Daic79xx_osm.h904 static __inline uint32_t ahd_pci_read_config(ahd_dev_softc_t pci,
908 ahd_pci_read_config(ahd_dev_softc_t pci, int reg, int width) in ahd_pci_read_config() function
Daic79xx_core.c5052 cmd = ahd_pci_read_config(ahd->dev_softc, PCIR_COMMAND, /*bytes*/2); in ahd_reset()