Home
last modified time | relevance | path

Searched +full:0 +full:xfc0000ff (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/devicetree/bindings/perf/
H A Driscv,pmu.yaml78 value of variant must be 0xffffffff_ffffffff.
104 riscv,event-to-mhpmevent = <0x0000B 0x0000 0x0001>;
105 riscv,event-to-mhpmcounters = <0x00001 0x00001 0x00000001>,
106 <0x00002 0x00002 0x00000004>,
107 <0x00003 0x0000A 0x00000ff8>,
108 <0x10000 0x10033 0x000ff000>;
110 /* For event ID 0x0002 */
111 <0x0000 0x0002 0xffffffff 0xffffffff 0x00000f8>,
112 /* For event ID 0-4 */
113 <0x0 0x0 0xffffffff 0xfffffff0 0x00000ff0>,
[all …]
/linux/drivers/media/rc/
H A Dir-imon-decoder.c21 * one IMON_UNIT field with the actual bit (1=space, 0=pulse).
28 * bit which is 0.
43 if (imon->bits == 0x299115b7) in ir_imon_decode_scancode()
46 if ((imon->bits & 0xfc0000ff) == 0x680000b7) { in ir_imon_decode_scancode()
51 rel_x = (buf & 0x08) | (buf & 0x10) >> 2 | in ir_imon_decode_scancode()
52 (buf & 0x20) >> 4 | (buf & 0x40) >> 6; in ir_imon_decode_scancode()
53 if (imon->bits & 0x02000000) in ir_imon_decode_scancode()
54 rel_x |= ~0x0f; in ir_imon_decode_scancode()
56 rel_y = (buf & 0x08) | (buf & 0x10) >> 2 | in ir_imon_decode_scancode()
57 (buf & 0x20) >> 4 | (buf & 0x40) >> 6; in ir_imon_decode_scancode()
[all …]