Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arc/lib/
H A Dcache.c378 long ap_size = CONFIG_SYS_SDRAM_SIZE; in arc_ioc_setup() local
388 if (!is_power_of_2(ap_size) || ap_size < 4096) in arc_ioc_setup()
392 if (ap_base % ap_size != 0) in arc_ioc_setup()
402 order_base_2(ap_size / 1024) - 2); in arc_ioc_setup()