Lines Matching refs:pcie_port
19 struct pcie_port { struct
30 static struct pcie_port pcie_port[8]; argument
66 struct pcie_port *pp = pcie_port + i; in mv78xx0_pcie_preinit()
110 struct pcie_port *pp = pcie_port + i; in mv78xx0_pcie_preinit()
118 struct pcie_port *pp = pcie_port + i; in mv78xx0_pcie_preinit()
129 struct pcie_port *pp = pcie_port + i; in mv78xx0_pcie_preinit()
143 struct pcie_port *pp; in mv78xx0_pcie_setup()
148 pp = &pcie_port[nr]; in mv78xx0_pcie_setup()
164 static struct pcie_port *bus_to_port(int bus) in bus_to_port()
169 int rbus = pcie_port[i].root_bus_nr; in bus_to_port()
174 return i >= 0 ? pcie_port + i : NULL; in bus_to_port()
177 static int pcie_valid_config(struct pcie_port *pp, int bus, int dev) in pcie_valid_config()
192 struct pcie_port *pp = bus_to_port(bus->number); in pcie_rd_conf()
211 struct pcie_port *pp = bus_to_port(bus->number); in pcie_wr_conf()
264 struct pcie_port *pp = bus_to_port(dev->bus->number); in mv78xx0_pcie_map_irq()
283 struct pcie_port *pp = &pcie_port[num_pcie_ports++]; in add_pcie_port()