Home
last modified time | relevance | path

Searched full:ce1 (Results 1 – 25 of 58) sorted by relevance

123

/freebsd/sys/contrib/device-tree/Bindings/net/wireless/
H A Dqcom,ath11k.yaml106 - description: interrupt event for ring CE1
160 - const: ce1
229 - description: interrupt event for ring CE1
333 "ce1",
H A Dqcom,ath10k.yaml246 - description: CE1
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp755 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 Dcec-gpio.txt31 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 Dcu1830-neo.dts197 groups = "ssi0-dt", "ssi0-dr", "ssi0-clk", "ssi0-ce0", "ssi0-ce1";
/freebsd/usr.sbin/mountd/
H A Dexports.5455 /a -network 3ffe:1ce1:1:fe80::/64
524 .Li 3ffe:1ce1:1:fe80::
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dce.c21 /* CE1: target->host HTT + HTC control */
126 /* CE1: target->host HTT + HTC control */
206 /* CE1: target->host HTT + HTC control */
H A Dhw.c1301 /* 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 Dpcic.c16 "ce1",
H A Dahb.c52 "ce1",
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dce.c20 /* CE1: target->host HTT + HTC control */
154 /* CE1: target->host HTT + HTC control */
H A Dhw.c129 /* CE1: target->host HTT + HTC control */
256 /* CE1: target->host HTT + HTC control */
H A Dpci.c71 "ce1",
/freebsd/sys/contrib/device-tree/src/arm/allwinner/
H A Dsun7i-a20-bananapi.dts247 "SPI-MISO", "SPI-CE1", "",
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/stingray/
H A Dstingray-pinctrl.dtsi122 nand_pins: nand-ce1-n-pins {
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Dxpedite5200.dts380 2 0x0 0xef800000 0x00010000 // NAND CE1
H A Dxpedite5200_xmon.dts384 2 0x0 0xe8000000 0x00010000 // NAND CE1
H A Dxcalibur1501.dts72 2 0 0 0xef800000 0x40000 /* CS2: NAND CE1 */
H A Dxpedite5301.dts73 2 0 0 0xef800000 0x40000 /* CS2: NAND CE1 */
H A Dxpedite5370.dts71 2 0 0 0xef800000 0x40000 /* CS2: NAND CE1 */
H A Dxpedite5330.dts109 2 0 0 0xef800000 0x40000 /* CS2: NAND CE1 */
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dsnoc.c145 /* CE1: target->host HTT + HTC control */
253 /* CE1: target->host HTT + HTC control */
H A Dhw.c91 * CE0 and CE1 no other copy engine is directly referred in the code.
H A Dpci.c137 /* CE1: target->host HTT + HTC control */
244 /* CE1: target->host HTT + HTC control */
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1214 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()

123