Home
last modified time | relevance | path

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

/linux/drivers/media/rc/
H A Dstreamzap.c44 #define SZ_PULSE_MASK 0xf0 macro
121 sz_push_full_pulse(sz, (value & SZ_PULSE_MASK) >> 4); in sz_push_half_pulse()
150 if ((sz->buf_in[i] & SZ_PULSE_MASK) == in sz_process_ir_data()
151 SZ_PULSE_MASK) { in sz_process_ir_data()