Searched refs:dev_softc (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic79xx_osm_pci.c141 struct pci_dev *pdev = ahd->dev_softc, *master_pdev;
208 ahd->dev_softc = pci;
255 *base = pci_resource_start(ahd->dev_softc, 0);
261 *base2 = pci_resource_start(ahd->dev_softc, 3);
289 start = pci_resource_start(ahd->dev_softc, 1);
320 command = ahd_pci_read_config(ahd->dev_softc, PCIR_COMMAND, 4);
331 ahd_pci_write_config(ahd->dev_softc, PCIR_COMMAND,
338 ahd_get_pci_bus(ahd->dev_softc),
339 ahd_get_pci_slot(ahd->dev_softc),
340 ahd_get_pci_function(ahd->dev_softc));
[all...]
H A Daic7xxx_osm_pci.c184 struct pci_dev *pdev = ahc->dev_softc, *master_pdev;
253 ahc->dev_softc = pci;
352 *base = pci_resource_start(ahc->dev_softc, 0);
369 start = pci_resource_start(ahc->dev_softc, 1);
397 command = ahc_pci_read_config(ahc->dev_softc, PCIR_COMMAND, 4);
406 ahc_pci_write_config(ahc->dev_softc, PCIR_COMMAND,
417 ahc_get_pci_bus(ahc->dev_softc),
418 ahc_get_pci_slot(ahc->dev_softc),
419 ahc_get_pci_function(ahc->dev_softc));
430 ahc_get_pci_bus(ahc->dev_softc),
[all...]
H A Daic79xx_pci.c308 subvendor = ahd_pci_read_config(ahd->dev_softc,
317 devconfig = ahd_pci_read_config(ahd->dev_softc, DEVCONFIG, /*bytes*/4);
343 devconfig = ahd_pci_read_config(ahd->dev_softc,
346 ahd_pci_write_config(ahd->dev_softc, DEVCONFIG,
351 command = ahd_pci_read_config(ahd->dev_softc, PCIR_COMMAND, /*bytes*/2);
353 ahd_pci_write_config(ahd->dev_softc, PCIR_COMMAND, command, /*bytes*/2);
366 ahd_pci_read_config(ahd->dev_softc, CSIZE_LATTIME,
397 ahd_pci_read_config(ahd->dev_softc, DEVCONFIG, /*bytes*/4);
399 ahd_pci_read_config(ahd->dev_softc, PCIR_COMMAND, /*bytes*/1);
401 ahd_pci_read_config(ahd->dev_softc, CSIZE_LATTIM
[all...]
H A Daic7xxx_pci.c726 pci_set_power_state(ahc->dev_softc, AHC_POWER_STATE_D0);
740 devconfig = ahc_pci_read_config(ahc->dev_softc, DEVCONFIG, /*bytes*/4);
759 ahc_pci_write_config(ahc->dev_softc, DEVCONFIG, devconfig, /*bytes*/4);
762 command = ahc_pci_read_config(ahc->dev_softc, PCIR_COMMAND, /*bytes*/2);
765 ahc_pci_write_config(ahc->dev_softc, PCIR_COMMAND, command, /*bytes*/2);
838 ahc_pci_read_config(ahc->dev_softc, CSIZE_LATTIME,
845 ahc_pci_write_config(ahc->dev_softc, CSIZE_LATTIME,
857 devconfig = ahc_pci_read_config(ahc->dev_softc,
923 ahc_pci_read_config(ahc->dev_softc, DEVCONFIG, /*bytes*/4);
925 ahc_pci_read_config(ahc->dev_softc, PCIR_COMMAN
[all...]
H A Daic7xxx_osm.c866 *vaddr = pci_alloc_consistent(ahc->dev_softc,
877 pci_free_consistent(ahc->dev_softc, dmat->maxsize,
1125 (ahc->dev_softc ? &ahc->dev_softc->dev : NULL));
H A Daic7xxx.h948 ahc_dev_softc_t dev_softc; member in struct:ahc_softc
H A Daic79xx_osm.c946 *vaddr = pci_alloc_consistent(ahd->dev_softc,
957 pci_free_consistent(ahd->dev_softc, dmat->maxsize,
1236 retval = scsi_add_host(host, &ahd->dev_softc->dev);
H A Daic79xx.h1092 ahd_dev_softc_t dev_softc; member in struct:ahd_softc
H A Daic79xx_core.c6191 cmd = ahd_pci_read_config(ahd->dev_softc, PCIR_COMMAND, /*bytes*/2);
6205 ahd_pci_write_config(ahd->dev_softc, PCIR_COMMAND,
6232 ahd_pci_write_config(ahd->dev_softc, PCIR_STATUS + 1,
6234 ahd_pci_write_config(ahd->dev_softc, PCIR_COMMAND,

Completed in 120 milliseconds