Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/pci/
H A Dpci.c497 if (!(status & PCI_STATUS_CAP_LIST)) in pci_hose_find_cap_start()
H A Dpci-uclass.c1437 if (!(status & PCI_STATUS_CAP_LIST)) in dm_pci_find_capability()
/rk3399_rockchip-uboot/include/
H A Dpci.h37 #define PCI_STATUS_CAP_LIST 0x10 /* Support Capability List */ macro