Lines Matching refs:controller_ops
198 if (phb->controller_ops.window_alignment) in pcibios_window_alignment()
199 return phb->controller_ops.window_alignment(bus, type); in pcibios_window_alignment()
213 if (hose->controller_ops.setup_bridge) in pcibios_setup_bridge()
214 hose->controller_ops.setup_bridge(bus, type); in pcibios_setup_bridge()
221 if (phb->controller_ops.reset_secondary_bus) { in pcibios_reset_secondary_bus()
222 phb->controller_ops.reset_secondary_bus(dev); in pcibios_reset_secondary_bus()
963 if (phb->controller_ops.dma_bus_setup) in pcibios_setup_bus_self()
964 phb->controller_ops.dma_bus_setup(bus); in pcibios_setup_bus_self()
981 if (phb->controller_ops.dma_dev_setup) in pcibios_setup_device()
982 phb->controller_ops.dma_dev_setup(dev); in pcibios_setup_device()
1455 if (phb->controller_ops.enable_device_hook) in pcibios_enable_device()
1456 if (!phb->controller_ops.enable_device_hook(dev)) in pcibios_enable_device()
1466 if (phb->controller_ops.disable_device) in pcibios_disable_device()
1467 phb->controller_ops.disable_device(dev); in pcibios_disable_device()
1625 if (node && hose->controller_ops.probe_mode) in pcibios_scan_phb()
1626 mode = hose->controller_ops.probe_mode(bus); in pcibios_scan_phb()