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

/freebsd-13-stable/sys/dev/pci/
H A Dfixup_pci.c92 int pmccfg; local
94 pmccfg = pci_read_config(dev, 0x50, 2);
96 if (pmccfg & 0x8000) {
98 pmccfg &= ~0x8000;
99 pci_write_config(dev, 0x50, pmccfg, 2);
102 if ((pmccfg & 0x8000) == 0) {
104 pmccfg |= 0x8000;
105 pci_write_config(dev, 0x50, pmccfg, 2);

Completed in 42 milliseconds