Searched refs:ahd_pci_read_config (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic79xx_pci.c | 261 vendor = ahd_pci_read_config(pci, PCIR_DEVVENDOR, /*bytes*/2); in ahd_find_pci_device() 262 device = ahd_pci_read_config(pci, PCIR_DEVICE, /*bytes*/2); in ahd_find_pci_device() 263 subvendor = ahd_pci_read_config(pci, PCIR_SUBVEND_0, /*bytes*/2); in ahd_find_pci_device() 264 subdevice = ahd_pci_read_config(pci, PCIR_SUBDEV_0, /*bytes*/2); in ahd_find_pci_device() 300 subvendor = ahd_pci_read_config(ahd->dev_softc, in ahd_pci_config() 309 devconfig = ahd_pci_read_config(ahd->dev_softc, DEVCONFIG, /*bytes*/4); in ahd_pci_config() 335 devconfig = ahd_pci_read_config(ahd->dev_softc, in ahd_pci_config() 343 command = ahd_pci_read_config(ahd->dev_softc, PCIR_COMMAND, /*bytes*/2); in ahd_pci_config() 358 ahd_pci_read_config(ahd->dev_softc, CSIZE_LATTIME, in ahd_pci_config() 389 ahd_pci_read_config(ah in ahd_pci_suspend() [all...] |
H A D | aic79xx_osm_pci.c | 319 command = ahd_pci_read_config(ahd->dev_softc, PCIR_COMMAND, 4); in ahd_pci_map_registers()
|
H A D | aic79xx_osm.h | 460 uint32_t ahd_pci_read_config(ahd_dev_softc_t pci,
|
H A D | aic79xx_osm.c | 482 ahd_pci_read_config(ahd_dev_softc_t pci, int reg, int width) in ahd_pci_read_config() function 505 panic("ahd_pci_read_config: Read size too big"); in ahd_pci_read_config()
|
H A D | aic79xx_core.c | 6217 cmd = ahd_pci_read_config(ahd->dev_softc, PCIR_COMMAND, /*bytes*/2); in ahd_reset()
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic79xx_pci.c | 261 vendor = ahd_pci_read_config(pci, PCIR_DEVVENDOR, /*bytes*/2); in ahd_find_pci_device() 262 device = ahd_pci_read_config(pci, PCIR_DEVICE, /*bytes*/2); in ahd_find_pci_device() 263 subvendor = ahd_pci_read_config(pci, PCI_SUBSYSTEM_VENDOR_ID, /*bytes*/2); in ahd_find_pci_device() 264 subdevice = ahd_pci_read_config(pci, PCI_SUBSYSTEM_ID, /*bytes*/2); in ahd_find_pci_device() 300 subvendor = ahd_pci_read_config(ahd->dev_softc, in ahd_pci_config() 309 devconfig = ahd_pci_read_config(ahd->dev_softc, DEVCONFIG, /*bytes*/4); in ahd_pci_config() 335 devconfig = ahd_pci_read_config(ahd->dev_softc, in ahd_pci_config() 343 command = ahd_pci_read_config(ahd->dev_softc, PCIR_COMMAND, /*bytes*/2); in ahd_pci_config() 358 ahd_pci_read_config(ahd->dev_softc, CSIZE_LATTIME, in ahd_pci_config() 388 ahd_pci_read_config(ah in ahd_pci_suspend() [all...] |
H A D | aic79xx_osm_pci.c | 300 command = ahd_pci_read_config(ahd->dev_softc, PCIR_COMMAND, 4); in ahd_pci_map_registers()
|
H A D | aic79xx_osm.h | 458 uint32_t ahd_pci_read_config(ahd_dev_softc_t pci,
|
H A D | aic79xx_osm.c | 482 ahd_pci_read_config(ahd_dev_softc_t pci, int reg, int width) in ahd_pci_read_config() function 505 panic("ahd_pci_read_config: Read size too big"); in ahd_pci_read_config()
|
H A D | aic79xx_core.c | 6216 cmd = ahd_pci_read_config(ahd->dev_softc, PCIR_COMMAND, /*bytes*/2); in ahd_reset()
|
Completed in 40 milliseconds