Home
last modified time | relevance | path

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

/freebsd-head/usr.sbin/pciconf/
HDcap.c846 if (((dw[0] & PCIM_EA_IS_64) != 0) && (b < ent_size)) { in cap_ea()
850 if (((dw[1] & PCIM_EA_IS_64) != 0) in cap_ea()
/freebsd-head/sys/dev/pci/
HDpcireg.h668 #define PCIM_EA_IS_64 0x00000002 /* 64-bit field flag */ macro
HDpci.c850 if (((dw[0] & PCIM_EA_IS_64) != 0) && (b < ent_size)) { in pci_ea_fill_info()
854 if (((dw[1] & PCIM_EA_IS_64) != 0) in pci_ea_fill_info()