Home
last modified time | relevance | path

Searched full:rcw (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/net/dsa/
H A Docelot.txt47 needed in the RCW binary):
130 needed in the RCW binary):
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/
H A Dfsl,ls1028a-reset.yaml14 Word (RCW) status.
H A Dfsl,qman-fqd.yaml31 configured via the Reset Configuration Word (RCW) and that are relevant to a
H A Dbman.txt88 via the Reset Configuration Word (RCW) and that are relevant to a specific board
H A Dqman.txt115 configured via the Reset Configuration Word (RCW) and that are relevant to a
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dfsl,layerscape-pcie-ep.yaml15 This controller derives its clocks from the Reset Configuration Word (RCW)
H A Dlayerscape-pci.txt6 This controller derives its clocks from the Reset Configuration Word (RCW)
H A Dfsl,layerscape-pcie.yaml15 This controller derives its clocks from the Reset Configuration Word (RCW)
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dfsl-ls1028a-kontron-sl28.dts134 label = "rcw";
/freebsd/sys/contrib/device-tree/src/arm/nxp/ls/
H A Dls1021a-tsn.dts268 label = "RCW";
/freebsd/sys/dev/ixgbe/
H A Dixgbe.h543 "\n\t 0x2 - Full CSR Space, excluding RCW registers" \
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td12286 // * RCW<OP> family
12301 // RCW[S]CAS{<order>} <Xs>, <Xt>, [<Xn|SP>]
12302 // RCW[S]CASP{<order>} <Xs>, <X(s+1)>, <Xt>, <X(t+1)> [<Xn|SP>]
12363 // Read-Check-Write <OP> family (RCW[CLR|SET|SWP][S|P|PS]?[A|L|AL]?)
12385 // RCW[S]<OP>{<order>} <Xs>, <Xt>, [<Xn|SP>]
12386 // RCW[S]<OP>P{<order>} <Xt1>, <Xt2>, [<Xn|SP>]
12462 let SC = 0b0, opc = opc in defm "" : BaseRCWOP<"rcw" # "" # op>;
12463 let SC = 0b1, opc = opc in defm S : BaseRCWOP<"rcw" # "s" # op >;
H A DAArch64InstrInfo.td9937 defm RCW : ReadCheckWriteCompareAndSwap;
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp12312 SDValue RCW = DAG.getNode(RISCVISD::READ_COUNTER_WIDE, DL, VTs, in ReplaceNodeResults()
12316 DAG.getNode(ISD::BUILD_PAIR, DL, MVT::i64, RCW, RCW.getValue(1))); in ReplaceNodeResults()
12317 Results.push_back(RCW.getValue(2)); in ReplaceNodeResults()
12310 SDValue RCW = DAG.getNode(RISCVISD::READ_COUNTER_WIDE, DL, VTs, ReplaceNodeResults() local