| /freebsd/sys/contrib/device-tree/Bindings/display/bridge/ |
| H A D | tda998x.txt | 24 - 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 D | mrvl,pxa-ssp.txt | 1 Marvell PXA SSP CPU DAI bindings 14 and be used as clock provider of the DAI. 27 /* DAI as user */
|
| H A D | audio-graph-card.txt | 3 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 D | storm.txt | 9 - cpu : Phandle of the CPU DAI 10 - codec : Phandle of the codec DAI
|
| H A D | st,stm32-sai.txt | 19 - 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 D | qcom,lpass-cpu.txt | 1 * 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 D | fsl-asoc-card.txt | 17 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 D | amlogic,axg-sound-card.txt | 22 - sound-dai: phandle and port of the CPU DAI. 49 - sound-dai: phandle and port of the CODEC DAI.
|
| H A D | dmic.txt | 10 - num-channels: Number of microphones on this DAI
|
| H A D | ux500-mop500.txt | 9 - stericsson,cpu-dai : Phandle to the CPU-side DAI
|
| H A D | zte,tdm.txt | 1 ZTE TDM DAI driver
|
| H A D | tdm-slot.txt | 3 This specifies audio DAI's TDM slot.
|
| H A D | max98504.txt | 4 a PCM and PDM digital audio interface (DAI) and a differential analog input.
|
| H A D | qcom,q6asm.txt | 30 == ASM DAI is subnode of "dais" and represent a dai, it includes board specific
|
| /freebsd/sys/contrib/device-tree/src/arm/samsung/ |
| H A D | exynos5422-odroidxu3-audio.dtsi | 27 "I2S Playback", "Mixer DAI TX", 28 "HiFi Playback", "Mixer DAI TX", 29 "Mixer DAI RX", "HiFi Capture";
|
| H A D | exynos5422-odroidxu4.dts | 38 audio-routing = "I2S Playback", "Mixer DAI TX";
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | MemoryTaggingSupport.cpp | 172 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 D | PromoteMemoryToRegister.cpp | 134 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 D | BasicBlockUtils.cpp | 459 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 D | audio_dai_if.m | 35 # 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 D | DebugInfo.h | 195 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 D | cirrus,clps711x-intc.txt | 33 32: DAIINT DAI interface (FIQ)
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | AssignmentTrackingAnalysis.cpp | 1457 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 D | IntrinsicInst.cpp | 127 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 D | atmel-ssc.txt | 28 - This property makes the SSC into an automatically registered DAI.
|