Searched refs:rawcode (Results 1 – 1 of 1) sorted by relevance
53 u32 rawcode, scancode; in zx_irdec_irq() local65 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()