Searched refs:PULSE_BIT (Results 1 – 5 of 5) sorted by relevance
570 if (ptr > 0 && (l & PULSE_BIT)) { in frbwrite()574 rbwrite(pulse | PULSE_BIT); in frbwrite()580 if (!(l & PULSE_BIT)) { in frbwrite()599 rbwrite(pulse | PULSE_BIT); in frbwrite()699 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