Searched refs:LIRC_SPACE (Results 1 – 2 of 2) sorted by relevance
48 sample = LIRC_SPACE(LIRC_VALUE_MASK); in ir_lirc_decode()86 gap_sample = LIRC_SPACE(lirc->gap_duration); in ir_lirc_decode()93 LIRC_SPACE(ev.duration / 1000); in ir_lirc_decode()
23 #define LIRC_SPACE(val) (((val)&LIRC_VALUE_MASK) | LIRC_MODE2_SPACE) macro