Searched +full:pdm +full:- +full:fmt (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | cirrus,madera.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - patches@opensource.cirrus.com 21 include/dt-bindings/sound/madera.h 26 - $ref: dai-common.yaml# 29 '#sound-dai-cells': 38 INnAR INnBL INnBR. For non-muxed inputs the first two cells 46 $ref: /schemas/types.yaml#/definitions/uint32-array 54 cirrus,out-mono: [all …]
|
H A D | wlf,arizona.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - patches@opensource.cirrus.com 20 - $ref: dai-common.yaml# 23 '#sound-dai-cells': 31 signals. Valid values are 0 (Differential), 1 (Single-ended) and 38 $ref: /schemas/types.yaml#/definitions/uint32-array 46 wlf,out-mono: 50 (eg. First entry in the list corresponds to output 1). A non-zero [all …]
|
/freebsd/sys/dev/sound/fdt/ |
H A D | audio_soc.c | 1 /*- 83 {"simple-audio-card", 1}, 89 unsigned int fmt; member 97 { "pdm", AUDIO_DAI_FORMAT_PDM }, 110 int fmt, pol, clk; in audio_soc_reverse_clocks() local 112 fmt = AUDIO_DAI_FORMAT_FORMAT(format); in audio_soc_reverse_clocks() 131 return AUDIO_DAI_FORMAT(fmt, pol, clk); in audio_soc_reverse_clocks() 149 sc = ausoc_chan->sc; in audio_soc_chan_setformat() 151 return AUDIO_DAI_SET_CHANFORMAT(sc->cpu_dev, format); in audio_soc_chan_setformat() 164 sc = ausoc_chan->sc; in audio_soc_chan_setspeed() [all …]
|
/freebsd/sys/contrib/openzfs/cmd/ |
H A D | arcstat.in | 4 # For a definition of fields, or usage, use arcstat -v 16 # but has since moved to the illumos-gate repository. 32 # or https://opensource.org/licenses/CDDL-1.0. 64 "time": [8, -1, "Time"], 101 "pdm%": [4, 100, "Prefetch data miss percentage"], 263 cmd = ("Usage: arcstat [-havxp] [-f fields] [-o file] [-s string] [interval " 273 # Requires py-sysctl on FreeBSD 338 sys.stderr.write("\t -h : Print this help message\n") 339 sys.stderr.write("\t -a : Print all possible stats\n") 340 sys.stderr.write("\t -v : List all possible field headers and definitions" [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | audio | 2 #------------------------------------------------------------------------------ 12 >12 belong 1 8-bit ISDN mu-law, 14 >12 belong 2 8-bit linear PCM [REF-PCM], 16 >12 belong 3 16-bit linear PCM, 18 >12 belong 4 24-bit linear PCM, 20 >12 belong 5 32-bit linear PCM, 22 >12 belong 6 32-bit IEEE floating point, 24 >12 belong 7 64-bit IEEE floating point, 28 >12 belong 11 8-bit fixed point, 29 >12 belong 12 16-bit fixed point, [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | SVEInstrFormats.td | 1 //=-- SVEInstrFormats.td - AArch64 SVE Instruction classes -*- tablegen -*--=// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 14 // Non-matches return VT, which often means VT is the container type. 52 return N->hasOneUse(); 342 return N->hasOneUse(); 347 return N->hasOneUse(); 351 //===----------------------------------------------------------------------===// 352 // SVE PTrue - These are used extensively throughout the pattern matching so [all …]
|