Searched refs:RC5_UNIT (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/media/rc/ |
D | ir-rc5-decoder.c | 28 #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)) in ir_rc5_decode() 70 if (!geq_margin(ev.duration, RC5_UNIT, RC5_UNIT / 2)) in ir_rc5_decode() 87 if (!eq_margin(ev.duration, RC5_BIT_START, RC5_UNIT / 2)) in ir_rc5_decode() 112 if (!ev.pulse && geq_margin(ev.duration, RC5X_SPACE, RC5_UNIT / 2)) { in ir_rc5_decode()
|
D | ir-rc5-sz-decoder.c | 26 #define RC5_UNIT 888888 /* ns */ macro 27 #define RC5_BIT_START (1 * RC5_UNIT) 28 #define RC5_BIT_END (1 * RC5_UNIT) 59 if (!geq_margin(ev.duration, RC5_UNIT, RC5_UNIT / 2)) in ir_rc5_sz_decode() 66 if (!geq_margin(ev.duration, RC5_UNIT, RC5_UNIT / 2)) in ir_rc5_sz_decode() 82 if (!eq_margin(ev.duration, RC5_BIT_START, RC5_UNIT / 2)) in ir_rc5_sz_decode()
|