Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/pci/
Dpci-ip27.c163 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()
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()
/linux-4.1.27/arch/mips/include/asm/mach-ip27/
Ddma-coherence.h15 (BRIDGE_CONTROLLER(pdev->bus)->baddr + (addr))
/linux-4.1.27/arch/mips/include/asm/pci/
Dbridge.h847 #define BRIDGE_CONTROLLER(bus) \ macro