Home
last modified time | relevance | path

Searched refs:FILTR_LPF (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/media/pci/cx23885/
Dcx23888-ir.c86 #define FILTR_LPF 0x0000FFFF macro
234 if (d > FILTR_LPF) in count_to_lpf_count()
235 d = FILTR_LPF; in count_to_lpf_count()
960 u32 filtr = cx23888_ir_read4(dev, CX23888_IR_FILTR_REG) & FILTR_LPF; in cx23888_ir_log_status()
/Linux-v4.19/drivers/media/i2c/cx25840/
Dcx25840-ir.c81 #define FILTR_LPF 0x0000FFFF macro
195 if (d > FILTR_LPF) in count_to_lpf_count()
196 d = FILTR_LPF; in count_to_lpf_count()
1053 filtr = cx25840_read4(c, CX25840_IR_FILTR_REG) & FILTR_LPF; in cx25840_ir_log_status()