Searched refs:META_CR_SYSC_DCPART (Results 1 – 2 of 2) sorted by relevance
431 add_boot_arg(&boot_conf, META_CR_SYSC_DCPART(0), d_cache_t0); in configure_meta_caches()432 add_boot_arg(&boot_conf, META_CR_SYSC_DCPART(1), d_cache_t1); in configure_meta_caches()433 add_boot_arg(&boot_conf, META_CR_SYSC_DCPART(2), d_cache_t2); in configure_meta_caches()434 add_boot_arg(&boot_conf, META_CR_SYSC_DCPART(3), d_cache_t3); in configure_meta_caches()
123 #define META_CR_SYSC_DCPART(n) (0x04830200 + (n) * 0x8) macro