Home
last modified time | relevance | path

Searched +full:mic2 +full:- +full:src (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Deverest,es8326.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - David Yang <yangxiaohua@everest-semi.com>
21 - description: clock for master clock (MCLK)
23 clock-names:
25 - const: mclk
27 "#sound-dai-cells":
30 everest,jack-pol:
40 everest,mic1-src:
[all …]
/freebsd/sys/arm/allwinner/
H A Da10_codec.c1 /*-
2 * Copyright (c) 2014-2016 Jared D. McNeill <jmcneill@invisible.ca>
84 #define AC_DAC_DPC(_sc) ((_sc)->cfg->DPC)
86 #define AC_DAC_FIFOC(_sc) ((_sc)->cfg->DAC_FIFOC)
110 #define AC_DAC_FIFOS(_sc) ((_sc)->cfg->DAC_FIFOS)
111 #define AC_DAC_TXDATA(_sc) ((_sc)->cfg->DAC_TXDATA)
112 #define AC_ADC_FIFOC(_sc) ((_sc)->cfg->ADC_FIFOC)
124 #define AC_ADC_FIFOS(_sc) ((_sc)->cfg->ADC_FIFOS)
125 #define AC_ADC_RXDATA(_sc) ((_sc)->cfg->ADC_RXDATA)
126 #define AC_DAC_CNT(_sc) ((_sc)->cfg->DAC_CNT)
[all …]
/freebsd/sys/arm/allwinner/a64/
H A Dsun50i_a64_acodec.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
120 { "allwinner,sun50i-a64-codec-analog", 1},
131 #define A64CODEC_LOCK(sc) mtx_lock(&(sc)->mtx)
132 #define A64CODEC_UNLOCK(sc) mtx_unlock(&(sc)->mtx)
133 #define A64CODEC_READ(sc, reg) bus_read_4((sc)->res, (reg))
134 #define A64CODEC_WRITE(sc, reg, val) bus_write_4((sc)->res, (reg), (val))
148 /* De-assert reset */ in a64_acodec_pr_read()
174 /* De-assert reset */ in a64_acodec_pr_write()
213 if (!ofw_bus_search_compatible(dev, compat_data)->ocd_data) in a64codec_probe()
[all …]
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp.h3 * kmp.h -- KPTS runtime header file.
6 //===----------------------------------------------------------------------===//
10 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
12 //===----------------------------------------------------------------------===//
22 the Altix. Requires user code to be linked with -lrt. */
43 #define TASK_STACK_INDEX_MASK (TASK_STACK_BLOCK_SIZE - 1)
66 // Some WASI targets (e.g., wasm32-wasi-threads) do not support thread
106 // OMPD_SKIP_HWLOC used in libompd/omp-icv.cpp to avoid OMPD depending on hwloc
151 #include "ompt-internal.h"
155 #include "ompd-specific.h"
[all …]