Searched refs:tom (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/arch/x86/cpu/broadwell/ |
| H A D | sdram.c | 138 u32 dpr, tom; in get_top_of_ram() local 141 tom = dpr & ~((1 << 20) - 1); in get_top_of_ram() 143 debug("dpt %08x tom %08x\n", dpr, tom); in get_top_of_ram() 146 tom -= (dpr & DPR_SIZE_MASK) << 16; in get_top_of_ram() 148 return (unsigned long)tom; in get_top_of_ram()
|
| /rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/ |
| H A D | sdram.c | 234 uint64_t tom, me_base, touud; in sdram_find() local 277 tom = (uint64_t)val << 32; in sdram_find() 279 tom |= val; in sdram_find() 281 debug("TOUUD %llx TOLUD %08x TOM %llx\n", touud, tolud, tom); in sdram_find() 295 uma_size = (tom - me_base) >> 10; in sdram_find()
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | ati_radeon_fb.c | 114 u32 tom = INREG(NB_TOM); in radeon_identify_vram() local 115 tmp = ((((tom >> 16) - (tom & 0xffff) + 1) << 6) * 1024); in radeon_identify_vram() 118 OUTREG(MC_FB_LOCATION, tom); in radeon_identify_vram() 119 OUTREG(DISPLAY_BASE_ADDR, (tom & 0xffff) << 16); in radeon_identify_vram() 120 OUTREG(CRTC2_DISPLAY_BASE_ADDR, (tom & 0xffff) << 16); in radeon_identify_vram() 121 OUTREG(OV0_BASE_ADDR, (tom & 0xffff) << 16); in radeon_identify_vram()
|