Searched refs:add_pcie_port (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/arch/arm/mach-mv78xx0/ |
D | pcie.c | 226 static void __init add_pcie_port(int maj, int min, void __iomem *base) in add_pcie_port() function 251 add_pcie_port(0, 0, PCIE00_VIRT_BASE); in mv78xx0_pcie_init() 253 add_pcie_port(0, 1, PCIE01_VIRT_BASE); in mv78xx0_pcie_init() 254 add_pcie_port(0, 2, PCIE02_VIRT_BASE); in mv78xx0_pcie_init() 255 add_pcie_port(0, 3, PCIE03_VIRT_BASE); in mv78xx0_pcie_init() 260 add_pcie_port(1, 0, PCIE10_VIRT_BASE); in mv78xx0_pcie_init() 262 add_pcie_port(1, 1, PCIE11_VIRT_BASE); in mv78xx0_pcie_init() 263 add_pcie_port(1, 2, PCIE12_VIRT_BASE); in mv78xx0_pcie_init() 264 add_pcie_port(1, 3, PCIE13_VIRT_BASE); in mv78xx0_pcie_init()
|
/linux-4.4.14/arch/arm/mach-dove/ |
D | pcie.c | 182 static void __init add_pcie_port(int index, void __iomem *base) in add_pcie_port() function 210 add_pcie_port(0, DOVE_PCIE0_VIRT_BASE); in dove_pcie_init() 213 add_pcie_port(1, DOVE_PCIE1_VIRT_BASE); in dove_pcie_init()
|