Searched refs:DIF_BPF_COEFF01 (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/media/usb/cx231xx/ |
D | cx231xx-dif.h | 36 {3000000, DIF_BPF_COEFF01, 0x00000002}, 60 {3100000, DIF_BPF_COEFF01, 0x00000001}, 84 {3200000, DIF_BPF_COEFF01, 0x00000000}, 108 {3300000, DIF_BPF_COEFF01, 0x0000ffff}, 132 {3400000, DIF_BPF_COEFF01, 0xfffffffe}, 156 {3500000, DIF_BPF_COEFF01, 0xfffffffd}, 180 {3600000, DIF_BPF_COEFF01, 0xfffffffd}, 204 {3700000, DIF_BPF_COEFF01, 0x0000fffd}, 228 {3800000, DIF_BPF_COEFF01, 0x0000fffe}, 252 {3900000, DIF_BPF_COEFF01, 0x00000000}, [all …]
|
D | cx231xx-conf-reg.h | 320 #define DIF_BPF_COEFF01 (DIRECT_IF_REVB_BASE + 0x00000048) macro
|
/linux-4.1.27/drivers/media/i2c/cx25840/ |
D | cx25840-core.c | 2031 #define DIF_BPF_COEFF01 (0x348) macro 2078 cx25840_write4(client, DIF_BPF_COEFF01, 0x00000002); in cx23885_dif_setup() 2100 cx25840_write4(client, DIF_BPF_COEFF01, 0x00000001); in cx23885_dif_setup() 2122 cx25840_write4(client, DIF_BPF_COEFF01, 0x00000000); in cx23885_dif_setup() 2144 cx25840_write4(client, DIF_BPF_COEFF01, 0x0000ffff); in cx23885_dif_setup() 2166 cx25840_write4(client, DIF_BPF_COEFF01, 0xfffffffe); in cx23885_dif_setup() 2188 cx25840_write4(client, DIF_BPF_COEFF01, 0xfffffffd); in cx23885_dif_setup() 2210 cx25840_write4(client, DIF_BPF_COEFF01, 0xfffffffd); in cx23885_dif_setup() 2232 cx25840_write4(client, DIF_BPF_COEFF01, 0x0000fffd); in cx23885_dif_setup() 2254 cx25840_write4(client, DIF_BPF_COEFF01, 0x0000fffe); in cx23885_dif_setup() [all …]
|