Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dcpu.c606 phys_addr_t test_cap, p_addr; in arch_memory_test_advance() local
612 test_cap = p_size; in arch_memory_test_advance()
614 test_cap = gd->ram_size; in arch_memory_test_advance()
617 if (p_addr < test_cap - 1) { in arch_memory_test_advance()
618 p_size = min(test_cap - p_addr, CONFIG_MAX_MEM_MAPPED); in arch_memory_test_advance()