Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/omap3isp/
Dispccp2.c171 ISPCCP2_CTRL_MODE | ISPCCP2_CTRL_IF_EN, in ccp2_if_enable()
172 enable ? (ISPCCP2_CTRL_MODE | ISPCCP2_CTRL_IF_EN) : 0); in ccp2_if_enable()
194 ISPCCP2_CTRL_MODE, enable ? ISPCCP2_CTRL_MODE : 0); in ccp2_mem_enable()
217 ISPCCP2_CTRL_MODE; in ccp2_phyif_config()
230 if (!(val & ISPCCP2_CTRL_MODE)) { in ccp2_phyif_config()
507 ISPCCP2_CTRL_IO_OUT_SEL | ISPCCP2_CTRL_MODE); in ccp2_mem_configure()
Dispreg.h92 #define ISPCCP2_CTRL_MODE (1 << 4) macro