Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/asm-generic/
H A Dglobal_data.h116 phys_addr_t pci_ram_top; /* top of region accessible to PCI */ member
/OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/
H A Dboard2.c317 gd->pci_ram_top = gd->bd->bi_dram[0].start + gd->bd->bi_dram[0].size; in dram_init_banksize()
/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpci-uclass.c823 if (gd->pci_ram_top && gd->pci_ram_top < base + size) in decode_regions()
824 size = gd->pci_ram_top - base; in decode_regions()
/OK3568_Linux_fs/u-boot/arch/x86/cpu/i386/
H A Dcpu.c344 gd->pci_ram_top = 0x80000000U; in x86_cpu_init_f()