Home
last modified time | relevance | path

Searched defs:vf (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/pci/
H A Dpcie_layerscape.h77 #define PCIE_LCTRL0_VF(vf) ((vf) << 22) argument
80 #define PCIE_LCTRL0_VAL(pf, vf) (PCIE_LCTRL0_PF(pf) | \ argument
H A Dpcie_layerscape.c450 int pf, vf; in ls_pcie_setup_ep() local