Home
last modified time | relevance | path

Searched refs:dm_pci_map_bar (Results 1 – 13 of 13) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dxhci-pci.c21 hccr = (struct xhci_hccr *)dm_pci_map_bar(dev, in xhci_pci_init()
H A Dehci-pci.c36 hccr = (struct ehci_hccr *)dm_pci_map_bar(dev, in ehci_pci_init()
/openbmc/u-boot/drivers/mmc/
H A Dpci_mmc.c33 host->ioaddr = (void *)dm_pci_map_bar(dev, PCI_BASE_ADDRESS_0, in pci_mmc_probe()
/openbmc/u-boot/arch/x86/cpu/baytrail/
H A Dcpu.c56 base = dm_pci_map_bar(dev, PCI_BASE_ADDRESS_0, in arch_cpu_init_dm()
/openbmc/u-boot/drivers/i2c/
H A Dintel_i2c.c253 priv->base = (ulong)dm_pci_map_bar(dev, PCI_BASE_ADDRESS_4, in intel_i2c_probe()
H A Ddesignware_i2c.c555 dm_pci_map_bar(bus, PCI_BASE_ADDRESS_0, PCI_REGION_MEM);
/openbmc/u-boot/drivers/virtio/
H A Dvirtio_pci_legacy.c319 priv->ioaddr = dm_pci_map_bar(udev, PCI_BASE_ADDRESS_0, PCI_REGION_IO); in virtio_pci_probe()
/openbmc/u-boot/drivers/ata/
H A Dahci.c459 uc_priv->mmio_base = dm_pci_map_bar(dev, PCI_BASE_ADDRESS_5, in ahci_init_one()
1193 base = (ulong)dm_pci_map_bar(ahci_dev, PCI_BASE_ADDRESS_5, in ahci_probe_scsi_pci()
/openbmc/u-boot/drivers/net/
H A Dpch_gbe.c448 iobase = dm_pci_map_bar(dev, PCI_BASE_ADDRESS_1, PCI_REGION_MEM); in pch_gbe_probe()
H A De1000.c5554 hw->hw_addr = dm_pci_map_bar(devno, PCI_BASE_ADDRESS_0, in e1000_init_one()
/openbmc/u-boot/drivers/nvme/
H A Dnvme.c775 ndev->bar = dm_pci_map_bar(udev, PCI_BASE_ADDRESS_0, in nvme_probe()
/openbmc/u-boot/include/
H A Dpci.h1318 void *dm_pci_map_bar(struct udevice *dev, int bar, int flags);
/openbmc/u-boot/drivers/pci/
H A Dpci-uclass.c1339 void *dm_pci_map_bar(struct udevice *dev, int bar, int flags) in dm_pci_map_bar() function