Home
last modified time | relevance | path

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

/pciutils/lmr/
H A Dmargin_hw.c44 u8 dir = GET_REG_MASK(pci_read_word(dev, cap->addr + PCI_EXP_FLAGS), PCI_EXP_FLAGS_TYPE); in margin_port_is_down()
/pciutils/lib/
H A Dheader.h769 #define PCI_EXP_FLAGS_TYPE 0x00f0 /* Device/Port type */ macro
/pciutils/
H A Dls-caps.c1465 int type = (cap & PCI_EXP_FLAGS_TYPE) >> 4; in cap_express()