Searched refs:DIF_BPF_COEFF01 (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/media/usb/cx231xx/ |
D | cx231xx-dif.h | 23 {3000000, DIF_BPF_COEFF01, 0x00000002}, 47 {3100000, DIF_BPF_COEFF01, 0x00000001}, 71 {3200000, DIF_BPF_COEFF01, 0x00000000}, 95 {3300000, DIF_BPF_COEFF01, 0x0000ffff}, 119 {3400000, DIF_BPF_COEFF01, 0xfffffffe}, 143 {3500000, DIF_BPF_COEFF01, 0xfffffffd}, 167 {3600000, DIF_BPF_COEFF01, 0xfffffffd}, 191 {3700000, DIF_BPF_COEFF01, 0x0000fffd}, 215 {3800000, DIF_BPF_COEFF01, 0x0000fffe}, 239 {3900000, DIF_BPF_COEFF01, 0x00000000}, [all …]
|
D | cx231xx-conf-reg.h | 308 #define DIF_BPF_COEFF01 (DIRECT_IF_REVB_BASE + 0x00000048) macro
|
/Linux-v5.10/drivers/media/i2c/cx25840/ |
D | cx25840-core.c | 2721 #define DIF_BPF_COEFF01 (0x348) macro 2768 cx25840_write4(client, DIF_BPF_COEFF01, 0x00000002); in cx23885_dif_setup() 2790 cx25840_write4(client, DIF_BPF_COEFF01, 0x00000001); in cx23885_dif_setup() 2812 cx25840_write4(client, DIF_BPF_COEFF01, 0x00000000); in cx23885_dif_setup() 2834 cx25840_write4(client, DIF_BPF_COEFF01, 0x0000ffff); in cx23885_dif_setup() 2856 cx25840_write4(client, DIF_BPF_COEFF01, 0xfffffffe); in cx23885_dif_setup() 2878 cx25840_write4(client, DIF_BPF_COEFF01, 0xfffffffd); in cx23885_dif_setup() 2900 cx25840_write4(client, DIF_BPF_COEFF01, 0xfffffffd); in cx23885_dif_setup() 2922 cx25840_write4(client, DIF_BPF_COEFF01, 0x0000fffd); in cx23885_dif_setup() 2944 cx25840_write4(client, DIF_BPF_COEFF01, 0x0000fffe); in cx23885_dif_setup() [all …]
|