Searched refs:not_command (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/IR/
H A Dir-nec-decoder.c52 u8 address, not_address, command, not_command; local
158 not_command = bitrev8((data->bits >> 0) & 0xff);
160 if ((command ^ not_command) != 0xff) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/IR/
H A Dir-nec-decoder.c52 u8 address, not_address, command, not_command; local
158 not_command = bitrev8((data->bits >> 0) & 0xff);
160 if ((command ^ not_command) != 0xff) {

Completed in 65 milliseconds