Searched refs:or_v (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/media/i2c/
H A Dks0127.c356 static void ks0127_and_or(struct v4l2_subdev *sd, u8 reg, u8 and_v, u8 or_v) ks0127_and_or() argument
361 val = (val & and_v) | or_v; ks0127_and_or()

Completed in 53 milliseconds