Searched refs:dpu_reg_write (Results 1 – 2 of 2) sorted by relevance
327 void dpu_reg_write(struct dpu_hw_blk_reg_map *c,333 #define DPU_REG_WRITE(c, off, val) dpu_reg_write(c, off, val, #off)
90 void dpu_reg_write(struct dpu_hw_blk_reg_map *c, in dpu_reg_write() function