• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/

Lines Matching refs:dev_softc

308 	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_LATTIME, /*bytes*/1);
408 ahd_pci_write_config(ahd->dev_softc, DEVCONFIG,
410 ahd_pci_write_config(ahd->dev_softc, PCIR_COMMAND,
412 ahd_pci_write_config(ahd->dev_softc, CSIZE_LATTIME,
436 cmd = ahd_pci_read_config(ahd->dev_softc, PCIR_COMMAND, /*bytes*/2);
437 ahd_pci_write_config(ahd->dev_softc, PCIR_COMMAND,
469 pci_status1 = ahd_pci_read_config(ahd->dev_softc,
471 ahd_pci_write_config(ahd->dev_softc, PCIR_STATUS + 1,
498 pci_status1 = ahd_pci_read_config(ahd->dev_softc,
500 ahd_pci_write_config(ahd->dev_softc, PCIR_STATUS + 1,
505 ahd_pci_write_config(ahd->dev_softc, PCIR_COMMAND, cmd, /*bytes*/2);
654 devconfig = ahd_pci_read_config(ahd->dev_softc, DEVCONFIG, /*bytes*/4);
661 ahd_pci_write_config(ahd->dev_softc, DEVCONFIG, devconfig, /*bytes*/4);
839 pci_status1 = ahd_pci_read_config(ahd->dev_softc,
841 ahd_pci_write_config(ahd->dev_softc, PCIR_STATUS + 1,
863 pcix_status = ahd_pci_read_config(ahd->dev_softc, PCIXR_STATUS,
912 ahd_pci_write_config(ahd->dev_softc, PCIXR_STATUS,
950 pci = ahd->dev_softc;