Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/rc/
H A Dmceusb.c53 #define MCE_PULSE_BIT 0x80 /* Pulse bit, MSB set == PULSE else SPACE */ macro
976 irbuf[ircount] |= (i & 1 ? 0 : MCE_PULSE_BIT); in mceusb_tx_ir()
1290 rawir.pulse = ((ir->buf_in[i] & MCE_PULSE_BIT) != 0); in mceusb_process_ir_data()