Searched defs:reg_clear (Results 1 – 3 of 3) sorted by relevance
136 static int reg_clear(struct i2c_client *client, const u8 reg, in reg_clear() function
141 #define reg_clear(reg, val) mt9m111_reg_clear(client, MT9M111_##reg, (val)) macro
700 reg_clear(struct tda998x_priv *priv, u16 reg, u8 val) in reg_clear() function