Home
last modified time | relevance | path

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

/linux/arch/arc/mm/
H A Dcache.c935 unsigned int ioc_base, mem_sz; in arc_ioc_setup() local
963 mem_sz = arc_get_mem_sz(); in arc_ioc_setup()
965 if (!is_power_of_2(mem_sz) || mem_sz < 4096) in arc_ioc_setup()
972 write_aux_reg(ARC_REG_IO_COH_AP0_SIZE, order_base_2(mem_sz >> 10) - 2); in arc_ioc_setup()
977 if (ioc_base % mem_sz != 0) in arc_ioc_setup()