Home
last modified time | relevance | path

Searched refs:dev_softc (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/scsi/aic7xxx/
A Daic79xx_osm_pci.c187 ahd->dev_softc = pci; in ahd_linux_pci_dev_probe()
235 *base = pci_resource_start(ahd->dev_softc, 0); in ahd_linux_pci_reserve_io_regions()
269 start = pci_resource_start(ahd->dev_softc, 1); in ahd_linux_pci_reserve_mem_region()
318 ahd_get_pci_bus(ahd->dev_softc), in ahd_pci_map_registers()
319 ahd_get_pci_slot(ahd->dev_softc), in ahd_pci_map_registers()
331 ahd_get_pci_bus(ahd->dev_softc), in ahd_pci_map_registers()
332 ahd_get_pci_slot(ahd->dev_softc), in ahd_pci_map_registers()
333 ahd_get_pci_function(ahd->dev_softc), in ahd_pci_map_registers()
350 ahd_get_pci_bus(ahd->dev_softc), in ahd_pci_map_registers()
351 ahd_get_pci_slot(ahd->dev_softc), in ahd_pci_map_registers()
[all …]
A Daic7xxx_osm_pci.c228 ahc->dev_softc = pci; in ahc_linux_pci_dev_probe()
328 *base = pci_resource_start(ahc->dev_softc, 0); in ahc_linux_pci_reserve_io_region()
345 start = pci_resource_start(ahc->dev_softc, 1); in ahc_linux_pci_reserve_mem_region()
393 ahc_get_pci_bus(ahc->dev_softc), in ahc_pci_map_registers()
394 ahc_get_pci_slot(ahc->dev_softc), in ahc_pci_map_registers()
406 ahc_get_pci_bus(ahc->dev_softc), in ahc_pci_map_registers()
407 ahc_get_pci_slot(ahc->dev_softc), in ahc_pci_map_registers()
408 ahc_get_pci_function(ahc->dev_softc), in ahc_pci_map_registers()
425 ahc_get_pci_bus(ahc->dev_softc), in ahc_pci_map_registers()
426 ahc_get_pci_slot(ahc->dev_softc), in ahc_pci_map_registers()
[all …]
A Daic79xx_pci.c300 subvendor = ahd_pci_read_config(ahd->dev_softc, in ahd_pci_config()
335 devconfig = ahd_pci_read_config(ahd->dev_softc, in ahd_pci_config()
338 ahd_pci_write_config(ahd->dev_softc, DEVCONFIG, in ahd_pci_config()
399 ahd_pci_write_config(ahd->dev_softc, DEVCONFIG, in ahd_pci_resume()
401 ahd_pci_write_config(ahd->dev_softc, PCIR_COMMAND, in ahd_pci_resume()
403 ahd_pci_write_config(ahd->dev_softc, CSIZE_LATTIME, in ahd_pci_resume()
427 ahd_pci_write_config(ahd->dev_softc, PCIR_COMMAND, in ahd_pci_test_register_access()
459 pci_status1 = ahd_pci_read_config(ahd->dev_softc, in ahd_pci_test_register_access()
488 pci_status1 = ahd_pci_read_config(ahd->dev_softc, in ahd_pci_test_register_access()
829 pci_status1 = ahd_pci_read_config(ahd->dev_softc, in ahd_pci_intr()
[all …]
A Daic7xxx_pci.c1217 status1 = ahc_pci_read_config(ahc->dev_softc, in ahc_pci_test_register_access()
2049 pci = ahc->dev_softc; in ahc_aic785X_setup()
2067 pci = ahc->dev_softc; in ahc_aic7860_setup()
2172 pci = ahc->dev_softc; in ahc_aic7880_setup()
2244 pci = ahc->dev_softc; in ahc_aic7890_setup()
2275 pci = ahc->dev_softc; in ahc_aic7895_setup()
2340 pci = ahc->dev_softc; in ahc_aic7896_setup()
2355 pci = ahc->dev_softc; in ahc_aic7899_setup()
2389 pci = ahc->dev_softc; in ahc_aha394XX_setup()
2411 pci = ahc->dev_softc; in ahc_aha398XX_setup()
[all …]
A Daic7xxx.h943 ahc_dev_softc_t dev_softc; member
A Daic79xx_osm.c953 *vaddr = dma_alloc_coherent(&ahd->dev_softc->dev, dmat->maxsize, mapp, in ahd_dmamem_alloc()
964 dma_free_coherent(&ahd->dev_softc->dev, dmat->maxsize, vaddr, map); in ahd_dmamem_free()
1246 retval = scsi_add_host(host, &ahd->dev_softc->dev); in ahd_linux_register_host()
A Daic79xx.h1087 ahd_dev_softc_t dev_softc; member
A Daic79xx_core.c6216 cmd = ahd_pci_read_config(ahd->dev_softc, PCIR_COMMAND, /*bytes*/2); in ahd_reset()
6230 ahd_pci_write_config(ahd->dev_softc, PCIR_COMMAND, in ahd_reset()
6257 ahd_pci_write_config(ahd->dev_softc, PCIR_STATUS + 1, in ahd_reset()
6259 ahd_pci_write_config(ahd->dev_softc, PCIR_COMMAND, in ahd_reset()

Completed in 41 milliseconds