Home
last modified time | relevance | path

Searched refs:ISPCCP2_CTRL_MODE (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/media/platform/ti/omap3isp/
Dispccp2.c168 ISPCCP2_CTRL_MODE | ISPCCP2_CTRL_IF_EN, in ccp2_if_enable()
169 enable ? (ISPCCP2_CTRL_MODE | ISPCCP2_CTRL_IF_EN) : 0); in ccp2_if_enable()
191 ISPCCP2_CTRL_MODE, enable ? ISPCCP2_CTRL_MODE : 0); in ccp2_mem_enable()
214 ISPCCP2_CTRL_MODE; in ccp2_phyif_config()
227 if (!(val & ISPCCP2_CTRL_MODE)) { in ccp2_phyif_config()
504 ISPCCP2_CTRL_IO_OUT_SEL | ISPCCP2_CTRL_MODE); in ccp2_mem_configure()
Dispreg.h89 #define ISPCCP2_CTRL_MODE BIT(4) macro