Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_util.h327 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)
H A Ddpu_hw_util.c90 void dpu_reg_write(struct dpu_hw_blk_reg_map *c, in dpu_reg_write() function