Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/imagination/
Dpvr_fw_meta.c431 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()
Dpvr_rogue_meta.h123 #define META_CR_SYSC_DCPART(n) (0x04830200 + (n) * 0x8) macro