Searched refs:add_boot_arg (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/imagination/ |
D | pvr_fw_meta.c | 100 add_boot_arg(u32 **boot_conf, u32 param, u32 data) in add_boot_arg() function 221 add_boot_arg(&boot_conf, register_offset, in meta_ldr_cmd_config() 351 add_boot_arg(&boot_conf, META_CR_MMCU_SEGMENT_N_BASE(seg_id), seg_base); in configure_seg_id() 352 add_boot_arg(&boot_conf, META_CR_MMCU_SEGMENT_N_LIMIT(seg_id), limit_off); in configure_seg_id() 353 add_boot_arg(&boot_conf, META_CR_MMCU_SEGMENT_N_OUTA0(seg_id), seg_out_addr0); in configure_seg_id() 354 add_boot_arg(&boot_conf, META_CR_MMCU_SEGMENT_N_OUTA1(seg_id), seg_out_addr1); in configure_seg_id() 426 add_boot_arg(&boot_conf, META_CR_MMCU_LOCAL_EBCTRL, in configure_meta_caches() 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() [all …]
|