Searched refs:devconfig (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/drivers/scsi/aic7xxx/ |
D | aic79xx_pci.c | 218 #define PCI_BUS_MODES_INDEX(devconfig) \ argument 219 (((devconfig) & PCIXINITPAT) >> 13) 299 uint32_t devconfig; in ahd_pci_config() local 317 devconfig = ahd_pci_read_config(ahd->dev_softc, DEVCONFIG, /*bytes*/4); in ahd_pci_config() 318 if ((devconfig & PCIXINITPAT) == PCIXINIT_PCI33_66) { in ahd_pci_config() 325 ahd->bus_description = pci_bus_modes[PCI_BUS_MODES_INDEX(devconfig)]; in ahd_pci_config() 343 devconfig = ahd_pci_read_config(ahd->dev_softc, in ahd_pci_config() 345 devconfig |= DACEN; in ahd_pci_config() 347 devconfig, /*bytes*/4); in ahd_pci_config() 396 ahd->suspend_state.pci_state.devconfig = in ahd_pci_suspend() [all …]
|
D | aic7xxx_pci.c | 719 uint32_t devconfig; in ahc_pci_config() local 744 devconfig = ahc_pci_read_config(ahc->dev_softc, DEVCONFIG, /*bytes*/4); in ahc_pci_config() 757 devconfig |= DACEN; in ahc_pci_config() 761 devconfig |= PCIERRGENDIS; in ahc_pci_config() 763 ahc_pci_write_config(ahc->dev_softc, DEVCONFIG, devconfig, /*bytes*/4); in ahc_pci_config() 867 uint32_t devconfig; in ahc_pci_config() local 869 devconfig = ahc_pci_read_config(ahc->dev_softc, in ahc_pci_config() 871 if ((devconfig & REXTVALID) == 0) in ahc_pci_config() 934 ahc->bus_softc.pci_softc.devconfig = in ahc_pci_config() 981 uint32_t devconfig; in ahc_ext_scbram_present() local [all …]
|
D | aic7xxx.h | 883 uint32_t devconfig; member
|
D | aic79xx.h | 1007 uint32_t devconfig; member
|
/linux-3.4.99/drivers/scsi/ |
D | aic7xxx_old.c | 7965 unsigned char devconfig; in aic7xxx_register() local 7967 pci_read_config_byte(p->pdev, DEVCONFIG, &devconfig); in aic7xxx_register() 7970 devconfig |= STPWLEVEL; in aic7xxx_register() 7976 devconfig &= ~STPWLEVEL; in aic7xxx_register() 7980 pci_write_config_byte(p->pdev, DEVCONFIG, devconfig); in aic7xxx_register() 9172 unsigned int devconfig, i, oldverbose; in aic7xxx_detect() local 9260 pci_read_config_dword(pdev, DEVCONFIG, &devconfig); in aic7xxx_detect() 9263 printk("aic7xxx: Initial DEVCONFIG value was 0x%x\n", devconfig); in aic7xxx_detect() 9265 devconfig |= 0x80000040; in aic7xxx_detect() 9266 pci_write_config_dword(pdev, DEVCONFIG, devconfig); in aic7xxx_detect() [all …]
|