Searched refs:ahc_pci_write_config (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_pci.c | 756 ahc_pci_write_config(ahc->dev_softc, DEVCONFIG, devconfig, /*bytes*/4); in ahc_pci_config() 762 ahc_pci_write_config(ahc->dev_softc, PCIR_COMMAND, command, /*bytes*/2); in ahc_pci_config() 850 ahc_pci_write_config(ahc->dev_softc, CSIZE_LATTIME, in ahc_pci_config() 1054 ahc_pci_write_config(ahc->dev_softc, DEVCONFIG, devconfig, /*bytes*/4); in ahc_scbram_config() 1178 ahc_pci_write_config(ahc->dev_softc, PCIR_COMMAND, in ahc_pci_test_register_access() 1219 ahc_pci_write_config(ahc->dev_softc, PCIR_STATUS + 1, in ahc_pci_test_register_access() 1240 ahc_pci_write_config(ahc->dev_softc, PCIR_STATUS + 1, in ahc_pci_test_register_access() 1244 ahc_pci_write_config(ahc->dev_softc, PCIR_COMMAND, cmd, /*bytes*/2); in ahc_pci_test_register_access() 1508 ahc_pci_write_config(ahc->dev_softc, DEVCONFIG, in ahc_parse_pci_eeprom() 1960 ahc_pci_write_config(ah in ahc_pci_intr() [all...] |
H A D | aic7xxx_osm_pci.c | 304 ahc_pci_write_config(ahc_dev_softc_t pci, int reg, uint32_t value, int width) in ahc_pci_write_config() function 317 panic("ahc_pci_write_config: Write size too big"); in ahc_pci_write_config() 406 ahc_pci_write_config(ahc->dev_softc, PCIR_COMMAND, in ahc_pci_map_registers() 455 ahc_pci_write_config(ahc->dev_softc, PCIR_COMMAND, command, 4); in ahc_pci_map_registers()
|
H A D | aic7xxx_osm.h | 472 void ahc_pci_write_config(ahc_dev_softc_t pci,
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_pci.c | 756 ahc_pci_write_config(ahc->dev_softc, DEVCONFIG, devconfig, /*bytes*/4); in ahc_pci_config() 762 ahc_pci_write_config(ahc->dev_softc, PCIR_COMMAND, command, /*bytes*/2); in ahc_pci_config() 850 ahc_pci_write_config(ahc->dev_softc, CSIZE_LATTIME, in ahc_pci_config() 1054 ahc_pci_write_config(ahc->dev_softc, DEVCONFIG, devconfig, /*bytes*/4); in ahc_scbram_config() 1178 ahc_pci_write_config(ahc->dev_softc, PCIR_COMMAND, in ahc_pci_test_register_access() 1219 ahc_pci_write_config(ahc->dev_softc, PCIR_STATUS + 1, in ahc_pci_test_register_access() 1240 ahc_pci_write_config(ahc->dev_softc, PCIR_STATUS + 1, in ahc_pci_test_register_access() 1244 ahc_pci_write_config(ahc->dev_softc, PCIR_COMMAND, cmd, /*bytes*/2); in ahc_pci_test_register_access() 1508 ahc_pci_write_config(ahc->dev_softc, DEVCONFIG, in ahc_parse_pci_eeprom() 1960 ahc_pci_write_config(ah in ahc_pci_intr() [all...] |
H A D | aic7xxx_osm_pci.c | 280 ahc_pci_write_config(ahc_dev_softc_t pci, int reg, uint32_t value, int width) in ahc_pci_write_config() function 293 panic("ahc_pci_write_config: Write size too big"); in ahc_pci_write_config() 382 ahc_pci_write_config(ahc->dev_softc, PCIR_COMMAND, in ahc_pci_map_registers() 431 ahc_pci_write_config(ahc->dev_softc, PCIR_COMMAND, command, 4); in ahc_pci_map_registers()
|
H A D | aic7xxx_osm.h | 470 void ahc_pci_write_config(ahc_dev_softc_t pci,
|
Completed in 9 milliseconds