Home
last modified time | relevance | path

Searched refs:PCI_EXP_DEVCTL_FLR (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dpci.h444 #define PCI_EXP_DEVCTL_FLR 0x8000 /* FLR bit in Device Control Register */ macro
/rk3399_rockchip-uboot/drivers/pci/
H A Dpci-uclass.c367 devctl = pcie_cap | PCI_EXP_DEVCTL_FLR; in pci_flr()