Searched refs:ISPCCP2_CTRL_MODE (Results 1 – 2 of 2) sorted by relevance
168 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()506 ISPCCP2_CTRL_IO_OUT_SEL | ISPCCP2_CTRL_MODE); in ccp2_mem_configure()
89 #define ISPCCP2_CTRL_MODE BIT(4) macro