HomeSort by: relevance | last modified time | path
    Searched refs:PCI_EXTCAPLIST_NEXT (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/
pci.c 675 ofs = PCI_EXTCAPLIST_NEXT(reg);
pcireg.h 1550 #define PCI_EXTCAPLIST_NEXT(ecr) (((ecr) >> 20) & 0xfff)
pci_subr.c 4603 off = PCI_EXTCAPLIST_NEXT(rval)) {
4651 off = PCI_EXTCAPLIST_NEXT(rval);

Completed in 21 milliseconds