Searched refs:DIF_BPF_COEFF01 (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/media/usb/cx231xx/ |
D | cx231xx-dif.h | 32 {3000000, DIF_BPF_COEFF01, 0x00000002}, 56 {3100000, DIF_BPF_COEFF01, 0x00000001}, 80 {3200000, DIF_BPF_COEFF01, 0x00000000}, 104 {3300000, DIF_BPF_COEFF01, 0x0000ffff}, 128 {3400000, DIF_BPF_COEFF01, 0xfffffffe}, 152 {3500000, DIF_BPF_COEFF01, 0xfffffffd}, 176 {3600000, DIF_BPF_COEFF01, 0xfffffffd}, 200 {3700000, DIF_BPF_COEFF01, 0x0000fffd}, 224 {3800000, DIF_BPF_COEFF01, 0x0000fffe}, 248 {3900000, DIF_BPF_COEFF01, 0x00000000}, [all …]
|
D | cx231xx-conf-reg.h | 320 #define DIF_BPF_COEFF01 (DIRECT_IF_REVB_BASE + 0x00000048) macro
|
/Linux-v4.19/drivers/media/i2c/cx25840/ |
D | cx25840-core.c | 2055 #define DIF_BPF_COEFF01 (0x348) macro 2102 cx25840_write4(client, DIF_BPF_COEFF01, 0x00000002); in cx23885_dif_setup() 2124 cx25840_write4(client, DIF_BPF_COEFF01, 0x00000001); in cx23885_dif_setup() 2146 cx25840_write4(client, DIF_BPF_COEFF01, 0x00000000); in cx23885_dif_setup() 2168 cx25840_write4(client, DIF_BPF_COEFF01, 0x0000ffff); in cx23885_dif_setup() 2190 cx25840_write4(client, DIF_BPF_COEFF01, 0xfffffffe); in cx23885_dif_setup() 2212 cx25840_write4(client, DIF_BPF_COEFF01, 0xfffffffd); in cx23885_dif_setup() 2234 cx25840_write4(client, DIF_BPF_COEFF01, 0xfffffffd); in cx23885_dif_setup() 2256 cx25840_write4(client, DIF_BPF_COEFF01, 0x0000fffd); in cx23885_dif_setup() 2278 cx25840_write4(client, DIF_BPF_COEFF01, 0x0000fffe); in cx23885_dif_setup() [all …]
|