Home
last modified time | relevance | path

Searched refs:BRIDGE_CONTROLLER (Results 1 – 3 of 3) sorted by relevance

/arch/mips/pci/
Dpci-ip27.c15 struct bridge_controller *bc = BRIDGE_CONTROLLER(pdev->bus); in __phys_to_dma()
28 struct bridge_controller *bc = BRIDGE_CONTROLLER(bus); in pcibus_to_node()
Dpci-xtalk-bridge.c71 struct bridge_controller *bc = BRIDGE_CONTROLLER(dev->bus); in bridge_disable_swapping()
96 struct bridge_controller *bc = BRIDGE_CONTROLLER(bus); in pci_conf0_read_config()
132 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()
218 struct bridge_controller *bc = BRIDGE_CONTROLLER(bus); in pci_conf1_write_config()
409 struct bridge_controller *bc = BRIDGE_CONTROLLER(dev->bus); in bridge_map_irq()
549 struct bridge_controller *bc = BRIDGE_CONTROLLER(bus); in bridge_remove()
/arch/mips/include/asm/pci/
Dbridge.h813 #define BRIDGE_CONTROLLER(bus) \ macro