Home
last modified time | relevance | path

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

/linux-5.10/drivers/media/rc/
Dzx-irdec.c53 u32 rawcode, scancode; in zx_irdec_irq() local
65 rawcode = readl(irdec->base + ZX_IR_CODE); in zx_irdec_irq()
66 not_command = (rawcode >> 24) & 0xff; in zx_irdec_irq()
67 command = (rawcode >> 16) & 0xff; in zx_irdec_irq()
68 not_address = (rawcode >> 8) & 0xff; in zx_irdec_irq()
69 address = rawcode & 0xff; in zx_irdec_irq()