Home | History | Annotate | Download | only in eb7500atx

Lines Matching refs:vram

393 	if (bootconfig.vram[0].pages)
682 /* Now we fill in the L2 pagetable for the VRAM */
684 * Current architectures mean that the VRAM is always in 1
686 * that the VRAM would occupy. In theory we don't need a page
687 * table for VRAM, we could section map it but we would need
769 if (bootconfig.vram[0].pages == 0) {
837 * 2Meg of VRAM is mapped to 0xf7000000
924 printf(" VRAM block 0 at %08x size %08x\n\r",
925 bootconfig.vram[0].address,
926 bootconfig.vram[0].pages * bootconfig.pagesize);