Searched refs:PCI_pm_mask (Results 1 - 3 of 3) sorted by last modified time

/haiku/src/libs/compat/freebsd_network/
H A Dpci.cpp380 switch (status & PCI_pm_mask) {
430 newPowerManagementStatus = currentPowerManagementStatus & ~PCI_pm_mask;
/haiku/src/add-ons/kernel/bus_managers/pci/
H A Dpci.cpp1869 return (state & PCI_pm_mask);
1882 if ((state & PCI_pm_mask) != newState) {
1884 (state & ~PCI_pm_mask) | newState);
1885 if ((state & PCI_pm_mask) == PCI_pm_state_d3)
/haiku/headers/os/drivers/
H A DPCI.h883 #define PCI_pm_mask 0x03 macro

Completed in 47 milliseconds