/freebsd/sys/contrib/device-tree/Bindings/net/wireless/ |
H A D | qcom,ath11k.yaml | 106 - description: interrupt event for ring CE1 160 - const: ce1 229 - description: interrupt event for ring CE1 333 "ce1",
|
H A D | qcom,ath10k.yaml | 246 - description: CE1
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | ConstantFold.cpp | 755 if (ConstantExpr *CE1 = dyn_cast<ConstantExpr>(C1)) { in ConstantFoldBinaryInstruction() local 757 if (CE1->getOpcode() == Instruction::PtrToInt && in ConstantFoldBinaryInstruction() 758 isa<GlobalValue>(CE1->getOperand(0))) { in ConstantFoldBinaryInstruction() 759 GlobalValue *GV = cast<GlobalValue>(CE1->getOperand(0)); in ConstantFoldBinaryInstruction() 936 if (ConstantExpr *CE1 = dyn_cast<ConstantExpr>(C1)) { in ConstantFoldBinaryInstruction() local 943 if (Instruction::isAssociative(Opcode) && CE1->getOpcode() == Opcode) { in ConstantFoldBinaryInstruction() 944 Constant *T = ConstantExpr::get(Opcode, CE1->getOperand(1), C2); in ConstantFoldBinaryInstruction() 946 return ConstantExpr::get(Opcode, CE1->getOperand(0), T); in ConstantFoldBinaryInstruction() 1074 } else if (auto *CE1 = dyn_cast<ConstantExpr>(V1)) { in evaluateICmpRelation() local 1077 Constant *CE1Op0 = CE1->getOperand(0); in evaluateICmpRelation() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/media/ |
H A D | cec-gpio.txt | 31 pin 26 aka BCM7 aka CE1 on the GPIO pin header, the HPD line is
|
/freebsd/sys/contrib/device-tree/src/mips/ingenic/ |
H A D | cu1830-neo.dts | 197 groups = "ssi0-dt", "ssi0-dr", "ssi0-clk", "ssi0-ce0", "ssi0-ce1";
|
/freebsd/usr.sbin/mountd/ |
H A D | exports.5 | 455 /a -network 3ffe:1ce1:1:fe80::/64 524 .Li 3ffe:1ce1:1:fe80::
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | ce.c | 21 /* CE1: target->host HTT + HTC control */ 126 /* CE1: target->host HTT + HTC control */ 206 /* CE1: target->host HTT + HTC control */
|
H A D | hw.c | 1301 /* CE1: target->host HTT + HTC control */ 1634 /* CE1: target->host HTT + HTC control */ 1813 /* CE1: target->host HTT + HTC control */ 2085 /* CE1: target->host HTT + HTC control */
|
H A D | pcic.c | 16 "ce1",
|
H A D | ahb.c | 52 "ce1",
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | ce.c | 20 /* CE1: target->host HTT + HTC control */ 154 /* CE1: target->host HTT + HTC control */
|
H A D | hw.c | 129 /* CE1: target->host HTT + HTC control */ 256 /* CE1: target->host HTT + HTC control */
|
H A D | pci.c | 71 "ce1",
|
/freebsd/sys/contrib/device-tree/src/arm/allwinner/ |
H A D | sun7i-a20-bananapi.dts | 247 "SPI-MISO", "SPI-CE1", "",
|
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/stingray/ |
H A D | stingray-pinctrl.dtsi | 122 nand_pins: nand-ce1-n-pins {
|
/freebsd/sys/contrib/device-tree/src/powerpc/ |
H A D | xpedite5200.dts | 380 2 0x0 0xef800000 0x00010000 // NAND CE1
|
H A D | xpedite5200_xmon.dts | 384 2 0x0 0xe8000000 0x00010000 // NAND CE1
|
H A D | xcalibur1501.dts | 72 2 0 0 0xef800000 0x40000 /* CS2: NAND CE1 */
|
H A D | xpedite5301.dts | 73 2 0 0 0xef800000 0x40000 /* CS2: NAND CE1 */
|
H A D | xpedite5370.dts | 71 2 0 0 0xef800000 0x40000 /* CS2: NAND CE1 */
|
H A D | xpedite5330.dts | 109 2 0 0 0xef800000 0x40000 /* CS2: NAND CE1 */
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | snoc.c | 145 /* CE1: target->host HTT + HTC control */ 253 /* CE1: target->host HTT + HTC control */
|
H A D | hw.c | 91 * CE0 and CE1 no other copy engine is directly referred in the code.
|
H A D | pci.c | 137 /* CE1: target->host HTT + HTC control */ 244 /* CE1: target->host HTT + HTC control */
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 1214 if (auto *CE1 = dyn_cast<ConstantExpr>(Ops1)) { in ConstantFoldCompareInstOperands() local 1215 if (CE0->getOpcode() == CE1->getOpcode()) { in ConstantFoldCompareInstOperands() 1223 Constant *C1 = ConstantFoldIntegerCast(CE1->getOperand(0), IntPtrTy, in ConstantFoldCompareInstOperands() 1234 CE0->getOperand(0)->getType() == CE1->getOperand(0)->getType()) { in ConstantFoldCompareInstOperands() 1236 Predicate, CE0->getOperand(0), CE1->getOperand(0), DL, TLI); in ConstantFoldCompareInstOperands()
|