Searched refs:PCIR_COMMAND (Results 1 - 7 of 7) 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.c320 command = ahd_pci_read_config(ahd->dev_softc, PCIR_COMMAND, 4);
331 ahd_pci_write_config(ahd->dev_softc, PCIR_COMMAND,
377 ahd_pci_write_config(ahd->dev_softc, PCIR_COMMAND, command, 4);
H A Daic7xxx_osm_pci.c397 command = ahc_pci_read_config(ahc->dev_softc, PCIR_COMMAND, 4);
406 ahc_pci_write_config(ahc->dev_softc, PCIR_COMMAND,
455 ahc_pci_write_config(ahc->dev_softc, PCIR_COMMAND, command, 4);
H A Daic79xx_pci.c351 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);
399 ahd_pci_read_config(ahd->dev_softc, PCIR_COMMAND, /*bytes*/1);
410 ahd_pci_write_config(ahd->dev_softc, PCIR_COMMAND,
436 cmd = ahd_pci_read_config(ahd->dev_softc, PCIR_COMMAND, /*bytes*/2);
437 ahd_pci_write_config(ahd->dev_softc, PCIR_COMMAND,
505 ahd_pci_write_config(ahd->dev_softc, PCIR_COMMAND, cmd, /*bytes*/2);
955 ahd_pci_write_config(pci, PCIR_COMMAND, 0, /*bytes*/2);
H A Daic7xxx_pci.c762 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);
925 ahc_pci_read_config(ahc->dev_softc, PCIR_COMMAND, /*bytes*/1);
1172 cmd = ahc_pci_read_config(ahc->dev_softc, PCIR_COMMAND, /*bytes*/2);
1173 ahc_pci_write_config(ahc->dev_softc, PCIR_COMMAND,
1239 ahc_pci_write_config(ahc->dev_softc, PCIR_COMMAND, cmd, /*bytes*/2);
2018 ahc_pci_write_config(ahc->dev_softc, PCIR_COMMAND,
2287 command = ahc_pci_read_config(pci, PCIR_COMMAND, /*bytes*/1);
2289 ahc_pci_write_config(pci, PCIR_COMMAND, command, /*bytes*/1);
H A Daic79xx_osm.h414 #define PCIR_COMMAND 0x04 macro
H A Daic7xxx_osm.h420 #define PCIR_COMMAND 0x04 macro
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,
6234 ahd_pci_write_config(ahd->dev_softc, PCIR_COMMAND,

Completed in 117 milliseconds