Home
last modified time | relevance | path

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

/freebsd/sys/dev/aic7xxx/
H A Daic79xx_pci.c291 vendor = aic_pci_read_config(pci, PCIR_DEVVENDOR, /*bytes*/2); in ahd_find_pci_device()
292 device = aic_pci_read_config(pci, PCIR_DEVICE, /*bytes*/2); in ahd_find_pci_device()
293 subvendor = aic_pci_read_config(pci, PCIR_SUBVEND_0, /*bytes*/2); in ahd_find_pci_device()
294 subdevice = aic_pci_read_config(pci, PCIR_SUBDEV_0, /*bytes*/2); in ahd_find_pci_device()
342 device = aic_pci_read_config(ahd->dev_softc, in ahd_pci_config()
350 subvendor = aic_pci_read_config(ahd->dev_softc, in ahd_pci_config()
364 devconfig = aic_pci_read_config(ahd->dev_softc, DEVCONFIG, /*bytes*/4); in ahd_pci_config()
394 devconfig = aic_pci_read_config(ahd->dev_softc, in ahd_pci_config()
402 command = aic_pci_read_config(ahd->dev_softc, PCIR_COMMAND, /*bytes*/2); in ahd_pci_config()
417 aic_pci_read_config(ah in ahd_pci_config()
[all...]
H A Daic7xxx_pci.c748 vendor = aic_pci_read_config(pci, PCIR_DEVVENDOR, /*bytes*/2); in ahc_find_pci_device()
749 device = aic_pci_read_config(pci, PCIR_DEVICE, /*bytes*/2); in ahc_find_pci_device()
750 subvendor = aic_pci_read_config(pci, PCIR_SUBVEND_0, /*bytes*/2); in ahc_find_pci_device()
751 subdevice = aic_pci_read_config(pci, PCIR_SUBDEV_0, /*bytes*/2); in ahc_find_pci_device()
811 devconfig = aic_pci_read_config(ahc->dev_softc, DEVCONFIG, /*bytes*/4); in ahc_pci_config()
832 command = aic_pci_read_config(ahc->dev_softc, PCIR_COMMAND, /*bytes*/2); in ahc_pci_config()
917 aic_pci_read_config(ahc->dev_softc, CSIZE_LATTIME, in ahc_pci_config()
935 devconfig = aic_pci_read_config(ahc->dev_softc, in ahc_pci_config()
1001 aic_pci_read_config(ahc->dev_softc, DEVCONFIG, /*bytes*/4); in ahc_pci_config()
1003 aic_pci_read_config(ah in ahc_pci_config()
[all...]
H A Daic_osm_lib.h347 static __inline uint32_t aic_pci_read_config(aic_dev_softc_t pci,
357 aic_pci_read_config(aic_dev_softc_t pci, int reg, int width) in aic_pci_read_config() function
H A Daic79xx.c5447 cmd = aic_pci_read_config(ahd->dev_softc, PCIR_COMMAND, /*bytes*/2); in ahd_reset()