Home
last modified time | relevance | path

Searched refs:PCI_BASE_ADDRESS_4 (Results 1 – 24 of 24) 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/linux/arch/mips/pci/
H A Dpci-bcm63xx.c275 bcm63xx_int_cfg_writel(0x0, PCI_BASE_ADDRESS_4); in bcm63xx_register_pci()
/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/linux/drivers/gpu/drm/i915/gvt/
H A Dcfg_space.c353 memset(vgpu_cfg_space(vgpu) + PCI_BASE_ADDRESS_4, 0, 8); in intel_vgpu_init_cfg_space()
/openbmc/linux/drivers/xen/xen-pciback/
H A Dconf_space_header.c377 CFG_FIELD_BAR(PCI_BASE_ADDRESS_4),
/openbmc/linux/drivers/pci/hotplug/
H A Dibmphp_pci.c337 PCI_BASE_ADDRESS_4, in configure_device()
1061 PCI_BASE_ADDRESS_4, in scan_behind_bridge()
1190 PCI_BASE_ADDRESS_4, in unconfigure_boot_device()
/openbmc/qemu/hw/pci-host/
H A Dgt64120.c1224 pci_set_long(d->wmask + PCI_BASE_ADDRESS_4, 0xfffff000); /* ISD MMIO */ in gt64120_pci_realize()
1243 pci_set_long(d->config + PCI_BASE_ADDRESS_4, 0x14000000); in gt64120_pci_reset_hold()
/openbmc/linux/drivers/pci/controller/
H A Dpci-ixp4xx.c592 ret = ixp4xx_crp_write_config(p, PCI_BASE_ADDRESS_4, 4, addr); in ixp4xx_pci_probe()
/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/linux/include/uapi/linux/
H A Dpci_regs.h99 #define PCI_BASE_ADDRESS_4 0x20 /* 32 bits */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h100 #define PCI_BASE_ADDRESS_4 0x20 /* 32 bits */ macro
/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.c525 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/linux/drivers/vfio/pci/
H A Dvfio_pci_config.c683 p_setd(perm, PCI_BASE_ADDRESS_4, ALL_VIRT, ALL_WRITE); in init_pci_cap_basic_perm()
1774 vdev->rbar[4] = le32_to_cpu(*(__le32 *)&vconfig[PCI_BASE_ADDRESS_4]); in vfio_config_init()
/openbmc/linux/drivers/misc/cxl/
H A Dpci.c171 pci_read_config_dword(dev, PCI_BASE_ADDRESS_4, &val); in dump_cxl_config_space()
734 pci_write_config_dword(dev, PCI_BASE_ADDRESS_4, 0x00000000); in setup_cxl_bars()
/openbmc/linux/sound/pci/ctxfi/
H A Dcthw20k1.c1841 pci_read_config_dword(pci, PCI_BASE_ADDRESS_4, &bar4); in uaa_to_xfi()
1859 pci_write_config_dword(pci, PCI_BASE_ADDRESS_4, bar4); in uaa_to_xfi()
/openbmc/u-boot/include/
H A Dpci.h204 #define PCI_BASE_ADDRESS_4 0x20 /* 32 bits */ macro
/openbmc/qemu/hw/vfio/
H A Dpci-quirks.c260 PCI_BASE_ADDRESS_4 + 1, size); in vfio_ati_3c3_quirk_read()
/openbmc/qemu/hw/xen/
H A Dxen_pt_config_init.c749 .offset = PCI_BASE_ADDRESS_4,