Searched refs:vf (Results 1 – 10 of 10) sorted by relevance
77 #define PCIE_LCTRL0_VF(vf) ((vf) << 22) argument80 #define PCIE_LCTRL0_VAL(pf, vf) (PCIE_LCTRL0_PF(pf) | \ argument81 PCIE_LCTRL0_VF(vf) | \82 ((vf) == 0 ? 0 : PCIE_LCTRL0_VF_ACTIVE) | \
450 int pf, vf; in ls_pcie_setup_ep() local453 for (vf = 0; vf <= PCIE_VF_NUM; vf++) { in ls_pcie_setup_ep()454 ctrl_writel(pcie, PCIE_LCTRL0_VAL(pf, vf), in ls_pcie_setup_ep()
8 #include "vf-colibri.dtsi"
8 #include "vf.dtsi"
6 #include "vf.dtsi"
8 F: arch/arm/dts/vf-colibri.dtsi
44 obj-$(CONFIG_USB_EHCI_VF) += ehci-vf.o