Home
last modified time | relevance | path

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

/freebsd-11-stable/usr.sbin/pciconf/
HDcap.c844 if ((cap1 & PCIM_VC_CAP1_LOWPRI_EXT_COUNT) != 0) in ecap_vc()
846 (cap1 & PCIM_VC_CAP1_LOWPRI_EXT_COUNT) >> 4); in ecap_vc()
/freebsd-11-stable/sys/dev/pci/
HDpcireg.h1047 #define PCIM_VC_CAP1_LOWPRI_EXT_COUNT 0x00000070 macro