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

/freebsd-11-stable/sys/dev/pci/
H A Dfixup_pci.c90 int pmccfg; local
92 pmccfg = pci_read_config(dev, 0x50, 2);
94 if (pmccfg & 0x8000) {
96 pmccfg &= ~0x8000;
97 pci_write_config(dev, 0x50, pmccfg, 2);
100 if ((pmccfg & 0x8000) == 0) {
102 pmccfg |= 0x8000;
103 pci_write_config(dev, 0x50, pmccfg, 2);

Completed in 55 milliseconds