Searched refs:IC_CONF_PRPENC_EN (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/dma/ipu/
H A Dipu_intern.h70 #define IC_CONF_PRPENC_EN 0x00000001 macro
H A Dipu_idmac.c122 mask = IC_CONF_PRPENC_EN; ipu_ic_enable_task()
125 mask = IC_CONF_RWS_EN | IC_CONF_PRPENC_EN; ipu_ic_enable_task()
141 mask = IC_CONF_PRPENC_EN; ipu_ic_disable_task()
144 mask = IC_CONF_RWS_EN | IC_CONF_PRPENC_EN; ipu_ic_disable_task()
1036 idmac_write_icreg(ipu, reg & ~(IC_CONF_RWS_EN | IC_CONF_PRPENC_EN), ipu_uninit_channel()
1041 idmac_write_icreg(ipu, reg & ~(IC_CONF_PRPENC_EN | IC_CONF_PRPENC_CSC1), ipu_uninit_channel()
/linux-4.4.14/drivers/gpu/ipu-v3/
H A Dipu-ic.c35 #define IC_CONF_PRPENC_EN (1 << 0) macro
116 .ic_conf_en = IC_CONF_PRPENC_EN,

Completed in 178 milliseconds