Searched refs:META_CR_SYSC_ICPART (Results 1 – 2 of 2) sorted by relevance
441 add_boot_arg(&boot_conf, META_CR_SYSC_ICPART(0), i_cache_t0); in configure_meta_caches()442 add_boot_arg(&boot_conf, META_CR_SYSC_ICPART(1), i_cache_t1); in configure_meta_caches()443 add_boot_arg(&boot_conf, META_CR_SYSC_ICPART(2), i_cache_t2); in configure_meta_caches()444 add_boot_arg(&boot_conf, META_CR_SYSC_ICPART(3), i_cache_t3); in configure_meta_caches()
125 #define META_CR_SYSC_ICPART(n) (0x04830220 + (n) * 0x8) macro