Home
last modified time | relevance | path

Searched refs:pci_get_controller (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpci_auto.c171 struct udevice *ctlr = pci_get_controller(dev); in dm_pciauto_prescan_setup_bridge()
252 struct udevice *ctlr = pci_get_controller(dev); in dm_pciauto_postscan_setup_bridge()
314 struct udevice *ctlr = pci_get_controller(dev); in dm_pciauto_config_device()
H A Dpci_compat.c52 return dev_get_uclass_priv(pci_get_controller(bus)); in pci_bus_to_hose()
H A Dpci-uclass.c40 struct udevice *pci_get_controller(struct udevice *dev) in pci_get_controller() function
1049 struct udevice *bus = pci_get_controller(dev); in pci_get_regions()
1132 ctlr = pci_get_controller(dev); in dm_pci_bus_to_phys()
1165 ctlr = pci_get_controller(dev); in _dm_pci_phys_to_bus()
H A Dpcie_dw_mvebu.c463 struct udevice *ctlr = pci_get_controller(dev); in pcie_dw_mvebu_probe()
H A Dpcie_dw_rockchip.c743 struct udevice *ctlr = pci_get_controller(dev); in rockchip_pcie_probe()
/OK3568_Linux_fs/u-boot/arch/x86/cpu/broadwell/
H A Dpch.c75 bus = pci_get_controller(dev); in broadwell_pch_early_init()
376 struct udevice *bus = pci_get_controller(dev); in pch_cg_init()
/OK3568_Linux_fs/u-boot/arch/x86/cpu/ivybridge/
H A Dcpu.c178 enable_usb_bar(pci_get_controller(lpc->parent)); in checkcpu()
/OK3568_Linux_fs/u-boot/cmd/
H A Dpci.c447 struct pci_controller *hose = dev_get_uclass_priv(pci_get_controller(bus)); in pci_show_regions()
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dbroadwell_igd.c582 systemagent_revision(pci_get_controller(dev)) <= 9) { in igd_pre_init()
/OK3568_Linux_fs/u-boot/include/
H A Dpci.h1181 struct udevice *pci_get_controller(struct udevice *dev);