Home
last modified time | relevance | path

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

/freebsd/sys/dev/pci/
H A Dpcireg.h664 #define PCIM_EA_WRITABLE 0x40000000 /* Writable: 1 = RW, 0 = HwInit */ macro
/freebsd/usr.sbin/pciconf/
H A Dcap.c861 (flags & PCIM_EA_WRITABLE ? "Writable" : "Read-only"), in ecap_aer()