Searched refs:not_command (Results 1 – 1 of 1) sorted by relevance
123 u8 __maybe_unused address, not_address, command, not_command; in ir_nec_decode() local176 not_command = ((data->bits >> 0) & 0xff); in ir_nec_decode()178 if ((command ^ not_command) != 0xff) { in ir_nec_decode()183 scancode = command << 8 | not_command; in ir_nec_decode()