Searched refs:add_pcie_port (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/arch/arm/mach-mv78xx0/ |
D | pcie.c | 232 static void __init add_pcie_port(int maj, int min, void __iomem *base) in add_pcie_port() function 257 add_pcie_port(0, 0, PCIE00_VIRT_BASE); in mv78xx0_pcie_init() 259 add_pcie_port(0, 1, PCIE01_VIRT_BASE); in mv78xx0_pcie_init() 260 add_pcie_port(0, 2, PCIE02_VIRT_BASE); in mv78xx0_pcie_init() 261 add_pcie_port(0, 3, PCIE03_VIRT_BASE); in mv78xx0_pcie_init() 266 add_pcie_port(1, 0, PCIE10_VIRT_BASE); in mv78xx0_pcie_init() 268 add_pcie_port(1, 1, PCIE11_VIRT_BASE); in mv78xx0_pcie_init() 269 add_pcie_port(1, 2, PCIE12_VIRT_BASE); in mv78xx0_pcie_init() 270 add_pcie_port(1, 3, PCIE13_VIRT_BASE); in mv78xx0_pcie_init()
|
/Linux-v5.10/arch/arm/mach-dove/ |
D | pcie.c | 189 static void __init add_pcie_port(int index, void __iomem *base) in add_pcie_port() function 217 add_pcie_port(0, DOVE_PCIE0_VIRT_BASE); in dove_pcie_init() 220 add_pcie_port(1, DOVE_PCIE1_VIRT_BASE); in dove_pcie_init()
|