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