Home
last modified time | relevance | path

Searched refs:dm_pci_ops (Results 1 – 14 of 14) sorted by relevance

/openbmc/u-boot/drivers/pci/
H A Dpci_x86.c11 static const struct dm_pci_ops pci_x86_ops = {
H A Dpcie_ecam_generic.c125 static const struct dm_pci_ops pci_generic_ecam_ops = {
H A Dpcie_xilinx.c161 static const struct dm_pci_ops pcie_xilinx_ops = {
H A Dpci_sandbox.c114 static const struct dm_pci_ops sandbox_pci_ops = {
H A Dpci-rcar-gen2.c245 static const struct dm_pci_ops rcar_gen2_pci_ops = {
H A Dpci-uclass.c262 struct dm_pci_ops *ops; in pci_bus_write_config()
342 struct dm_pci_ops *ops; in pci_bus_read_config()
1459 static const struct dm_pci_ops pci_bridge_ops = {
H A Dpcie_dw_mvebu.c564 static const struct dm_pci_ops pcie_dw_mvebu_ops = {
H A Dpcie_aspeed.c474 static const struct dm_pci_ops pcie_aspeed_ops = {
H A Dpcie_intel_fpga.c412 static const struct dm_pci_ops pcie_intel_fpga_ops = {
H A Dpci-aardvark.c670 static const struct dm_pci_ops pcie_advk_ops = {
H A Dpci_mvebu.c460 static const struct dm_pci_ops mvebu_pcie_ops = {
H A Dpcie_layerscape.c552 static const struct dm_pci_ops ls_pcie_ops = {
H A Dpci_tegra.c1179 static const struct dm_pci_ops pci_tegra_ops = {
/openbmc/u-boot/include/
H A Dpci.h852 struct dm_pci_ops { struct
888 #define pci_get_ops(dev) ((struct dm_pci_ops *)(dev)->driver->ops) argument