| /freebsd/sys/contrib/device-tree/Bindings/sound/ |
| H A D | renesas,rsnd.txt | 17 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 D | fsl,ssi.txt | 3 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 D | eukrea-tlv320.txt | 9 - ssi-controller : The phandle of the SSI controller.
|
| H A D | imx-audio-sgtl5000.txt | 9 - ssi-controller : The phandle of the i.MX SSI controller
|
| H A D | imx-audio-es8328.txt | 6 - ssi-controller : The phandle of the i.MX SSI controller
|
| H A D | fsl,asrc.txt | 6 Ends Audio controller such as ESAI, SSI and SAI. It has three pairs to support
|
| H A D | fsl-asoc-card.txt | 91 Optional unless SSI is selected as a CPU DAI:
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | MemoryTaggingSupport.h | 69 StackInfoBuilder(const StackSafetyGlobalInfo *SSI) : SSI(SSI) {} in StackInfoBuilder() argument 77 const StackSafetyGlobalInfo *SSI; variable
|
| /freebsd/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | hisilicon,hi655x.txt | 4 Between PMIC Hi655x and Hi6220, the physical signal channel is SSI. 9 | Hi6220 | SSI bus | Hi655x |
|
| H A D | mc13xxx.txt | 14 - 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 D | gemini-ssi1328.dts | 4 * Device Tree file for SSI 1328 12 model = "SSI 1328";
|
| /freebsd/sys/contrib/device-tree/Bindings/dma/ |
| H A D | fsl-imx-sdma.txt | 33 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 D | StackSafetyAnalysis.h | 113 StackSafetyInfo SSI; 119 const StackSafetyInfo &getResult() const { return SSI; } 112 StackSafetyInfo SSI; global() variable
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | StackSafetyAnalysis.cpp | 840 GVToSSI SSI; in createGlobalStackSafetyInfo() local 842 return SSI; in createGlobalStackSafetyInfo() 875 SSI[F.first] = std::move(FI); in createGlobalStackSafetyInfo() 878 return SSI; in createGlobalStackSafetyInfo() 1009 auto &SSI = getInfo().Info; in print() local 1010 if (SSI.empty()) in print() 1012 const Module &M = *SSI.begin()->first->getParent(); in print() 1015 SSI.find(&F)->second.print(O, F.getName(), &F); in print() 1062 SSI.print(O); in print() 1067 SSI in runOnFunction() [all...] |
| /freebsd/sys/contrib/device-tree/Bindings/hsi/ |
| H A D | omap-ssi.txt | 1 OMAP SSI controller bindings 3 OMAP3's Synchronous Serial Interface (SSI) controller implements a
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | HWAddressSanitizer.cpp | 293 const StackSafetyGlobalInfo *SSI) in HWAddressSanitizer() argument 294 : M(M), SSI(SSI) { in HWAddressSanitizer() 381 const StackSafetyGlobalInfo *SSI; member in __anon1b7bdbef0111::HWAddressSanitizer 458 const StackSafetyGlobalInfo *SSI = nullptr; in run() local 461 SSI = &MAM.getResult<StackSafetyGlobalAnalysis>(M); in run() 463 HWAddressSanitizer HWASan(M, Options.CompileKernel, Options.Recover, SSI); in run() 790 if (SSI && SSI->stackAccessIsSafe(*Inst)) in ignoreAccessWithoutRemark() 1580 memtag::StackInfoBuilder SIB(SSI); in sanitizeFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | MemoryTaggingSupport.cpp | 198 !(SSI && SSI->isSafe(AI)); in isInterestingAlloca()
|
| /freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/ |
| H A D | dma.txt | 200 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 D | interface.txt | 20 "ti,omap3-ssi-interface-clock" - interface clock with SSI specific HW handling
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64StackTagging.cpp | 346 const StackSafetyGlobalInfo *SSI = nullptr; member in __anon5c1a1a7e0111::AArch64StackTagging 529 SSI = &getAnalysis<StackSafetyGlobalInfoWrapperPass>().getResult(); in runOnFunction() 535 memtag::StackInfoBuilder SIB(SSI); in runOnFunction()
|
| /freebsd/sys/contrib/device-tree/src/arm64/renesas/ |
| H A D | rz-smarc-common.dtsi | 12 * SSI-WM8978
|
| /freebsd/sys/contrib/device-tree/src/arm/renesas/ |
| H A D | r8a7745-iwg22d-sodimm.dts | 9 * SSI-SGTL5000
|
| H A D | iwg20d-q7-common.dtsi | 9 * SSI-SGTL5000
|
| H A D | r8a7742-iwg21d-q7.dts | 9 * SSI-SGTL5000
|
| /freebsd/sys/dev/sym/ |
| H A D | sym_defs.h | 318 #define SSI 0x08 /* int: script: single step */ macro
|