Home
last modified time | relevance | path

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

/dragonfly/sys/bus/pci/
H A Dpcireg.h687 #define PCIEM_CAP_VER_MASK 0x000f /* Version */ macro
H A Dpci.c2458 expr->expr_cap & PCIEM_CAP_VER_MASK, expr->expr_cap); in pci_print_verbose_expr()
/dragonfly/usr.sbin/pciconf/
H A Dcap.c373 version = flags & PCIEM_CAP_VER_MASK; in cap_express()