Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/input/
H A Drockchip_ir.c123 u8 __maybe_unused address, not_address, command, not_command; in ir_nec_decode() local
176 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()