Home
last modified time | relevance | path

Searched defs:PCIE_CONF_FUNC (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm/plat-orion/
H A Dpcie.c40 #define PCIE_CONF_FUNC(f) (((f) & 0x7) << 8) macro
/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A Dpcie-rcar.h115 #define PCIE_CONF_FUNC(f) (((f) & 0x7) << 16) macro
H A Dpci-mvebu.c48 #define PCIE_CONF_FUNC(f) (((f) & 0x7) << 8) macro
H A Dpci-aardvark.c253 #define PCIE_CONF_FUNC(fun) (((fun) & 0x7) << 12) macro
/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpci_mvebu.c46 #define PCIE_CONF_FUNC(f) (((f) & 0x7) << 8) macro