Home
last modified time | relevance | path

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

/openbmc/u-boot/board/freescale/common/
H A Dcds_via.c53 pci_hose_write_config_dword(hose, dev, PCI_BASE_ADDRESS_4, 0x1fd0); in mpc85xx_config_via_usbide()
62 pci_hose_write_config_dword(hose, dev, PCI_BASE_ADDRESS_4, 0x1fa0); in mpc85xx_config_via_usb()
71 pci_hose_write_config_dword(hose, dev, PCI_BASE_ADDRESS_4, 0x1f80); in mpc85xx_config_via_usb2()
/openbmc/u-boot/drivers/bios_emulator/
H A Datibios.c388 dm_pci_read_config32(pcidev, PCI_BASE_ADDRESS_4, &saveBaseAddress20); in PCI_mapBIOSImage()
394 pci_read_config_dword(pcidev, PCI_BASE_ADDRESS_4, &saveBaseAddress20); in PCI_mapBIOSImage()
401 PCI_fixupIObase(pcidev, PCI_BASE_ADDRESS_4, &saveBaseAddress20); in PCI_mapBIOSImage()
455 dm_pci_write_config32(pcidev, PCI_BASE_ADDRESS_4, saveBaseAddress20); in PCI_unmapBIOSImage()
464 pci_write_config_dword(pcidev, PCI_BASE_ADDRESS_4, saveBaseAddress20); in PCI_unmapBIOSImage()
/openbmc/u-boot/drivers/misc/
H A Dswap_case.c97 case PCI_BASE_ADDRESS_4: in sandbox_swap_case_read_config()
/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()
/openbmc/qemu/hw/ide/
H A Dvia.c176 if (addr == PCI_BASE_ADDRESS_4 && val == PCI_BASE_ADDRESS_SPACE_IO) { in via_ide_cfg_read()
/openbmc/qemu/hw/pci-host/
H A Dgt64120.c1237 pci_set_long(d->wmask + PCI_BASE_ADDRESS_4, 0xfffff000); /* ISD MMIO */ in gt64120_pci_realize()
1256 pci_set_long(d->config + PCI_BASE_ADDRESS_4, 0x14000000); in gt64120_pci_reset_hold()
/openbmc/u-boot/drivers/pci/
H A Dpcie_layerscape.c387 writel(size - 1, bar_base + PCI_BASE_ADDRESS_4); in ls_pcie_ep_setup_bar()
/openbmc/u-boot/cmd/
H A Dpci.c190 { "base address 4", PCI_SIZE_32, PCI_BASE_ADDRESS_4 },
/openbmc/qemu/tests/qtest/libqos/
H A Dpci.c523 PCI_BASE_ADDRESS_3, PCI_BASE_ADDRESS_4, PCI_BASE_ADDRESS_5, in qpci_iomap()
/openbmc/u-boot/drivers/ata/
H A Dsata_sil.c545 PCI_BASE_ADDRESS_4, PCI_REGION_MEM); in init_sata()
H A Dsata_sil3114.c658 pci_read_config_dword (devno, PCI_BASE_ADDRESS_4, &iobase[4]); in init_sata()
/openbmc/u-boot/include/
H A Dpci.h204 #define PCI_BASE_ADDRESS_4 0x20 /* 32 bits */ macro
/openbmc/qemu/hw/xen/
H A Dxen_pt_config_init.c749 .offset = PCI_BASE_ADDRESS_4,