Home
last modified time | relevance | path

Searched refs:KS_CMDA (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/media/i2c/
Dks0127.c58 #define KS_CMDA 0x01 macro
227 table[KS_CMDA] = 0x2c; /* VSE=0, CCIR 601, autodetect standard */ in init_reg_defaults()
429 ks0127_and_or(sd, KS_CMDA, 0xfc, 0x00); in ks0127_s_routing()
431 ks0127_and_or(sd, KS_CMDA, ~0x40, 0x00); in ks0127_s_routing()
463 ks0127_and_or(sd, KS_CMDA, 0xfc, 0x00); in ks0127_s_routing()
465 ks0127_and_or(sd, KS_CMDA, ~0x40, 0x00); in ks0127_s_routing()
495 ks0127_and_or(sd, KS_CMDA, 0xfc, 0x03); in ks0127_s_routing()
498 ks0127_and_or(sd, KS_CMDA, 0xfc, 0x02); in ks0127_s_routing()
500 ks0127_and_or(sd, KS_CMDA, 0xff, 0x40); /* VSE=1 */ in ks0127_s_routing()
683 ks0127_write(sd, KS_CMDA, 0x2c); in ks0127_probe()
[all …]