Home
last modified time | relevance | path

Searched refs:DAI (Results 1 – 25 of 72) sorted by relevance

123

/freebsd/sys/contrib/device-tree/Bindings/display/bridge/
H A Dtda998x.txt24 - audio-ports: array of 8-bit values, 2 values per one DAI[1].
25 The first value defines the DAI type: TDA998x_SPDIF or TDA998x_I2S[2].
26 The second value defines the tda998x AP_ENA reg content when the DAI
50 /* DAI-format AP_ENA reg value */
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dmrvl,pxa-ssp.txt1 Marvell PXA SSP CPU DAI bindings
14 and be used as clock provider of the DAI.
27 /* DAI as user */
H A Daudio-graph-card.txt3 Audio Graph Card specifies audio DAI connections of SoC <-> codec.
30 - dais : list of CPU DAI port{s}
36 Example: Single DAI case
67 Example: Multi DAI case
225 Example: Multi DAI with DPCM
H A Dstorm.txt9 - cpu : Phandle of the CPU DAI
10 - codec : Phandle of the codec DAI
H A Dst,stm32-sai.txt19 - interrupts: cpu DAI interrupt line shared by SAI sub-blocks
41 "tx": if sai sub-block is configured as playback DAI
42 "rx": if sai sub-block is configured as capture DAI
55 configured according to protocol defined in related DAI link node,
H A Dqcom,lpass-cpu.txt1 * Qualcomm Technologies LPASS CPU DAI
45 Required properties for each DAI (represented by a subnode):
46 - reg : Must be one of the DAI IDs
H A Dfsl-asoc-card.txt17 and PCM DAI formats. However, it'll be also possible to support those non
57 - audio-cpu : The phandle of an CPU DAI controller
91 Optional unless SSI is selected as a CPU DAI:
H A Damlogic,axg-sound-card.txt22 - sound-dai: phandle and port of the CPU DAI.
49 - sound-dai: phandle and port of the CODEC DAI.
H A Ddmic.txt10 - num-channels: Number of microphones on this DAI
H A Dux500-mop500.txt9 - stericsson,cpu-dai : Phandle to the CPU-side DAI
H A Dzte,tdm.txt1 ZTE TDM DAI driver
H A Dtdm-slot.txt3 This specifies audio DAI's TDM slot.
H A Dmax98504.txt4 a PCM and PDM digital audio interface (DAI) and a differential analog input.
H A Dqcom,q6asm.txt30 == ASM DAI is subnode of "dais" and represent a dai, it includes board specific
/freebsd/sys/contrib/device-tree/src/arm/samsung/
H A Dexynos5422-odroidxu3-audio.dtsi27 "I2S Playback", "Mixer DAI TX",
28 "HiFi Playback", "Mixer DAI TX",
29 "Mixer DAI RX", "HiFi Capture";
H A Dexynos5422-odroidxu4.dts38 audio-routing = "I2S Playback", "Mixer DAI TX";
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp172 if (auto *DAI = dyn_cast<DbgAssignIntrinsic>(DVI)) in visit() local
173 AddIfInteresting(DAI->getAddress()); in visit()
310 if (auto *DAI = DynCastToDbgAssign(DPtr)) { in annotateDebugRecords() local
311 if (DAI->getAddress() == Info.AI) in annotateDebugRecords()
312 DAI->setAddressExpression( in annotateDebugRecords()
313 DIExpression::prependOpcodes(DAI->getAddressExpression(), NewOps)); in annotateDebugRecords()
H A DPromoteMemoryToRegister.cpp134 for (DbgAssignIntrinsic *DAI : at::getAssignmentMarkers(AI)) { in init()
135 if (Vars.insert(DebugVariable(DAI)).second) in init()
136 DbgAssigns.push_back(DAI); in init()
197 for (auto *DAI : DbgAssigns) in updateForNewPhi() local
198 ConvertDebugDeclareToDebugValue(DAI, NewPhi, DIB); in updateForNewPhi()
434 for (auto *DAI : DbgAssignsToDelete) in cleanUpDbgAssigns() local
435 DAI->eraseFromParent(); in cleanUpDbgAssigns()
H A DBasicBlockUtils.cpp459 if (auto *DAI = dyn_cast<DbgAssignIntrinsic>(DVI)) { in removeRedundantDbgInstrsUsingBackwardScan() local
461 if (!at::getAssignmentInsts(DAI).empty()) in removeRedundantDbgInstrsUsingBackwardScan()
594 auto *DAI = dyn_cast<DbgAssignIntrinsic>(DVI); in removeRedundantDbgInstrsUsingForwardScan() local
597 bool IsDbgValueKind = (!DAI || at::getAssignmentInsts(DAI).empty()); in removeRedundantDbgInstrsUsingForwardScan()
665 auto *DAI = dyn_cast<DbgAssignIntrinsic>(DVI); in removeUndefDbgAssignsFromEntryBlock() local
666 bool IsDbgValueKind = (!DAI || at::getAssignmentInsts(DAI).empty()); in removeUndefDbgAssignsFromEntryBlock()
672 } else if (DAI) { in removeUndefDbgAssignsFromEntryBlock()
673 ToBeRemoved.push_back(DAI); in removeUndefDbgAssignsFromEntryBlock()
678 for (DbgAssignIntrinsic *DAI : ToBeRemoved) in removeUndefDbgAssignsFromEntryBlock()
679 DAI->eraseFromParent(); in removeUndefDbgAssignsFromEntryBlock()
/freebsd/sys/dev/sound/fdt/
H A Daudio_dai_if.m35 # set DAI format for communications between CPU/codec nodes
41 # Initialize DAI and set up interrrupt handler
88 # call DAI interrupt handler
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfo.h195 inline AssignmentInstRange getAssignmentInsts(const DbgAssignIntrinsic *DAI) { in getAssignmentInsts() argument
196 return getAssignmentInsts(DAI->getAssignID()); in getAssignmentInsts()
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dcirrus,clps711x-intc.txt33 32: DAIINT DAI interface (FIQ)
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp1457 static DIAssignID *getIDFromMarker(const DbgAssignIntrinsic &DAI) { in getIDFromMarker() argument
1458 return cast<DIAssignID>(DAI.getAssignID()); in getIDFromMarker()
1759 for (DbgAssignIntrinsic *DAI : Linked) in processTaggedInstruction()
1760 ProcessLinkedAssign(DAI); in processTaggedInstruction()
1859 if (auto *DAI = dyn_cast<DbgAssignIntrinsic>(&I)) in processDbgInstruction() local
1860 processDbgAssign(DAI, LiveSet); in processDbgInstruction()
2222 for (DbgAssignIntrinsic *DAI : at::getAssignmentMarkers(Info->Base)) in buildOverlapMapAndRecordDeclares()
2223 HandleDbgAssignForStore(DAI); in buildOverlapMapAndRecordDeclares()
2756 for (DbgAssignIntrinsic *DAI : at::getAssignmentMarkers(&I)) { in findVarsWithStackSlot()
2757 Result.insert({DAI->getVariable(), DAI->getDebugLoc().getInlinedAt()}); in findVarsWithStackSlot()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp127 auto *DAI = dyn_cast<DbgAssignIntrinsic>(this); in replaceVariableLocationOp() local
128 if (!DAI || OldValue != DAI->getAddress()) in replaceVariableLocationOp()
130 DAI->setAddress(NewValue); in replaceVariableLocationOp()
/freebsd/sys/contrib/device-tree/Bindings/misc/
H A Datmel-ssc.txt28 - This property makes the SSC into an automatically registered DAI.

123