Home
last modified time | relevance | path

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

/arch/mips/pci/
Dpci-ip27.c164 struct bridge_controller *bc = BRIDGE_CONTROLLER(dev->bus); in pcibios_plat_dev_init()
195 struct bridge_controller *bc = BRIDGE_CONTROLLER(dev->bus); in pci_disable_swapping()
206 struct bridge_controller *bc = BRIDGE_CONTROLLER(dev->bus); in pci_enable_swapping()
222 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()
/arch/mips/include/asm/mach-ip27/
Ddma-coherence.h15 (BRIDGE_CONTROLLER(pdev->bus)->baddr + (addr))
/arch/mips/include/asm/pci/
Dbridge.h846 #define BRIDGE_CONTROLLER(bus) \ macro