Home
last modified time | relevance | path

Searched refs:vf (Results 1 – 10 of 10) 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
81 PCIE_LCTRL0_VF(vf) | \
82 ((vf) == 0 ? 0 : PCIE_LCTRL0_VF_ACTIVE) | \
H A Dpcie_layerscape.c450 int pf, vf; in ls_pcie_setup_ep() local
453 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()
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dvf610-colibri.dts8 #include "vf-colibri.dtsi"
H A Dvf500-colibri.dts8 #include "vf-colibri.dtsi"
H A Dpcm052.dts8 #include "vf.dtsi"
H A Dvf610-twr.dts8 #include "vf.dtsi"
H A Dvf-colibri.dtsi6 #include "vf.dtsi"
H A Dbk4r1.dts8 #include "vf.dtsi"
/rk3399_rockchip-uboot/board/toradex/colibri_vf/
H A DMAINTAINERS8 F: arch/arm/dts/vf-colibri.dtsi
/rk3399_rockchip-uboot/drivers/usb/host/
H A DMakefile44 obj-$(CONFIG_USB_EHCI_VF) += ehci-vf.o