Searched refs:PCIR_COMMAND (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_osm_pci.c300 command = ahc_pci_read_config(ahc->dev_softc, PCIR_COMMAND, 4);
310 ahc_pci_write_config(ahc->dev_softc, PCIR_COMMAND,
362 ahc_pci_write_config(ahc->dev_softc, PCIR_COMMAND, command, 4);
H A Daic7xxx_pci.c822 command = ahc_pci_read_config(ahc->dev_softc, PCIR_COMMAND, /*bytes*/1);
824 ahc_pci_write_config(ahc->dev_softc, PCIR_COMMAND, command, /*bytes*/1);
2087 command = ahc_pci_read_config(pci, PCIR_COMMAND, /*bytes*/1);
2089 ahc_pci_write_config(pci, PCIR_COMMAND, command, /*bytes*/1);
H A Daic7xxx_osm.h861 #define PCIR_COMMAND 0x04 macro

Completed in 47 milliseconds