Lines Matching defs:ircom
21 void av7110_ir_handler(struct av7110 *av7110, u32 ircom)
28 dprintk(4, "ir command = %08x\n", ircom);
33 command = ircom & 0x3f;
34 addr = (ircom >> 6) & 0x1f;
36 toggle = ircom & 0x0800;
41 scancode = ircom & ~0x8000;
42 toggle = ircom & 0x8000;
53 command = ircom & 0x3f;
54 addr = (ircom >> 6) & 0x1f;
55 if (!(ircom & 0x1000))
58 toggle = ircom & 0x0800;