Home
last modified time | relevance | path

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

/freebsd/sys/dev/pci/
H A Dpcireg.h662 #define PCIM_EA_ENABLE 0x80000000 /* Enable for this entry */ macro
H A Dpci.c3905 return ((ea->eae_flags & PCIM_EA_ENABLE) > 0); in pci_ea_is_enabled()
3945 if ((ea->eae_flags & PCIM_EA_ENABLE) == 0) in pci_add_resources_ea()
4012 tmp &= ~PCIM_EA_ENABLE; in pci_add_resources_ea()
/freebsd/usr.sbin/pciconf/
H A Dcap.c860 (flags & PCIM_EA_ENABLE ? "Enabled" : "Disabled"), in cap_ea()