Searched refs:DIF_BPF_COEFF23 (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/drivers/media/usb/cx231xx/ |
D | cx231xx-dif.h | 24 {3000000, DIF_BPF_COEFF23, 0x00080012}, 48 {3100000, DIF_BPF_COEFF23, 0x00070012}, 72 {3200000, DIF_BPF_COEFF23, 0x0004000e}, 96 {3300000, DIF_BPF_COEFF23, 0x00000008}, 120 {3400000, DIF_BPF_COEFF23, 0xfffd0001}, 144 {3500000, DIF_BPF_COEFF23, 0xfffafff9}, 168 {3600000, DIF_BPF_COEFF23, 0xfff8fff3}, 192 {3700000, DIF_BPF_COEFF23, 0xfff7ffef}, 216 {3800000, DIF_BPF_COEFF23, 0xfff9ffee}, 240 {3900000, DIF_BPF_COEFF23, 0xfffbfff0}, [all …]
|
D | cx231xx-conf-reg.h | 316 #define DIF_BPF_COEFF23 (DIRECT_IF_REVB_BASE + 0x0000004c) macro
|
/linux-6.6.21/drivers/media/i2c/cx25840/ |
D | cx25840-core.c | 2722 #define DIF_BPF_COEFF23 (0x34c) macro 2769 cx25840_write4(client, DIF_BPF_COEFF23, 0x00080012); in cx23885_dif_setup() 2791 cx25840_write4(client, DIF_BPF_COEFF23, 0x00070012); in cx23885_dif_setup() 2813 cx25840_write4(client, DIF_BPF_COEFF23, 0x0004000e); in cx23885_dif_setup() 2835 cx25840_write4(client, DIF_BPF_COEFF23, 0x00000008); in cx23885_dif_setup() 2857 cx25840_write4(client, DIF_BPF_COEFF23, 0xfffd0001); in cx23885_dif_setup() 2879 cx25840_write4(client, DIF_BPF_COEFF23, 0xfffafff9); in cx23885_dif_setup() 2901 cx25840_write4(client, DIF_BPF_COEFF23, 0xfff8fff3); in cx23885_dif_setup() 2923 cx25840_write4(client, DIF_BPF_COEFF23, 0xfff7ffef); in cx23885_dif_setup() 2945 cx25840_write4(client, DIF_BPF_COEFF23, 0xfff9ffee); in cx23885_dif_setup() [all …]
|