Home
last modified time | relevance | path

Searched refs:ipu_dc_tmpl_reg (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/video/
H A Dipu_regs.h53 extern u32 *ipu_dc_tmpl_reg;
H A Dipu_disp.c272 __raw_writel(reg, ipu_dc_tmpl_reg + word * 2); in ipu_dc_write_tmpl()
277 __raw_writel(reg, ipu_dc_tmpl_reg + word * 2 + 1); in ipu_dc_write_tmpl()
H A Dipu_common.c240 u32 *ipu_dc_tmpl_reg; variable
473 ipu_dc_tmpl_reg = (u32 *)(ipu_base + IPU_DC_TMPL_REG_BASE); in ipu_probe()