Searched refs:MMU_SECTION_SIZE (Results 1 – 14 of 14) sorted by relevance
/u-boot/arch/arm/lib/ |
A D | cache.c | 96 end = ALIGN(mem_malloc_start, MMU_SECTION_SIZE) - MMU_SECTION_SIZE; in noncached_init() 97 size = ALIGN(CONFIG_SYS_NONCACHED_MEMORY, MMU_SECTION_SIZE); in noncached_init()
|
A D | cache-cp15.c | 73 end = ALIGN((start / 2) + (size / 2), MMU_SECTION_SIZE / 2) in mmu_set_region_dcache_behaviour_phys() 84 for (upto = start; upto < end; upto++, phys += MMU_SECTION_SIZE) in mmu_set_region_dcache_behaviour_phys()
|
/u-boot/include/configs/ |
A D | nyan-big.h | 24 #define CONFIG_LCD_ALIGNMENT MMU_SECTION_SIZE
|
A D | tegra20-common.h | 63 #define CONFIG_LCD_ALIGNMENT MMU_SECTION_SIZE
|
/u-boot/drivers/video/ |
A D | bcm2835.c | 37 fb_start = fb_base & ~(MMU_SECTION_SIZE - 1); in bcm2835_video_probe()
|
A D | mvebu_lcd.c | 562 fb_start = plat->base & ~(MMU_SECTION_SIZE - 1); in mvebu_video_probe()
|
A D | mxsfb.c | 400 fb_start = plat->base & ~(MMU_SECTION_SIZE - 1); in mxs_video_probe()
|
A D | fsl_dcu_fb.c | 496 fb_start = plat->base & ~(MMU_SECTION_SIZE - 1); in fsl_dcu_video_probe()
|
/u-boot/arch/arm/include/asm/ |
A D | system.h | 119 #define MMU_SECTION_SIZE (1 << MMU_SECTION_SHIFT) macro 522 MMU_SECTION_SIZE = 1 << MMU_SECTION_SHIFT, enumerator
|
/u-boot/arch/arm/mach-stm32mp/ |
A D | cpu.c | 235 ALIGN_DOWN(STM32_SYSRAM_BASE, MMU_SECTION_SIZE), in early_enable_caches() 236 ALIGN(STM32_SYSRAM_SIZE, MMU_SECTION_SIZE), in early_enable_caches()
|
/u-boot/common/ |
A D | board_f.c | 469 gd->start_addr_sp = ALIGN(gd->start_addr_sp, MMU_SECTION_SIZE) - in reserve_noncached() 470 MMU_SECTION_SIZE; in reserve_noncached() 472 MMU_SECTION_SIZE); in reserve_noncached()
|
/u-boot/board/raspberrypi/rpi/ |
A D | rpi.c | 286 gd->ram_size &= ~MMU_SECTION_SIZE; in dram_init()
|
/u-boot/drivers/video/imx/ |
A D | mxc_ipuv3_fb.c | 633 fb_start = plat->base & ~(MMU_SECTION_SIZE - 1); in ipuv3_video_probe()
|
/u-boot/ |
A D | README | 1216 For ARM it is sometimes useful to use MMU_SECTION_SIZE
|
Completed in 20 milliseconds