Home
last modified time | relevance | path

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

/freebsd/sys/dev/pci/
H A Dpcireg.h645 #define PCIM_EA_PP 0x0000ff00 /* Primary Properties */ macro
H A Dpci.c3948 switch ((ea->eae_flags & PCIM_EA_PP) >> PCIM_EA_PP_OFFSET) { in pci_add_resources_ea()
/freebsd/usr.sbin/pciconf/
H A Dcap.c839 flags_pp = (flags & PCIM_EA_PP) >> PCIM_EA_PP_OFFSET; in cap_ea()