Searched refs:SUN6I_CSI_EN_CSI_EN (Results 1 – 2 of 2) sorted by relevance
213 regmap_update_bits(regmap, SUN6I_CSI_EN_REG, SUN6I_CSI_EN_CSI_EN, in sun6i_csi_bridge_enable()214 SUN6I_CSI_EN_CSI_EN); in sun6i_csi_bridge_enable()225 regmap_update_bits(regmap, SUN6I_CSI_EN_REG, SUN6I_CSI_EN_CSI_EN, 0); in sun6i_csi_bridge_disable()
24 #define SUN6I_CSI_EN_CSI_EN BIT(0) macro