Searched refs:PCI_EXT_CAP_NEXT (Results 1 – 4 of 4) sorted by relevance
562 pos = PCI_EXT_CAP_NEXT(header); in pci_find_next_ext_capability()
274 pos = PCI_EXT_CAP_NEXT(header); in rk_pci_find_ext_capability()
1473 pos = PCI_EXT_CAP_NEXT(header); in dm_pci_find_next_ext_capability()
430 #define PCI_EXT_CAP_NEXT(header) ((header >> 20) & 0xffc) macro