Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/rc/
Dmtk-cir.c60 #define MTK_IR_SAMPLE 46000 macro
166 val = DIV_ROUND_CLOSEST(MTK_IR_SAMPLE, val); in mtk_chk_period()
240 rawir.duration = wid * (MTK_IR_SAMPLE + 1); in mtk_ir_irq()
256 rawir.duration = MTK_MAX_SAMPLES * (MTK_IR_SAMPLE + 1); in mtk_ir_irq()
355 ir->rc->rx_resolution = MTK_IR_SAMPLE; in mtk_ir_probe()
356 ir->rc->timeout = MTK_MAX_SAMPLES * (MTK_IR_SAMPLE + 1); in mtk_ir_probe()
420 DIV_ROUND_CLOSEST(MTK_IR_SAMPLE, 1000)); in mtk_ir_probe()