Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/ipu-v3/
H A Dipu-dmfc.c107 ipu_module_enable(priv->ipu, IPU_CONF_DMFC_EN); in ipu_dmfc_enable_channel()
126 ipu_module_disable(priv->ipu, IPU_CONF_DMFC_EN); in ipu_dmfc_disable_channel()
H A Dipu-prv.h133 IPU_CONF_DMFC_EN = (1 << 10), enumerator
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dipu_regs.h85 IPU_CONF_DMFC_EN = 0x00000400, enumerator
H A Dipu_common.c632 ipu_conf |= IPU_CONF_DMFC_EN; in ipu_init_channel()
718 ipu_conf &= ~IPU_CONF_DMFC_EN; in ipu_uninit_channel()