Home
last modified time | relevance | path

Searched refs:vstart (Results 1 – 8 of 8) sorted by relevance

/rk3399_rockchip-uboot/post/drivers/
H A Dmemory.c471 int arch_memory_test_prepare(u32 *vstart, u32 *size, phys_addr_t *phys_offset) in arch_memory_test_prepare() argument
475 *vstart = CONFIG_SYS_SDRAM_BASE; in arch_memory_test_prepare()
480 if ((*vstart) + (*size) > (ulong)bd) in arch_memory_test_prepare()
481 *size = (ulong)bd - *vstart; in arch_memory_test_prepare()
487 int arch_memory_test_advance(u32 *vstart, u32 *size, phys_addr_t *phys_offset) in arch_memory_test_advance() argument
493 int arch_memory_test_cleanup(u32 *vstart, u32 *size, phys_addr_t *phys_offset) in arch_memory_test_cleanup() argument
508 u32 memsize, vstart; in memory_regions_post_test() local
510 arch_memory_test_prepare(&vstart, &memsize, &phys_offset); in memory_regions_post_test()
512 ret = memory_post_test_lines(vstart, memsize); in memory_regions_post_test()
514 ret = memory_post_test_regions(vstart, memsize); in memory_regions_post_test()
[all …]
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/
H A Dcpu.c578 u32 vstart = CONFIG_SYS_DDR_SDRAM_BASE; in reset_tlb() local
588 ptr = vstart; in reset_tlb()
605 int arch_memory_test_advance(u32 *vstart, u32 *size, phys_addr_t *phys_offset) in arch_memory_test_advance() argument
617 p_addr = (*vstart) + (*size) + (*phys_offset); in arch_memory_test_advance()
622 *vstart = CONFIG_SYS_DDR_SDRAM_BASE; in arch_memory_test_advance()
625 (u64)(*vstart) + (*phys_offset), in arch_memory_test_advance()
626 (u64)(*vstart) + (*phys_offset) + (*size) - 1); in arch_memory_test_advance()
634 int arch_memory_test_prepare(u32 *vstart, u32 *size, phys_addr_t *phys_offset) in arch_memory_test_prepare() argument
638 *vstart = CONFIG_SYS_DDR_SDRAM_BASE; in arch_memory_test_prepare()
652 (u64)(*vstart) + (*phys_offset), in arch_memory_test_prepare()
[all …]
H A Dtlb.c327 u32 vstart = CONFIG_SYS_DDR_SDRAM_BASE; in clear_ddr_tlbs_phys() local
334 ptr = vstart; in clear_ddr_tlbs_phys()
336 while (ptr < (vstart + memsize)) { in clear_ddr_tlbs_phys()
/rk3399_rockchip-uboot/board/keymile/km83xx/
H A Dkm83xx.c409 int arch_memory_test_prepare(u32 *vstart, u32 *size, phys_addr_t *phys_offset) in arch_memory_test_prepare() argument
411 *vstart = CONFIG_SYS_MEMTEST_START; in arch_memory_test_prepare()
413 debug("arch_memory_test_prepare 0x%08X 0x%08X\n", *vstart, *size); in arch_memory_test_prepare()
/rk3399_rockchip-uboot/board/keymile/km_arm/
H A Dkm_arm.c535 int arch_memory_test_prepare(u32 *vstart, u32 *size, phys_addr_t *phys_offset) in arch_memory_test_prepare() argument
537 *vstart = CONFIG_SYS_SDRAM_BASE; in arch_memory_test_prepare()
/rk3399_rockchip-uboot/drivers/video/drm/rk628/
H A Drk628_hdmirx.c245 hdmirx->mode.vstart = hdmirx->mode.vdisplay + vfrontporch; in rk628_hdmirx_get_timing()
246 hdmirx->mode.vend = hdmirx->mode.vstart + vsync; in rk628_hdmirx_get_timing()
368 src_mode->vsync_start = hdmirx->mode.vstart; in rk628_hdmirx_phy_setup()
H A Drk628.h492 u32 vstart; member
/rk3399_rockchip-uboot/drivers/video/drm/
H A Ddw-dp.c1180 u16 vstart, u16 hstart) in dw_dp_video_set_msa() argument
1225 FIELD_PREP(VSTART, vstart) | FIELD_PREP(HSTART, hstart)); in dw_dp_video_set_msa()
1243 u32 vstart = mode->vtotal - mode->vsync_start; in dw_dp_video_enable() local
1255 ret = dw_dp_video_set_msa(dp, color_format, bpc, vstart, hstart); in dw_dp_video_enable()