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