Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm/plat-orion/
Dpcie.c40 #define PCIE_CONF_FUNC(f) (((f) & 0x7) << 8) macro
/linux-6.12.1/drivers/pci/controller/
Dpcie-rcar.h122 #define PCIE_CONF_FUNC(f) (((f) & 0x7) << 16) macro
Dpci-mvebu.c52 #define PCIE_CONF_FUNC(f) (((f) & 0x7) << 8) macro