Home
last modified time | relevance | path

Searched refs:PCIM_HTCAP_HOST (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/bus/pci/
H A Dpcireg.h632 #define PCIM_HTCAP_HOST 0x2000 /* 001xx */ macro
/dragonfly/usr.sbin/pciconf/
H A Dcap.c227 else if ((command & 0xe000) == PCIM_HTCAP_HOST) in cap_ht()