Home
last modified time | relevance | path

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

/arch/powerpc/cpu/mpc85xx/
A Dcpu.c588 phys_addr_t test_cap, p_addr; in arch_memory_test_advance() local
594 test_cap = p_size; in arch_memory_test_advance()
596 test_cap = gd->ram_size; in arch_memory_test_advance()
599 if (p_addr < test_cap - 1) { in arch_memory_test_advance()
600 p_size = min(test_cap - p_addr, CFG_MAX_MEM_MAPPED); in arch_memory_test_advance()

Completed in 13 milliseconds