dpu_reg_read
int dpu_reg_read(struct dpu_hw_blk_reg_map *c, u32 reg_off);
#define DPU_REG_READ(c, off) dpu_reg_read(c, off)