Searched refs:test_cap (Results 1 – 2 of 2) sorted by relevance
607 phys_addr_t test_cap, p_addr; in arch_memory_test_advance() local613 test_cap = p_size; in arch_memory_test_advance()615 test_cap = gd->ram_size; in arch_memory_test_advance()618 if (p_addr < test_cap - 1) { in arch_memory_test_advance()619 p_size = min(test_cap - p_addr, CONFIG_MAX_MEM_MAPPED); in arch_memory_test_advance()
746 static bool hidma_test_capability(struct device *dev, enum hidma_cap test_cap) in hidma_test_capability() argument751 return cap ? ((cap & test_cap) > 0) : 0; in hidma_test_capability()