Searched refs:ks0127_and_or (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/media/i2c/ |
H A D | ks0127.c | 335 static void ks0127_and_or(struct v4l2_subdev *sd, u8 reg, u8 and_v, u8 or_v) in ks0127_and_or() function 408 ks0127_and_or(sd, KS_CMDA, 0xfc, 0x00); in ks0127_s_routing() 410 ks0127_and_or(sd, KS_CMDA, ~0x40, 0x00); in ks0127_s_routing() 412 ks0127_and_or(sd, KS_CMDB, 0xb0, input); in ks0127_s_routing() 414 ks0127_and_or(sd, KS_CMDC, 0x70, 0x0a); in ks0127_s_routing() 416 ks0127_and_or(sd, KS_CMDD, 0x03, 0x00); in ks0127_s_routing() 418 ks0127_and_or(sd, KS_CTRACK, 0xcf, 0x00); in ks0127_s_routing() 420 ks0127_and_or(sd, KS_LUMA, 0x00, in ks0127_s_routing() 423 ks0127_and_or(sd, KS_VERTIA, 0x08, 0x81); in ks0127_s_routing() 425 ks0127_and_or(sd, KS_VERTIC, 0x0f, 0x90); in ks0127_s_routing() [all …]
|