Searched refs:RC5_UNIT (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/IR/
H A Dir-rc5-decoder.c28 #define RC5_UNIT 888888 /* ns */ macro
29 #define RC5_BIT_START (1 * RC5_UNIT)
30 #define RC5_BIT_END (1 * RC5_UNIT)
31 #define RC5X_SPACE (4 * RC5_UNIT)
63 if (!geq_margin(ev.duration, RC5_UNIT, RC5_UNIT / 2))
70 if (!geq_margin(ev.duration, RC5_UNIT, RC5_UNIT / 2))
87 if (!eq_margin(ev.duration, RC5_BIT_START, RC5_UNIT / 2))
112 if (!ev.pulse && geq_margin(ev.duration, RC5X_SPACE, RC5_UNIT /
[all...]

Completed in 48 milliseconds