Home
last modified time | relevance | path

Searched refs:PCI_EXT_CAP_NEXT (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/drivers/pci/
Dpci.c561 pos = PCI_EXT_CAP_NEXT(header); in pci_find_next_ext_capability()
/external/kernel-headers/original/uapi/linux/
Dpci_regs.h676 #define PCI_EXT_CAP_NEXT(header) ((header >> 20) & 0xffc) macro
/external/u-boot/include/
Dpci.h423 #define PCI_EXT_CAP_NEXT(header) ((header >> 20) & 0xffc) macro