Searched refs:DIF_BPF_COEFF2425 (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/media/usb/cx231xx/ |
D | cx231xx-dif.h | 35 {3000000, DIF_BPF_COEFF2425, 0xfe00f9d3}, 59 {3100000, DIF_BPF_COEFF2425, 0xff99fb39}, 83 {3200000, DIF_BPF_COEFF2425, 0x0134fcb7}, 107 {3300000, DIF_BPF_COEFF2425, 0x02c9fe45}, 131 {3400000, DIF_BPF_COEFF2425, 0x044dffdb}, 155 {3500000, DIF_BPF_COEFF2425, 0x05b80172}, 179 {3600000, DIF_BPF_COEFF2425, 0x07020302}, 203 {3700000, DIF_BPF_COEFF2425, 0x08230483}, 227 {3800000, DIF_BPF_COEFF2425, 0x091505ee}, 251 {3900000, DIF_BPF_COEFF2425, 0x09d2073c}, [all …]
|
D | cx231xx-conf-reg.h | 404 #define DIF_BPF_COEFF2425 (DIRECT_IF_REVB_BASE + 0x00000078) macro
|
/linux-5.19.10/drivers/media/i2c/cx25840/ |
D | cx25840-core.c | 2733 #define DIF_BPF_COEFF2425 (0x378) macro 2780 cx25840_write4(client, DIF_BPF_COEFF2425, 0xfe00f9d3); in cx23885_dif_setup() 2802 cx25840_write4(client, DIF_BPF_COEFF2425, 0xff99fb39); in cx23885_dif_setup() 2824 cx25840_write4(client, DIF_BPF_COEFF2425, 0x0134fcb7); in cx23885_dif_setup() 2846 cx25840_write4(client, DIF_BPF_COEFF2425, 0x02c9fe45); in cx23885_dif_setup() 2868 cx25840_write4(client, DIF_BPF_COEFF2425, 0x044dffdb); in cx23885_dif_setup() 2890 cx25840_write4(client, DIF_BPF_COEFF2425, 0x05b80172); in cx23885_dif_setup() 2912 cx25840_write4(client, DIF_BPF_COEFF2425, 0x07020302); in cx23885_dif_setup() 2934 cx25840_write4(client, DIF_BPF_COEFF2425, 0x08230483); in cx23885_dif_setup() 2956 cx25840_write4(client, DIF_BPF_COEFF2425, 0x091505ee); in cx23885_dif_setup() [all …]
|