Searched refs:MCE_PACKET_SIZE (Results 1 – 1 of 1) sorted by relevance
47 #define MCE_PACKET_SIZE 31 /* Max length of packet (with header) */ macro48 #define MCE_IRDATA_HEADER (0x80 + MCE_PACKET_SIZE - 1)952 if (ircount % MCE_PACKET_SIZE == 0) { in mceusb_tx_ir()982 length = ircount % MCE_PACKET_SIZE; in mceusb_tx_ir()985 MCE_PACKET_SIZE - length; in mceusb_tx_ir()996 length = ircount % MCE_PACKET_SIZE; in mceusb_tx_ir()998 irbuf[ircount - length] -= MCE_PACKET_SIZE - length; in mceusb_tx_ir()