Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/ipu-v3/
H A Dipu-dp.c217 ipu_module_enable(priv->ipu, IPU_CONF_DP_EN); in ipu_dp_enable()
288 ipu_module_disable(priv->ipu, IPU_CONF_DP_EN); in ipu_dp_disable()
H A Dipu-prv.h128 IPU_CONF_DP_EN = (1 << 5), enumerator
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dipu_regs.h82 IPU_CONF_DP_EN = 0x00000020, enumerator
H A Dipu_common.c630 ipu_conf |= IPU_CONF_DP_EN; in ipu_init_channel()
716 ipu_conf &= ~IPU_CONF_DP_EN; in ipu_uninit_channel()