Home
last modified time | relevance | path

Searched refs:pci_ram_top (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/include/asm-generic/
Dglobal_data.h99 phys_addr_t pci_ram_top; /* top of region accessible to PCI */ member
/external/u-boot/arch/arm/mach-tegra/
Dboard2.c316 gd->pci_ram_top = gd->bd->bi_dram[0].start + gd->bd->bi_dram[0].size; in dram_init_banksize()
/external/u-boot/arch/arm/mach-tegra/tegra186/
Dnvtboot_mem.c164 gd->pci_ram_top = ram_top; in dram_init_banksize()
/external/u-boot/drivers/pci/
Dpci-uclass.c907 if (gd->pci_ram_top && gd->pci_ram_top < base + size) in decode_regions()
908 size = gd->pci_ram_top - base; in decode_regions()
/external/u-boot/arch/x86/cpu/i386/
Dcpu.c343 gd->pci_ram_top = 0x80000000U; in x86_cpu_init_f()