Searched refs:devconfig (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic79xx_pci.c218 #define PCI_BUS_MODES_INDEX(devconfig) \
219 (((devconfig) & PCIXINITPAT) >> 13)
299 uint32_t devconfig; local
317 devconfig = ahd_pci_read_config(ahd->dev_softc, DEVCONFIG, /*bytes*/4);
318 if ((devconfig & PCIXINITPAT) == PCIXINIT_PCI33_66) {
325 ahd->bus_description = pci_bus_modes[PCI_BUS_MODES_INDEX(devconfig)];
337 * 64bit bus (PCI64BIT set in devconfig).
340 uint32_t devconfig; local
345 devconfig = ahd_pci_read_config(ahd->dev_softc,
347 devconfig |
629 uint32_t devconfig; local
[all...]
H A Daic7xxx_pci.c718 uint32_t devconfig; local
743 devconfig = ahc_pci_read_config(ahc->dev_softc, DEVCONFIG, /*bytes*/4);
749 * 64bit bus (PCI64BIT set in devconfig).
756 devconfig |= DACEN;
760 devconfig |= PCIERRGENDIS;
762 ahc_pci_write_config(ahc->dev_softc, DEVCONFIG, devconfig, /*bytes*/4);
860 uint32_t devconfig; local
862 devconfig = ahc_pci_read_config(ahc->dev_softc,
864 if ((devconfig & REXTVALID) == 0)
927 ahc->bus_softc.pci_softc.devconfig
978 uint32_t devconfig; local
1012 uint32_t devconfig; local
1504 uint32_t devconfig; local
[all...]
H A Daic7xxx.h880 uint32_t devconfig; member in struct:ahc_pci_softc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Daic7xxx_old.c7917 unsigned char devconfig; local
7919 pci_read_config_byte(p->pdev, DEVCONFIG, &devconfig);
7922 devconfig |= STPWLEVEL;
7928 devconfig &= ~STPWLEVEL;
7932 pci_write_config_byte(p->pdev, DEVCONFIG, devconfig);
7938 * That took care of devconfig and stpwlev, now for the actual termination
9113 unsigned int devconfig, i, oldverbose; local
9202 pci_read_config_dword(pdev, DEVCONFIG, &devconfig);
9205 printk("aic7xxx: Initial DEVCONFIG value was 0x%x\n", devconfig);
9207 devconfig |
[all...]

Completed in 85 milliseconds