/freebsd/sys/contrib/device-tree/src/arm/st/ |
H A D | st-pincfg.h | 15 #define OE (1 << 27) macro 35 #define OUT (OE) 37 #define BIDIR (OE | OD) 39 #define BIDIR_PU (OE | PU | OD)
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | GVNExpression.h | 217 const auto &OE = cast<BasicExpression>(Other); in equals() local 218 return getType() == OE.getType() && NumOperands == OE.NumOperands && in equals() 219 std::equal(op_begin(), op_end(), OE.op_begin()); in equals() 457 const AggregateValueExpression &OE = cast<AggregateValueExpression>(Other); in equals() local 458 return NumIntOperands == OE.NumIntOperands && in equals() 459 std::equal(int_op_begin(), int_op_end(), OE.int_op_begin()); in equals() 524 const PHIExpression &OE = cast<PHIExpression>(Other); in equals() local 525 return BB == OE.BB; in equals()
|
/freebsd/sys/contrib/device-tree/Bindings/display/ti/ |
H A D | ti,tpd12s015.txt | 8 - gpios: CT CP HPD, LS OE and HPD gpios 21 <&gpio2 9 GPIO_ACTIVE_HIGH>, /* 41, LS OE */
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARCAPElim.cpp | 125 for (User::op_iterator OI = Init->op_begin(), OE = Init->op_end(); in runImpl() local 126 OI != OE; ++OI) { in runImpl()
|
/freebsd/tools/tools/locale/etc/charmaps/ |
H A D | eucKR.TXT | 480 0x8261 0xAD36 #HANGUL SYLLABLE KIYEOK OE SSANGKIYEOK 481 0x8262 0xAD37 #HANGUL SYLLABLE KIYEOK OE KIYEOKSIOS 482 0x8263 0xAD39 #HANGUL SYLLABLE KIYEOK OE NIEUNCIEUC 483 0x8264 0xAD3A #HANGUL SYLLABLE KIYEOK OE NIEUNHIEUH 484 0x8265 0xAD3B #HANGUL SYLLABLE KIYEOK OE TIKEUT 485 0x8266 0xAD3D #HANGUL SYLLABLE KIYEOK OE RIEULKIYEOK 486 0x8267 0xAD3E #HANGUL SYLLABLE KIYEOK OE RIEULMIEUM 487 0x8268 0xAD3F #HANGUL SYLLABLE KIYEOK OE RIEULPIEUP 488 0x8269 0xAD40 #HANGUL SYLLABLE KIYEOK OE RIEULSIOS 489 0x826A 0xAD41 #HANGUL SYLLABLE KIYEOK OE RIEULTHIEUTH [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/bus/ |
H A D | qcom,ebi2.txt | 9 data lines (16 bits), OE (output enable), ADV (address valid, used on some 78 drive the data bus after OE is de-asserted, in order to avoid contention on 99 - qcom,xmem-adv-to-oe-recovery-cycles: the number of cycles elapsed before an OE 101 2 means 2 cycles between ADV and OE. Valid values 0, 1, 2 or 3. 104 assertion to OE assertion. Valid values 0 thru 15.
|
H A D | nvidia,tegra20-gmi.txt | 49 - nvidia,snor-oe-active-high: WE/OE signal is active high 67 - nvidia,snor-oe-width: Number of cycles during which OE stays asserted.
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | am57xx-beagle-x15-revc.dts | 14 <&gpio2 30 GPIO_ACTIVE_HIGH>, /* gpio2_30, LS OE */
|
H A D | am57xx-beagle-x15-revb1.dts | 14 <&gpio2 30 GPIO_ACTIVE_HIGH>, /* gpio2_30, LS OE */
|
H A D | am57xx-beagle-x15.dts | 15 <&gpio6 28 GPIO_ACTIVE_HIGH>, /* gpio6_28, LS OE */
|
H A D | omap5-uevm.dts | 187 <&gpio9 1 GPIO_ACTIVE_HIGH>, /* TCA6424A P00, LS OE */
|
/freebsd/sys/contrib/device-tree/Bindings/gpio/ |
H A D | gpio-74x164.txt | 16 - enable-gpios: GPIO connected to the OE (Output Enable) pin.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVRegularizer.cpp | 137 for (unsigned OI = 0, OE = II->getNumOperands(); OI != OE; ++OI) { in runLowerConstExpr() local
|
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/ |
H A D | aptina,mt9v111.txt | 20 - enable-gpios: output enable signal, pin name "OE#". Active low.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMMCTargetDesc.cpp | 95 for (unsigned OI = 4, OE = MI.getNumOperands(); OI < OE; ++OI) { in getARMStoreDeprecationInfo() local 112 for (unsigned OI = 4, OE = MI.getNumOperands(); OI < OE; ++OI) { in getARMLoadDeprecationInfo() local
|
/freebsd/usr.bin/tip/tip/ |
H A D | vars.c | 51 "eofw", (char *)&OE },
|
H A D | remote.c | 47 &AT, &DV, &CM, &CU, &EL, &IE, &OE, &PN, &PR, &DI,
|
H A D | tip.h | 69 EXTERN char *OE; /* EOT to send to complete FT */ variable
|
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
H A D | imx6ull-colibri-aster.dtsi | 68 * 127 - Voltage Level Translator OE# signal (IC11 and IC12)
|
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ |
H A D | omap-gpmc.txt | 74 OE signals timings (in nanoseconds) corresponding to GPMC_CONFIG4: 100 - gpmc,oe-extra-delay: OE signal is delayed by half GPMC clock
|
H A D | arm,pl172.txt | 71 enable (OE signal) in nano seconds.
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExternalASTMerger.cpp | 433 for (OriginMap::iterator OI = Origins.begin(), OE = Origins.end(); OI != OE; ) { in RemoveSources() local
|
/freebsd/sys/powerpc/powerpc/ |
H A D | db_disasm.c | 659 u_int OE; in disasm_fields() local 660 OE = extract_field(instr, 31 - 21, 1); in disasm_fields() 661 if (OE) { in disasm_fields()
|
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/ |
H A D | DylibReader.cpp | 385 for (auto OI = UB->begin_objects(), OE = UB->end_objects(); OI != OE; ++OI) { in readFile() local
|
/freebsd/sys/contrib/device-tree/Bindings/mips/cavium/ |
H A D | bootbus.txt | 36 - cavium,t-oe: A cell specifying the OE timing (in nS).
|