Searched +full:0 +full:x12340000 (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/power/ |
H A D | power-domain.yaml | 56 Number of cells in a PM domain specifier. Typically 0 for nodes 80 reg = <0x12340000 0x1000>; 90 reg = <0x12340000 0x1000>; 96 reg = <0x12341000 0x1000>; 97 power-domains = <&parent2 0>; [all...] |
H A D | power_domain.txt | 34 reg = <0x12350000 0x1000>; 35 power-domains = <&power 0>; 41 reg = <0x12351000 0x1000>; 42 power-domains = <&power 0>, <&power 1> ; 47 located inside a PM domain with index 0 of a power controller represented by a 50 the first with index 0 and the second with index 1, of a power controller that 93 reg = <0x12340000 0x1000>; 100 reg = <0x12350000 0x1000>; 101 power-domains = <&power 0>; 107 reg = <0x12350000 0x1000>;
|
/freebsd/sys/contrib/device-tree/Bindings/reserved-memory/ |
H A D | google,open-dice.yaml | 43 reg = <0x00 0x12340000 0x2000>;
|
H A D | phram.yaml | 45 reg = <0x12340000 0x00800000>;
|
/freebsd/sys/dev/pci/ |
H A D | pci_dw.c | 60 #define debugf(fmt, args...) do { printf(fmt,##args); } while (0) 80 #define PCI_BUS_MASK 0xFF 81 #define PCI_SLOT_MASK 0x1F 82 #define PCI_FUNC_MASK 0x07 83 #define PCI_REG_MASK 0xFFF 85 #define IATU_CFG_BUS(bus) ((uint64_t)((bus) & 0xff) << 24) 86 #define IATU_CFG_SLOT(slot) ((uint64_t)((slot) & 0x1f) << 19) 87 #define IATU_CFG_FUNC(func) ((uint64_t)((func) & 0x07) << 16) 106 return (0xFFFFFFFF); in pci_dw_dbi_read() 161 if (rv != 0 || !statu in pci_dw_check_dev() [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 291 switch (Op.getConstantOperandVal(0)) { in isZeroingInactiveLanes() 352 Disc->getConstantOperandVal(0) == Intrinsic::ptrauth_blend) { in extractPtrauthBlendDiscriminators() 364 return std::make_tuple(DAG->getTargetConstant(0, DL, MVT::i64), Disc); in extractPtrauthBlendDiscriminators() 1395 for (unsigned Op = 0; Op < ISD::BUILTIN_OP_END; ++Op) in AArch64TargetLowering() 1819 for (int i = 0; i < RTLIB::UNKNOWN_LIBCALL; ++i) { in AArch64TargetLowering() 1822 if ((libcallName != nullptr) && (libcallName[0] != '#')) { in AArch64TargetLowering() 1989 for (unsigned Op = 0; Op < ISD::BUILTIN_OP_END; ++Op) in addTypeForFixedLengthSVE() 2176 if (Imm == 0 || Imm == Mask || in optimizeLogicalImm() 2188 // the number of switching between 0 and 1. In order to achieve this goal, in optimizeLogicalImm() [all …]
|
/freebsd/tools/test/iconv/ref/ |
H A D | UTF-32BE-rev | 1 0x00 = 0x00000000 2 0x01 = 0x01000000 3 0x02 = 0x02000000 4 0x03 = 0x03000000 5 0x04 = 0x04000000 6 0x05 = 0x05000000 7 0x06 = 0x06000000 8 0x07 = 0x07000000 9 0x08 = 0x08000000 10 0x09 = 0x09000000 [all …]
|