Searched refs:PCI_DPCCAP_RPEXT (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/pci/
H A Dpcireg.h2105 #define PCI_DPCCAP_RPEXT __BIT(5) /* RP Extensions for DPC */ macro
H A Dpci_subr.c4052 rpext = (reg & PCI_DPCCAP_RPEXT) ? true : false;
4056 onoff("RP Extensions for DPC", reg, PCI_DPCCAP_RPEXT);

Completed in 151 milliseconds