Searched +full:0 +full:xf0008000 (Results 1 – 16 of 16) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/mmc/ |
H A D | atmel-hsmci.txt | 26 reg = <0xf0008000 0x600>; 29 #size-cells = <0>; 49 slot@0 { 50 reg = <0>; 52 cd-gpios = <&pioD 15 0> 59 reg = <0xf0008000 0x600>; 62 #size-cells = <0>; 63 slot@0 { 64 reg = <0>; 66 cd-gpios = <&pioD 15 0>
|
/freebsd/sys/contrib/device-tree/Bindings/timer/ |
H A D | nuvoton,npcm7xx-timer.txt | 10 - interrupts : Contain the timer interrupt of timer 0. 18 reg = <0xf0008000 0x50>;
|
H A D | nuvoton,npcm7xx-timer.yaml | 25 - description: The timer interrupt of timer 0 29 - description: The reference clock for timer 0 52 reg = <0xf0008000 0x50>;
|
/freebsd/sys/contrib/device-tree/Bindings/media/ |
H A D | atmel-isc.txt | 18 Should be 0. 21 - pinctrl-names, pinctrl-0 31 reg = <0xf0008000 0x4000>; 35 #clock-cells = <0>; 38 …pinctrl-0 = <&pinctrl_isc_base &pinctrl_isc_data_8bit &pinctrl_isc_data_9_10 &pinctrl_isc_data_11_… 44 vsync-active = <0>; 53 reg = <0x21>;
|
H A D | atmel,isc.yaml | 41 const: 0 64 enum: [0, 1] 68 enum: [0, 1] 72 enum: [0, 1] 97 reg = <0xf0008000 0x4000>; 101 #clock-cells = <0>; 108 vsync-active = <0>;
|
/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/sys/contrib/device-tree/src/arm/microchip/ |
H A D | at91sam9n12.dtsi | 42 #size-cells = <0>; 44 cpu@0 { 47 reg = <0>; 53 reg = <0x20000000 0x10000000>; 59 #clock-cells = <0>; 60 clock-frequency = <0>; 65 #clock-cells = <0>; 66 clock-frequency = <0>; 72 reg = <0x00300000 0x8000>; 75 ranges = <0 0x00300000 0x8000>; [all …]
|
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...] |
H A D | sama5d3.dtsi | 46 #size-cells = <0>; 47 cpu@0 { 50 reg = <0x0>; 56 interrupts = <46 IRQ_TYPE_LEVEL_HIGH 0>; 61 reg = <0x20000000 0x8000000>; 67 #clock-cells = <0>; 68 clock-frequency = <0>; 73 #clock-cells = <0>; 74 clock-frequency = <0>; 79 #clock-cells = <0>; [all …]
|
H A D | sam9x60.dtsi | 37 #size-cells = <0>; 39 cpu@0 { 42 reg = <0>; 48 reg = <0x20000000 0x10000000>; 54 #clock-cells = <0>; 59 #clock-cells = <0>; 65 reg = <0x00300000 0x100000>; 68 ranges = <0 0x00300000 0x100000>; 79 #size-cells = <0>; 81 reg = <0x00500000 0x100000 [all …]
|
H A D | sama5d4.dtsi | 47 #size-cells = <0>; 49 cpu@0 { 52 reg = <0>; 59 reg = <0x20000000 0x20000000>; 65 #clock-cells = <0>; 66 clock-frequency = <0>; 71 #clock-cells = <0>; 72 clock-frequency = <0>; 77 #clock-cells = <0>; 84 reg = <0x00210000 0x10000>; [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/sys/dev/e1000/ |
H A D | e1000_defines.h | 44 #define E1000_WUC_APME 0x00000001 /* APM Enable */ 45 #define E1000_WUC_PME_EN 0x00000002 /* PME Enable */ 46 #define E1000_WUC_PME_STATUS 0x00000004 /* PME Status */ 47 #define E1000_WUC_APMPME 0x00000008 /* Assert PME on APM Wakeup */ 48 #define E1000_WUC_PHY_WAKE 0x00000100 /* if PHY supports wakeup */ 51 #define E1000_WUFC_LNKC 0x00000001 /* Link Status Change Wakeup Enable */ 52 #define E1000_WUFC_MAG 0x00000002 /* Magic Packet Wakeup Enable */ 53 #define E1000_WUFC_EX 0x00000004 /* Directed Exact Wakeup Enable */ 54 #define E1000_WUFC_MC 0x00000008 /* Directed Multicast Wakeup Enable */ 55 #define E1000_WUFC_BC 0x00000010 /* Broadcast Wakeup Enable */ [all …]
|
/freebsd/sys/dev/igc/ |
H A D | igc_defines.h | 16 #define IGC_WUC_APME 0x00000001 /* APM Enable */ 17 #define IGC_WUC_PME_EN 0x00000002 /* PME Enable */ 18 #define IGC_WUC_PME_STATUS 0x00000004 /* PME Status */ 19 #define IGC_WUC_APMPME 0x00000008 /* Assert PME on APM Wakeup */ 20 #define IGC_WUC_PHY_WAKE 0x00000100 /* if PHY supports wakeup */ 23 #define IGC_WUFC_LNKC 0x00000001 /* Link Status Change Wakeup Enable */ 24 #define IGC_WUFC_MAG 0x00000002 /* Magic Packet Wakeup Enable */ 25 #define IGC_WUFC_EX 0x00000004 /* Directed Exact Wakeup Enable */ 26 #define IGC_WUFC_MC 0x00000008 /* Directed Multicast Wakeup Enable */ 27 #define IGC_WUFC_BC 0x00000010 /* Broadcast Wakeup Enable */ [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 …]
|