Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/imagination/
H A Dpvr_fw_meta.c432 add_boot_arg(&boot_conf, META_CR_SYSC_DCPART(0), d_cache_t0); in configure_meta_caches()
433 add_boot_arg(&boot_conf, META_CR_SYSC_DCPART(1), d_cache_t1); in configure_meta_caches()
434 add_boot_arg(&boot_conf, META_CR_SYSC_DCPART(2), d_cache_t2); in configure_meta_caches()
435 add_boot_arg(&boot_conf, META_CR_SYSC_DCPART(3), d_cache_t3); in configure_meta_caches()
H A Dpvr_rogue_meta.h123 #define META_CR_SYSC_DCPART(n) (0x04830200 + (n) * 0x8) macro