Home
last modified time | relevance | path

Searched refs:nr_of_regs (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
86 core->description, relative_address, nr_of_regs)); in mali_hw_core_register_write_array_relaxed()
89 for (i = 0; i < nr_of_regs; i++) { in mali_hw_core_register_write_array_relaxed()
97 …struct mali_hw_core *core, u32 relative_address, u32 *write_array, u32 nr_of_regs, const u32 *old_… in mali_hw_core_register_write_array_relaxed_conditional() argument
101 core->description, relative_address, nr_of_regs)); in mali_hw_core_register_write_array_relaxed_conditional()
104 for (i = 0; i < nr_of_regs; i++) { in mali_hw_core_register_write_array_relaxed_conditional()
H A Dmali_pp.c290 u32 nr_of_regs; in mali_pp_job_start() local
317 nr_of_regs = (MALI200_REG_ADDR_STACK - MALI200_REG_ADDR_RSW) / sizeof(u32); in mali_pp_job_start()
321 nr_of_regs, &mali_frame_registers_reset_values[start_index]); in mali_pp_job_start()
336 nr_of_regs = MALI_PP_MALI400_NUM_FRAME_REGISTERS - MALI200_REG_ADDR_ORIGIN_OFFSET_X / sizeof(u32); in mali_pp_job_start()
340 nr_of_regs, &mali_frame_registers_reset_values[start_index]); in mali_pp_job_start()