Searched refs:PULSE_BIT (Results 1 – 5 of 5) sorted by relevance
506 if (ptr > 0 && (l & PULSE_BIT)) { in frbwrite()510 rbwrite(pulse | PULSE_BIT); in frbwrite()516 if (!(l & PULSE_BIT)) { in frbwrite()535 rbwrite(pulse | PULSE_BIT); in frbwrite()635 frbwrite(dcd^sense ? data : (data|PULSE_BIT)); in lirc_irq_handler()
302 rbuf_write(PULSE_BIT|data); /* pulse */ in lirc_lirc_irq_handler()
333 newval |= PULSE_BIT; in add_read_queue()
563 value |= PULSE_BIT; in submit_data()
12 #define PULSE_BIT 0x01000000 macro