Home
last modified time | relevance | path

Searched refs:IPU_CONF_DC_EN (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/ipu-v3/
H A Dipu-dc.c233 ipu_module_enable(priv->ipu, IPU_CONF_DC_EN); in ipu_dc_enable()
269 ipu_module_disable(priv->ipu, IPU_CONF_DC_EN); in ipu_dc_disable()
H A Dipu-prv.h132 IPU_CONF_DC_EN = (1 << 9), enumerator
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dipu_regs.h86 IPU_CONF_DC_EN = 0x00000200, enumerator
H A Dipu_common.c628 ipu_conf |= IPU_CONF_DC_EN; in ipu_init_channel()
714 ipu_conf &= ~IPU_CONF_DC_EN; in ipu_uninit_channel()