Searched refs:add_pcie_port (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/arch/arm/mach-mv78xx0/ |
D | pcie.c | 237 static void __init add_pcie_port(int maj, int min, void __iomem *base) in add_pcie_port() function 262 add_pcie_port(0, 0, PCIE00_VIRT_BASE); in mv78xx0_pcie_init() 264 add_pcie_port(0, 1, PCIE01_VIRT_BASE); in mv78xx0_pcie_init() 265 add_pcie_port(0, 2, PCIE02_VIRT_BASE); in mv78xx0_pcie_init() 266 add_pcie_port(0, 3, PCIE03_VIRT_BASE); in mv78xx0_pcie_init() 271 add_pcie_port(1, 0, PCIE10_VIRT_BASE); in mv78xx0_pcie_init() 273 add_pcie_port(1, 1, PCIE11_VIRT_BASE); in mv78xx0_pcie_init() 274 add_pcie_port(1, 2, PCIE12_VIRT_BASE); in mv78xx0_pcie_init() 275 add_pcie_port(1, 3, PCIE13_VIRT_BASE); in mv78xx0_pcie_init()
|
/Linux-v6.6/arch/arm/mach-dove/ |
D | pcie.c | 192 static void __init add_pcie_port(int index, void __iomem *base) in add_pcie_port() function 220 add_pcie_port(0, DOVE_PCIE0_VIRT_BASE); in dove_pcie_init() 223 add_pcie_port(1, DOVE_PCIE1_VIRT_BASE); in dove_pcie_init()
|