Home
last modified time | relevance | path

Searched refs:bridge_controller (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/arch/mips/pci/
Dpci-ip27.c34 static struct bridge_controller bridges[MAX_PCI_BUSSES];
39 struct bridge_controller *irq_to_bridge[MAX_PCI_BUSSES * MAX_DEVICES_PER_PCIBUS];
47 struct bridge_controller *bc; in bridge_probe()
163 struct bridge_controller *bc = BRIDGE_CONTROLLER(dev->bus); in pcibios_plat_dev_init()
194 struct bridge_controller *bc = BRIDGE_CONTROLLER(dev->bus); in pci_disable_swapping()
205 struct bridge_controller *bc = BRIDGE_CONTROLLER(dev->bus); in pci_enable_swapping()
221 struct bridge_controller *bc = BRIDGE_CONTROLLER(bus); in pcibus_to_node()
Dops-bridge.c46 struct bridge_controller *bc = BRIDGE_CONTROLLER(bus); in pci_conf0_read_config()
106 struct bridge_controller *bc = BRIDGE_CONTROLLER(bus); in pci_conf1_read_config()
179 struct bridge_controller *bc = BRIDGE_CONTROLLER(bus); in pci_conf0_write_config()
245 struct bridge_controller *bc = BRIDGE_CONTROLLER(bus); in pci_conf1_write_config()
/linux-2.6.39/arch/mips/sgi-ip27/
Dip27-irq.c58 extern struct bridge_controller *irq_to_bridge[];
245 struct bridge_controller *bc; in startup_bridge_irq()
293 struct bridge_controller *bc = IRQ_TO_BRIDGE(d->irq); in shutdown_bridge_irq()
343 int __devinit request_bridge_irq(struct bridge_controller *bc) in request_bridge_irq()
/linux-2.6.39/arch/mips/include/asm/pci/
Dbridge.h834 struct bridge_controller { struct
847 ((struct bridge_controller *)((bus)->sysdata)) argument
850 extern int request_bridge_irq(struct bridge_controller *bc);