Searched refs:phys_start (Results 1 - 25 of 35) sorted by relevance

12

/u-boot/arch/x86/lib/fsp/
H A Dfsp_support.c16 phys_addr_t phys_start; local
32 phys_start = res_desc->phys_start;
34 if (phys_start >= FSP_LOWMEM_BASE &&
35 phys_start < (phys_addr_t)FSP_HIGHMEM_BASE)
78 phys_addr_t phys_start; local
90 phys_start = res_desc->phys_start;
92 if (phys_start >= (phys_addr_t)FSP_HIGHMEM_BASE)
120 return (u64)(res_desc->phys_start);
[all...]
H A Dfsp_dram.c85 low_end = res_desc->phys_start;
89 if (res_desc->phys_start < (1ULL << 32)) {
91 res_desc->phys_start + res_desc->len);
93 gd->bd->bi_dram[bank].start = res_desc->phys_start;
97 res_desc->phys_start,
133 entries[num_entries].addr = res_desc->phys_start;
/u-boot/drivers/pci/
H A Dpcie_dw_common.c224 PCIE_ATU_TYPE_IO, pcie->io.phys_start,
267 PCIE_ATU_TYPE_IO, pcie->io.phys_start,
319 pci->io.phys_start = hose->regions[ret].phys_start; /* IO base */
323 pci->mem.phys_start = hose->regions[ret].phys_start; /* MEM base */
327 pci->prefetch.phys_start = hose->regions[ret].phys_start; /* PREFETCH base */
332 pci->cfg_base = (void *)(pci->io.phys_start - pci->io.size);
345 (u64)pci->io.phys_start, (u6
[all...]
H A Dpci_mpc85xx.c103 set_next_law(mem->phys_start, law_size_bits(mem->size),
106 set_next_law(io->phys_start, law_size_bits(io->size),
109 set_next_law(pre->phys_start, law_size_bits(pre->size),
140 out_be32(&pcix->powbar1, mem->phys_start >> 12);
141 out_be32(&pcix->powbear1, (u64)mem->phys_start >> 44);
148 out_be32(&pcix->powbar2, io->phys_start >> 12);
149 out_be32(&pcix->powbear2, (u64)io->phys_start >> 44);
H A Dpcie_layerscape_rc.c85 io->phys_start = (io->phys_start &
90 mem->phys_start = (mem->phys_start &
95 pref->phys_start = (pref->phys_start &
105 io->phys_start + offset,
113 mem->phys_start + offset,
121 pref->phys_start + offset,
H A Dpci_auto_common.c80 (unsigned long long)region->phys_start,
81 (unsigned long long)(region->phys_start + region->size - 1));
H A Dpcie_dw_mvebu.c273 PCIE_ATU_TYPE_IO, pcie->io.phys_start,
319 PCIE_ATU_TYPE_IO, pcie->io.phys_start,
524 pcie->io.phys_start = hose->regions[0].phys_start;
532 pcie->mem.phys_start = hose->regions[pcie->region_count - 1].phys_start;
539 PCIE_ATU_TYPE_MEM, pcie->mem.phys_start,
H A Dpcie_ecam_synquacer.c501 pcie->mem.phys_start,
520 (u64)pcie->io.phys_start - (u64)pcie->cfg_base - SIZE_64KB,
526 pcie->io.phys_start,
534 pcie->mem64.phys_start,
556 pcie->io.phys_start = hose->regions[0].phys_start; /* IO base */
560 pcie->mem.phys_start = hose->regions[1].phys_start; /* MEM base */
564 pcie->mem64.phys_start = hose->regions[2].phys_start; /* MEM6
[all...]
H A Dpcie_uniphier.c272 priv->io.phys_start = hose->regions[0].phys_start; /* IO base */
275 priv->mem.phys_start = hose->regions[1].phys_start; /* MEM base */
281 PCIE_ATU_TYPE_IO, priv->io.phys_start,
286 PCIE_ATU_TYPE_MEM, priv->mem.phys_start,
H A Dpci_ftpci100.c71 priv->reg_base = phys_to_virt(io->phys_start);
H A Dpci-aardvark.c698 phys_addr_t phys_start = region->phys_start; local
719 (phys_start ? (1ULL << __ffs64(phys_start)) : 0);
727 *wins, (u64)phys_start, (u64)phys_start + win_size,
729 pcie_advk_set_ob_win(pcie, *wins, phys_start, bus_start,
732 phys_start += win_size;
742 (u64)region->phys_start,
743 (u64)region->phys_start
[all...]
H A Dpci-rcar-gen3.c348 if (hose->regions[i].phys_start == 0)
353 writel(rounddown_pow_of_two(hose->regions[i].phys_start),
355 writel(rounddown_pow_of_two(hose->regions[i].phys_start),
376 writel(upper_32_bits(hose->regions[i].phys_start),
378 writel(lower_32_bits(hose->regions[i].phys_start),
H A Dpcie_fsl.c245 set_next_law(mem->phys_start,
250 set_next_law(io->phys_start,
345 io->phys_start,
353 mem->phys_start,
361 phys_addr_t phys_start = CFG_SYS_PCI_MEMORY_PHYS; local
374 dev_dbg(pcie->bus, "R0 bus_start: %llx phys_start: %llx size: %llx\n",
375 (u64)bus_start, (u64)phys_start, (u64)sz);
397 dev_dbg(pcie->bus, "R64 bus_start: %llx phys_start: %llx size: %llx\n",
H A Dpcie_starfive_jh7110.c76 hose->regions[i].phys_start)
80 hose->regions[i].phys_start,
H A Dpci_common.c164 *pa = (bus_addr - res->bus_start + res->phys_start);
222 bus_addr = phys_addr - res->phys_start + res->bus_start;
H A Dpci_tegra.c821 axi = io->phys_start;
828 fpci = (((pref->phys_start >> 12) & 0x0fffffff) << 4) | 0x1;
830 axi = pref->phys_start;
837 fpci = (((mem->phys_start >> 12) & 0x0fffffff) << 4) | 0x1;
839 axi = mem->phys_start;
H A Dpcie_layerscape_gen4.c166 io->phys_start, io->bus_start,
172 mem->phys_start, mem->bus_start,
178 pref->phys_start, pref->bus_start,
H A Dpcie_brcmstb.c475 rc_bar2_offset = region.bus_start - region.phys_start;
545 brcm_pcie_set_outbound_win(pcie, num_out_wins, reg->phys_start,
H A Dpcie_dw_imx.c226 priv->dw.mem.phys_start,
H A Dpcie_dw_ti.c298 pci->dw.mem.phys_start,
/u-boot/arch/x86/cpu/tangier/
H A Dsdram.c118 start = mentry->phys_start;
164 gd->bd->bi_dram[bank].start = mentry->phys_start;
225 start = mentry->phys_start;
/u-boot/cmd/x86/
H A Dhob.c85 res->phys_start, res->len, res->phys_start + res->len,
/u-boot/arch/x86/include/asm/
H A Dhob.h114 phys_addr_t phys_start; member in struct:hob_res_desc
H A Dsfi.h56 u64 phys_start; member in struct:sfi_mem_entry
/u-boot/board/emulation/qemu-ppce500/
H A Dqemu-ppce500.c148 ret = pci_map_region(mem->phys_start, mem->size, &map_addr);
153 ret = pci_map_region(io->phys_start, io->size, &map_addr);

Completed in 286 milliseconds

12