Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/imagination/
Dpvr_fw_meta.c441 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()
Dpvr_rogue_meta.h125 #define META_CR_SYSC_ICPART(n) (0x04830220 + (n) * 0x8) macro