Home
last modified time | relevance | path

Searched refs:ahc_pci_read_config (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx_pci.c751 vendor = ahc_pci_read_config(pci, PCIR_DEVVENDOR, /*bytes*/2); in ahc_find_pci_device()
752 device = ahc_pci_read_config(pci, PCIR_DEVICE, /*bytes*/2); in ahc_find_pci_device()
753 subvendor = ahc_pci_read_config(pci, PCIR_SUBVEND_0, /*bytes*/2); in ahc_find_pci_device()
754 subdevice = ahc_pci_read_config(pci, PCIR_SUBDEV_0, /*bytes*/2); in ahc_find_pci_device()
815 devconfig = ahc_pci_read_config(ahc->dev_softc, DEVCONFIG, /*bytes*/4); in ahc_pci_config()
837 command = ahc_pci_read_config(ahc->dev_softc, PCIR_COMMAND, /*bytes*/2); in ahc_pci_config()
923 ahc_pci_read_config(ahc->dev_softc, CSIZE_LATTIME, in ahc_pci_config()
942 devconfig = ahc_pci_read_config(ahc->dev_softc, in ahc_pci_config()
1008 ahc_pci_read_config(ahc->dev_softc, DEVCONFIG, /*bytes*/4); in ahc_pci_config()
1010 ahc_pci_read_config(ahc->dev_softc, PCIR_COMMAND, /*bytes*/1); in ahc_pci_config()
[all …]
Daic7xxx_osm_pci.c241 *base = ahc_pci_read_config(ahc->dev_softc, PCIR_MAPS, 4); in ahc_linux_pci_reserve_io_region()
274 start = ahc_pci_read_config(ahc->dev_softc, PCIR_MAPS+4, 4); in ahc_linux_pci_reserve_mem_region()
312 command = ahc_pci_read_config(ahc->dev_softc, PCIR_COMMAND, 4); in ahc_pci_map_registers()
405 cap_offset = ahc_pci_read_config(ahc->dev_softc, in ahc_power_state_change()
409 cap = ahc_pci_read_config(ahc->dev_softc, in ahc_power_state_change()
415 pm_control = ahc_pci_read_config(ahc->dev_softc, in ahc_power_state_change()
Daic7xxx_osm.h872 static __inline uint32_t ahc_pci_read_config(ahc_dev_softc_t pci,
876 ahc_pci_read_config(ahc_dev_softc_t pci, int reg, int width) in ahc_pci_read_config() function