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