Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/pciconf/
H A Dcap.c375 switch (flags & PCIEM_CAP_PORT_TYPE) { in cap_express()
404 printf("type %d", (flags & PCIEM_CAP_PORT_TYPE) >> 8); in cap_express()
/dragonfly/sys/bus/pci/
H A Dpcireg.h690 #define PCIEM_CAP_PORT_TYPE 0x00f0 /* Port type mask */ macro
H A Dpci.c814 port_type = expr->expr_cap & PCIEM_CAP_PORT_TYPE; in pcie_slotimpl()
2460 port_type = expr->expr_cap & PCIEM_CAP_PORT_TYPE; in pci_print_verbose_expr()