Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/
H A Dsysmem.c19 #define SYSMEM_ALLOC_ANYWHERE 2 macro
339 if (base != SYSMEM_ALLOC_ANYWHERE && base < CONFIG_SYS_SDRAM_BASE) in sysmem_alloc_align_base()
444 if (base != SYSMEM_ALLOC_ANYWHERE && !IS_ALIGNED(base, 4)) { in sysmem_alloc_align_base()
496 if (base == SYSMEM_ALLOC_ANYWHERE) in sysmem_alloc_align_base()
505 if ((paddr == base) || (base == SYSMEM_ALLOC_ANYWHERE)) { in sysmem_alloc_align_base()
577 SYSMEM_ALLOC_ANYWHERE, in sysmem_alloc()
592 SYSMEM_ALLOC_ANYWHERE, in sysmem_alloc_by_name()