Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/pci/
H A Dpcie_layerscape.h77 #define PCIE_LCTRL0_PF(pf) ((pf) << 16) macro
79 #define PCIE_LCTRL0_VAL(pf, vf) (PCIE_LCTRL0_PF(pf) | \