Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/pci/
H A Dpci.c562 pos = PCI_EXT_CAP_NEXT(header); in pci_find_next_ext_capability()
H A Dpcie_dw_rockchip.c274 pos = PCI_EXT_CAP_NEXT(header); in rk_pci_find_ext_capability()
H A Dpci-uclass.c1473 pos = PCI_EXT_CAP_NEXT(header); in dm_pci_find_next_ext_capability()
/rk3399_rockchip-uboot/include/
H A Dpci.h430 #define PCI_EXT_CAP_NEXT(header) ((header >> 20) & 0xffc) macro