Searched refs:BRIDGE_CONTROLLER (Results 1 – 3 of 3) sorted by relevance
31 struct bridge_controller *bc = BRIDGE_CONTROLLER(pdev->bus); in phys_to_dma()96 struct bridge_controller *bc = BRIDGE_CONTROLLER(dev->bus); in bridge_disable_swapping()121 struct bridge_controller *bc = BRIDGE_CONTROLLER(bus); in pci_conf0_read_config()158 struct bridge_controller *bc = BRIDGE_CONTROLLER(bus); in pci_conf1_read_config()206 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()436 struct bridge_controller *bc = BRIDGE_CONTROLLER(dev->bus); in bridge_map_irq()738 struct bridge_controller *bc = BRIDGE_CONTROLLER(bus); in bridge_remove()
20 struct bridge_controller *bc = BRIDGE_CONTROLLER(bus); in pcibus_to_node()
815 #define BRIDGE_CONTROLLER(bus) \ macro