Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/rockchip/common/
H A Dplat_pm_helpers.c38 static int alloc_region_mem(uint32_t *buf, int max_len, in alloc_region_mem() argument
48 if (total_len < max_len) in alloc_region_mem()
55 if (total_len > max_len) { in alloc_region_mem()
57 __func__, max_len, rgns[0].start, total_len); in alloc_region_mem()
71 int max_len = 0, len; in rockchip_alloc_region_mem() local
75 max_len = ROCKCHIP_PM_REG_REGION_MEM_LEN - region_mem_idx; in rockchip_alloc_region_mem()
77 len = alloc_region_mem(region_mem + region_mem_idx, max_len, in rockchip_alloc_region_mem()