Home
last modified time | relevance | path

Searched defs:ecap (Results 1 – 1 of 1) sorted by relevance

/components/drivers/pci/
A Dpci_regs.h137 #define PCI_EXTCAP_ID(ecap) ((ecap) & PCIM_EXTCAP_ID) argument
138 #define PCI_EXTCAP_VER(ecap) (((ecap) & PCIM_EXTCAP_VER) >> 16) argument
139 #define PCI_EXTCAP_NEXTPTR(ecap) (((ecap) & PCIM_EXTCAP_NEXTPTR) >> 20) argument

Completed in 14 milliseconds