Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/pci/
Dpci-ip27.c164 struct bridge_controller *bc = BRIDGE_CONTROLLER(dev->bus); in pcibios_plat_dev_init()
189 struct bridge_controller *bc = BRIDGE_CONTROLLER(pdev->bus); in __phys_to_dma()
208 struct bridge_controller *bc = BRIDGE_CONTROLLER(dev->bus); in pci_disable_swapping()
225 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-v4.19/arch/mips/include/asm/pci/
Dbridge.h847 #define BRIDGE_CONTROLLER(bus) \ macro