Searched refs:PCI_EXT_CAP_ID (Results 1 – 2 of 2) sorted by relevance
105 ASSERT(start != pos || PCI_EXT_CAP_ID(header) == cap); in pci_find_next_ext_capability()108 if ( PCI_EXT_CAP_ID(header) == cap && pos != start ) in pci_find_next_ext_capability()
427 #define PCI_EXT_CAP_ID(header) (header & 0x0000ffff) macro
Completed in 5 milliseconds