Searched refs:fb_end (Results 1 – 5 of 5) sorted by relevance
/u-boot/drivers/video/ |
A D | bcm2835.c | 20 ulong fb_base, fb_size, fb_start, fb_end; in bcm2835_video_probe() local 38 fb_end = fb_base + fb_size; in bcm2835_video_probe() 39 fb_end = ALIGN(fb_end, 1 << MMU_SECTION_SHIFT); in bcm2835_video_probe() 40 mmu_set_region_dcache_behaviour(fb_start, fb_end - fb_start, in bcm2835_video_probe()
|
A D | mvebu_lcd.c | 534 u32 fb_start, fb_end; in mvebu_video_probe() local 563 fb_end = plat->base + plat->size; in mvebu_video_probe() 564 fb_end = ALIGN(fb_end, 1 << MMU_SECTION_SHIFT); in mvebu_video_probe() 565 mmu_set_region_dcache_behaviour(fb_start, fb_end - fb_start, in mvebu_video_probe()
|
A D | mxsfb.c | 365 u32 fb_start, fb_end; in mxs_video_probe() local 401 fb_end = plat->base + plat->size; in mxs_video_probe() 402 fb_end = ALIGN(fb_end, 1 << MMU_SECTION_SHIFT); in mxs_video_probe() 403 mmu_set_region_dcache_behaviour(fb_start, fb_end - fb_start, in mxs_video_probe()
|
A D | fsl_dcu_fb.c | 493 u32 fb_start, fb_end; in fsl_dcu_video_probe() local 497 fb_end = plat->base + plat->size; in fsl_dcu_video_probe() 498 fb_end = ALIGN(fb_end, 1 << MMU_SECTION_SHIFT); in fsl_dcu_video_probe() 512 mmu_set_region_dcache_behaviour(fb_start, fb_end - fb_start, in fsl_dcu_video_probe()
|
/u-boot/drivers/video/imx/ |
A D | mxc_ipuv3_fb.c | 594 u32 fb_start, fb_end; in ipuv3_video_probe() local 634 fb_end = plat->base + plat->size; in ipuv3_video_probe() 635 fb_end = ALIGN(fb_end, 1 << MMU_SECTION_SHIFT); in ipuv3_video_probe() 636 mmu_set_region_dcache_behaviour(fb_start, fb_end - fb_start, in ipuv3_video_probe()
|
Completed in 8 milliseconds