Home
last modified time | relevance | path

Searched refs:test_cap (Results 1 – 2 of 2) 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()
/openbmc/linux/drivers/dma/qcom/
H A Dhidma.c744 static bool hidma_test_capability(struct device *dev, enum hidma_cap test_cap) in hidma_test_capability() argument
749 return cap ? ((cap & test_cap) > 0) : 0; in hidma_test_capability()