Home
last modified time | relevance | path

Searched refs:PCI_PM_CTRL_STATE_MASK (Results 1 – 3 of 3) sorted by relevance

/pciutils/lmr/
H A Dmargin_hw.c101 return pm && !(pci_read_word(up_port, pm->addr + PCI_PM_CTRL) & PCI_PM_CTRL_STATE_MASK); // D0 in margin_verify_link()
/pciutils/lib/
H A Dheader.h291 #define PCI_PM_CTRL_STATE_MASK 0x0003 /* Current power state (D0 to D3) */ macro
/pciutils/
H A Dls-caps.c41 t & PCI_PM_CTRL_STATE_MASK, in cap_pm()