Lines Matching refs:index
23 u8 index;
56 pci_remap_iospace(&realio, pp->index == 0 ? DOVE_PCIE0_IO_PHYS_BASE :
63 "PCIe %d MEM", pp->index);
66 if (pp->index == 0) {
182 return pp->index ? IRQ_DOVE_PCIE1 : IRQ_DOVE_PCIE0;
192 static void __init add_pcie_port(int index, void __iomem *base)
194 printk(KERN_INFO "Dove PCIe port %d: ", index);
198 struct clk *clk = clk_get_sys("pcie", (index ? "1" : "0"));
205 pp->index = index;