Searched refs:ahc_pci_read_config (Results 1 – 3 of 3) sorted by relevance
/drivers/scsi/aic7xxx/ |
D | aic7xxx_pci.c | 681 vendor = ahc_pci_read_config(pci, PCIR_DEVVENDOR, /*bytes*/2); in ahc_find_pci_device() 682 device = ahc_pci_read_config(pci, PCIR_DEVICE, /*bytes*/2); in ahc_find_pci_device() 683 subvendor = ahc_pci_read_config(pci, PCIR_SUBVEND_0, /*bytes*/2); in ahc_find_pci_device() 684 subdevice = ahc_pci_read_config(pci, PCIR_SUBDEV_0, /*bytes*/2); in ahc_find_pci_device() 744 devconfig = ahc_pci_read_config(ahc->dev_softc, DEVCONFIG, /*bytes*/4); in ahc_pci_config() 766 command = ahc_pci_read_config(ahc->dev_softc, PCIR_COMMAND, /*bytes*/2); in ahc_pci_config() 850 ahc_pci_read_config(ahc->dev_softc, CSIZE_LATTIME, in ahc_pci_config() 869 devconfig = ahc_pci_read_config(ahc->dev_softc, in ahc_pci_config() 935 ahc_pci_read_config(ahc->dev_softc, DEVCONFIG, /*bytes*/4); in ahc_pci_config() 937 ahc_pci_read_config(ahc->dev_softc, PCIR_COMMAND, /*bytes*/1); in ahc_pci_config() [all …]
|
D | aic7xxx_osm_pci.c | 273 ahc_pci_read_config(ahc_dev_softc_t pci, int reg, int width) in ahc_pci_read_config() function 396 command = ahc_pci_read_config(ahc->dev_softc, PCIR_COMMAND, 4); in ahc_pci_map_registers()
|
D | aic7xxx_osm.h | 474 uint32_t ahc_pci_read_config(ahc_dev_softc_t pci,
|