Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/test/dm/
Dpci.c70 io_addr = dm_pci_read_bar32(swap, 0); in dm_test_pci_swapcase()
78 mem_addr = dm_pci_read_bar32(swap, 1); in dm_test_pci_swapcase()
91 io_addr = dm_pci_read_bar32(swap, 0); in dm_test_pci_swapcase()
99 mem_addr = dm_pci_read_bar32(swap, 1); in dm_test_pci_swapcase()
152 io_addr = dm_pci_read_bar32(swap, 0); in dm_test_pci_mixed()
160 mem_addr = dm_pci_read_bar32(swap, 1); in dm_test_pci_mixed()
176 io_addr = dm_pci_read_bar32(swap, 0); in dm_test_pci_mixed()
184 mem_addr = dm_pci_read_bar32(swap, 1); in dm_test_pci_mixed()
305 io_addr = dm_pci_read_bar32(swap1f, 0); in dm_test_pci_addr_flat()
313 mem_addr = dm_pci_read_bar32(swap1, 1); in dm_test_pci_addr_flat()
/third_party/uboot/u-boot-2020.01/arch/x86/cpu/broadwell/
Dadsp.c41 bar0 = dm_pci_read_bar32(dev, 0); in broadwell_adsp_probe()
44 bar1 = dm_pci_read_bar32(dev, 1); in broadwell_adsp_probe()
Dpch.c534 bar0 = dm_pci_read_bar32(dev, 0); in pch_serialio_init()
537 bar1 = dm_pci_read_bar32(dev, 1); in pch_serialio_init()
/third_party/uboot/u-boot-2020.01/drivers/video/
Divybridge_igd.c744 base = dm_pci_read_bar32(dev, 2); in gma_func0_init()
748 gtt_bar = (void *)(ulong)dm_pci_read_bar32(dev, 0); in gma_func0_init()
770 gtt_bar = (void *)(ulong)dm_pci_read_bar32(dev, 0); in bd82x6x_video_probe()
Dbroadwell_igd.c731 priv->regs = (u8 *)dm_pci_read_bar32(dev, 0); in broadwell_igd_ofdata_to_platdata()
/third_party/uboot/u-boot-2020.01/arch/x86/lib/fsp1/
Dfsp_graphics.c94 vesa->phys_base_ptr = dm_pci_read_bar32(dev, 2); in fsp_video_probe()
/third_party/uboot/u-boot-2020.01/arch/x86/cpu/ivybridge/
Dsata.c74 abar = dm_pci_read_bar32(dev, 5); in bd82x6x_sata_init()
/third_party/uboot/u-boot-2020.01/drivers/sound/
Dbroadwell_i2s.c243 bar0 = dm_pci_read_bar32(adsp, 0); in broadwell_i2s_probe()
Dhda_codec.c475 base_addr = dm_pci_read_bar32(dev, 0); in hda_codec_init()
/third_party/uboot/u-boot-2020.01/drivers/virtio/
Dvirtio_pci_modern.c435 base = dm_pci_read_bar32(udev, bar); in virtio_pci_map_capability()
/third_party/uboot/u-boot-2020.01/include/
Dpci.h1305 u32 dm_pci_read_bar32(struct udevice *dev, int barnum);
/third_party/uboot/u-boot-2020.01/lib/
Dfdtdec.c236 *bar = dm_pci_read_bar32(dev, barnum); in fdtdec_get_pci_bar32()
/third_party/uboot/u-boot-2020.01/drivers/pci/
Dpci-uclass.c1202 u32 dm_pci_read_bar32(struct udevice *dev, int barnum) in dm_pci_read_bar32() function