Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_hw_core.h82 …te_array_relaxed(struct mali_hw_core *core, u32 relative_address, u32 *write_array, u32 nr_of_regs) in mali_hw_core_register_write_array_relaxed() argument
90 mali_hw_core_register_write_relaxed(core, relative_address + i * 4, write_array[i]); in mali_hw_core_register_write_array_relaxed()
97 …axed_conditional(struct mali_hw_core *core, u32 relative_address, u32 *write_array, u32 nr_of_regs… in mali_hw_core_register_write_array_relaxed_conditional() argument
105 if (old_array[i] != write_array[i]) { in mali_hw_core_register_write_array_relaxed_conditional()
106 mali_hw_core_register_write_relaxed(core, relative_address + i * 4, write_array[i]); in mali_hw_core_register_write_array_relaxed_conditional()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/supp_plugin/
H A Dta_entry.c68 static TEE_Result write_array(uint32_t param_types, in write_array() function
155 return write_array(nParamTypes, pParams); in TA_InvokeCommandEntryPoint()