Searched +full:0 +full:xfc0000ff (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/Documentation/devicetree/bindings/perf/ |
H A D | riscv,pmu.yaml | 78 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 …]
|
/openbmc/linux/drivers/media/rc/ |
H A D | ir-imon-decoder.c | 21 * 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 …]
|
/openbmc/qemu/disas/ |
H A D | microblaze.c | 137 /* gen purpose regs go from 0 to 31 */ 140 #define REG_PC_MASK 0x8000 141 #define REG_MSR_MASK 0x8001 142 #define REG_EAR_MASK 0x8003 143 #define REG_ESR_MASK 0x8005 144 #define REG_FSR_MASK 0x8007 145 #define REG_BTR_MASK 0x800b 146 #define REG_EDR_MASK 0x800d 147 #define REG_PVR_MASK 0xa000 149 #define REG_PID_MASK 0x9000 [all …]
|
H A D | nanomips.c | 62 return g_strdup_printf("0x%" PRIx64, a); in to_string() 97 * 1 0 98 * 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 107 * 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 108 * 3 2 1 0 123 sizeof(register_list) / sizeof(register_list[0]), info); in decode_gpr_gpr4() 132 * 1 0 133 * 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 142 * 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 143 * 3 2 1 0 [all …]
|