Home
last modified time | relevance | path

Searched refs:SSI (Results 1 – 25 of 61) sorted by relevance

123

/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Drenesas,rsnd.txt17 SSI : Serial Sound Interface
25 Multi channel is supported by Multi-SSI, or TDM-SSI.
27 Multi-SSI : 6ch case, you can use stereo x 3 SSI
28 TDM-SSI : 6ch case, you can use TDM
185 But you can't use it if SSI was PIO mode.
186 In DMA mode, you can select not to use SSIU by using "no-busif" via SSI.
192 and these sounds will be merged SSIU/SSI.
211 * SSI (Serial Sound Interface)
217 Note: The system will drop non-SSI modules in PIO mode
235 Each SSI can share WS pin. It is based on platform.
[all …]
H A Dfsl,ssi.txt3 The SSI is a serial device that communicates with audio codecs. It can
13 - cell-index: The SSI, <0> = SSI1, <1> = SSI2, and so on.
23 - clocks: "ipg" - Required clock for the SSI unit
24 "baud" - Required clock for SSI master mode. Otherwise this
33 codec connected to this SSI. This node is typically
37 where an incompatible codec is connected to this SSI, e.g.
44 "ac97-slave" - AC97 mode, SSI is clock slave
45 "ac97-master" - AC97 mode, SSI is clock master
47 If specified, the SSI is to be programmed in asynchronous
74 On SOCs that have an SSI, specific DMA channels are hard-wired for playback
H A Deukrea-tlv320.txt9 - ssi-controller : The phandle of the SSI controller.
H A Dimx-audio-sgtl5000.txt9 - ssi-controller : The phandle of the i.MX SSI controller
H A Dimx-audio-es8328.txt6 - ssi-controller : The phandle of the i.MX SSI controller
H A Dfsl,asrc.txt6 Ends Audio controller such as ESAI, SSI and SAI. It has three pairs to support
H A Dfsl-asoc-card.txt91 Optional unless SSI is selected as a CPU DAI:
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DMemoryTaggingSupport.h79 StackInfoBuilder(const StackSafetyGlobalInfo *SSI, const char *DebugType) in StackInfoBuilder() argument
80 : SSI(SSI), DebugType(DebugType) {} in StackInfoBuilder()
88 const StackSafetyGlobalInfo *SSI; variable
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dhisilicon,hi655x.txt4 Between PMIC Hi655x and Hi6220, the physical signal channel is SSI.
9 | Hi6220 | SSI bus | Hi655x |
H A Dmc13xxx.txt14 - adc-port: Contain PMIC SSI port number used for ADC.
15 - dac-port: Contain PMIC SSI port number used for DAC.
/freebsd/sys/contrib/device-tree/src/arm/gemini/
H A Dgemini-ssi1328.dts4 * Device Tree file for SSI 1328
12 model = "SSI 1328";
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Dfsl-imx-sdma.txt33 0 MCU domain SSI
34 1 Shared SSI
55 22 SSI Dual FIFO (needs firmware ver >= 2)
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DStackSafetyAnalysis.h113 StackSafetyInfo SSI;
119 const StackSafetyInfo &getResult() const { return SSI; }
112 StackSafetyInfo SSI; global() variable
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp839 GVToSSI SSI; in createGlobalStackSafetyInfo() local
841 return SSI; in createGlobalStackSafetyInfo()
874 SSI[F.first] = std::move(FI); in createGlobalStackSafetyInfo()
877 return SSI; in createGlobalStackSafetyInfo()
1008 auto &SSI = getInfo().Info; in print() local
1009 if (SSI.empty()) in print()
1011 const Module &M = *SSI.begin()->first->getParent(); in print()
1014 SSI.find(&F)->second.print(O, F.getName(), &F); in print()
1059 SSI.print(O); in print()
1064 SSI = {&F, [SE]() -> ScalarEvolution & { return *SE; }}; in runOnFunction()
/freebsd/sys/contrib/device-tree/Bindings/hsi/
H A Domap-ssi.txt1 OMAP SSI controller bindings
3 OMAP3's Synchronous Serial Interface (SSI) controller implements a
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp303 const StackSafetyGlobalInfo *SSI) in HWAddressSanitizer() argument
304 : M(M), SSI(SSI) { in HWAddressSanitizer()
391 const StackSafetyGlobalInfo *SSI; member in __anon1b7bdbef0211::HWAddressSanitizer
491 const StackSafetyGlobalInfo *SSI = nullptr; in run() local
494 SSI = &MAM.getResult<StackSafetyGlobalAnalysis>(M); in run()
496 HWAddressSanitizer HWASan(M, Options.CompileKernel, Options.Recover, SSI); in run()
828 if (SSI && SSI->stackAccessIsSafe(*Inst)) in ignoreAccessWithoutRemark()
1608 memtag::StackInfoBuilder SIB(SSI, DEBUG_TYPE); in sanitizeFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp210 if (!(SSI && SSI->isSafe(AI))) { in getAllocaInterestingness()
/freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/
H A Ddma.txt200 DMA driver, such as the SSI sound drivers for the MPC8610. Therefore, any DMA
202 "fsl,elo-dma-channel" or "fsl,eloplus-dma-channel". For the SSI drivers, for
/freebsd/sys/contrib/device-tree/Bindings/clock/ti/
H A Dinterface.txt20 "ti,omap3-ssi-interface-clock" - interface clock with SSI specific HW handling
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp334 const StackSafetyGlobalInfo *SSI = nullptr; member in __anon5c1a1a7e0111::AArch64StackTagging
504 SSI = &getAnalysis<StackSafetyGlobalInfoWrapperPass>().getResult(); in runOnFunction()
512 memtag::StackInfoBuilder SIB(SSI, DEBUG_TYPE); in runOnFunction()
/freebsd/sys/contrib/device-tree/src/arm64/renesas/
H A Drz-smarc-common.dtsi12 * SSI-WM8978
/freebsd/sys/contrib/device-tree/src/arm/renesas/
H A Dr8a7745-iwg22d-sodimm.dts9 * SSI-SGTL5000
H A Diwg20d-q7-common.dtsi9 * SSI-SGTL5000
H A Dr8a7742-iwg21d-q7.dts9 * SSI-SGTL5000
/freebsd/sys/dev/sym/
H A Dsym_defs.h318 #define SSI 0x08 /* int: script: single step */ macro

123