Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dcpu.c607 phys_addr_t test_cap, p_addr; in arch_memory_test_advance() local
613 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()
/OK3568_Linux_fs/kernel/drivers/dma/qcom/
H A Dhidma.c746 static bool hidma_test_capability(struct device *dev, enum hidma_cap test_cap) in hidma_test_capability() argument
751 return cap ? ((cap & test_cap) > 0) : 0; in hidma_test_capability()