Home | History | Annotate | Download | only in armadillo

Lines Matching refs:dram

490 			printf("dram[%d]: address=0x%08lx, size=0x%08lx\n",
495 bootconfig.dram[bootconfig.dramblocks].address =
497 bootconfig.dram[bootconfig.dramblocks].pages =
533 physical_start = bootconfig.dram[0].address;
534 physical_end = bootconfig.dram[0].address
535 + (bootconfig.dram[0].pages * PAGE_SIZE);
818 physmem = bootconfig.dram[0].pages;
820 size_t start = bootconfig.dram[loop].address;
821 size_t size = bootconfig.dram[loop].pages * PAGE_SIZE;
825 physmem += bootconfig.dram[loop].pages;
919 armadillo9_dma_ranges[i].dr_sysbase = bootconfig.dram[i].address;
920 armadillo9_dma_ranges[i].dr_busbase = bootconfig.dram[i].address;
921 armadillo9_dma_ranges[i].dr_len = bootconfig.dram[i].pages *