Searched refs:pmccfg (Results 1 – 1 of 1) sorted by relevance
86 int pmccfg; in fixwsc_natoma() local88 pmccfg = pci_read_config(dev, 0x50, 2); in fixwsc_natoma()90 if (pmccfg & 0x8000) { in fixwsc_natoma()92 pmccfg &= ~0x8000; in fixwsc_natoma()93 pci_write_config(dev, 0x50, pmccfg, 2); in fixwsc_natoma()96 if ((pmccfg & 0x8000) == 0) { in fixwsc_natoma()98 pmccfg |= 0x8000; in fixwsc_natoma()99 pci_write_config(dev, 0x50, pmccfg, 2); in fixwsc_natoma()