Searched +full:0 +full:xf000c000 (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/net/can/ |
H A D | atmel-can.txt | 13 reg = <0xf000c000 0x300>;
|
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/ |
H A D | nuvoton,npcm-adc.txt | 22 reg = <0xf000c000 0x8>; 23 interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>;
|
H A D | nuvoton,npcm750-adc.yaml | 61 reg = <0xf000c000 0x8>; 62 interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>;
|
/freebsd/sys/contrib/device-tree/src/arm/microchip/ |
H A D | sama5d3_can.dtsi | 36 reg = <0xf000c000 0x300>; 39 pinctrl-0 = <&pinctrl_can0_rx_tx>; 47 reg = <0xf8010000 0x300>; 50 pinctrl-0 = <&pinctrl_can1_rx_tx>;
|
H A D | at91sam9x5.dtsi | 44 #size-cells = <0>; 46 cpu@0 { 49 reg = <0>; 55 reg = <0x20000000 0x10000000>; 61 #clock-cells = <0>; 62 clock-frequency = <0>; 67 #clock-cells = <0>; 68 clock-frequency = <0>; 73 #clock-cells = <0>; 80 reg = <0x00300000 0x8000>; [all …]
|
H A D | sama5d2.dtsi | 29 #size-cells = <0>; 31 cpu@0 { 34 reg = <0>; 41 interrupts = <2 IRQ_TYPE_LEVEL_HIGH 0>; 46 reg = <0x740000 0x1000>; 62 reg = <0x73c000 0x1000>; 78 reg = <0x20000000 0x2000000 [all...] |
/freebsd/contrib/opencsd/decoder/source/i_dec/ |
H A D | trc_idec_arminst.cpp | 48 if ((inst & 0xf0000000) == 0xf0000000) { in inst_ARM_is_direct_branch() 50 if ((inst & 0xfe000000) == 0xfa000000){ in inst_ARM_is_direct_branch() 53 is_direct_branch = 0; in inst_ARM_is_direct_branch() 55 } else if ((inst & 0x0e000000) == 0x0a000000) { in inst_ARM_is_direct_branch() 58 is_direct_branch = 0; in inst_ARM_is_direct_branch() 65 if ( ((inst & 0xf0000000) != 0xf0000000) && in inst_ARM_wfiwfe() 66 ((inst & 0x0ffffffe) == 0x0320f002) in inst_ARM_wfiwfe() 70 return 0; in inst_ARM_wfiwfe() 76 if ((inst & 0xf0000000) == 0xf0000000) { in inst_ARM_is_indirect_branch() 78 if ((inst & 0xfe500000) == 0xf8100000) { in inst_ARM_is_indirect_branch() [all …]
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | ARMErrataFix.cpp | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 40 // 32-bit B.w instruction encoded as a pair of halfwords 0xf7fe 0xbfff 105 // With op1 == 0b00, a 16-bit instruction is encoded. 107 // We test only the first halfword, looking for op != 0b00. 109 return (hw & 0xe000) == 0xe000 && (hw & 0x1800) != 0x0000; in is32bitInstruction() 115 // | 1 1 1 | 1 0 | op (7) | x (4) | 1 | op1 (3) | op2 (4) | imm8 (8) | 116 // op1 == 0x0 op != x111xxx | Conditional branch (Bcc.W) 117 // op1 == 0x1 | Branch (B.W) 122 return (instr & 0xf800d000) == 0xf0008000 && in isBcc() 123 (instr & 0x03800000) != 0x03800000; in isBcc() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/ |
H A D | EmulateInstructionARM.cpp | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 39 #define AlignPC(pc_val) (pc_val & 0xFFFFFFFC) in LLDB_PLUGIN_DEFINE_ADV() 47 ::memset(®_info, 0, sizeof(RegisterInfo)); in LLDB_PLUGIN_DEFINE_ADV() 234 // FPA Registers 0-7 in LLDB_PLUGIN_DEFINE_ADV() 260 // Intel wireless MMX general purpose registers 0 - 7 XScale accumulator in LLDB_PLUGIN_DEFINE_ADV() 261 // register 0 - 7 (they do overlap with wCGR0 - wCGR7) in LLDB_PLUGIN_DEFINE_ADV() 287 // Intel wireless MMX data registers 0 - 15 in LLDB_PLUGIN_DEFINE_ADV() 423 // Intel wireless MMX control register in co-processor 0 - 7 in LLDB_PLUGIN_DEFINE_ADV() 604 // Valid return values are {1, 2, 3, 4}, with 0 signifying an error condition. 609 return 0; in CountITSize() [all …]
|
/freebsd/sys/dev/bxe/ |
H A D | 57712_init_values.c | 54 /* #define ATC_COMMON_START 0 */ 55 {OP_WR, 0x1100b8, 0x1}, 58 {OP_WR, 0x600dc, 0x1}, 59 {OP_WR, 0x60050, 0x180}, 60 {OP_SW, 0x61000, 0x1ff0000}, 61 {OP_IF_MODE_AND, 1, 0x8}, /* e2 */ 62 {OP_WR, 0x617fc, 0x3fe001}, 63 {OP_IF_MODE_AND, 1, 0x10}, /* e3 */ 64 {OP_SW, 0x617fc, 0x20101ff}, 65 {OP_IF_MODE_AND, 1, 0x8}, /* e2 */ [all …]
|