| /freebsd-src/sys/contrib/device-tree/Bindings/media/i2c/ |
| H A D | rda,rda5807.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Paul Cercueil <paul@crapouillou.net> 15 - rda,rda5807 21 power-supply: true 31 rda,analog-out: 32 description: Enable analog audio output. 35 rda,i2s-out: 39 rda,lna-microamp: [all …]
|
| H A D | adv7343.txt | 1 * Analog Devices adv7343 video encoder 3 The ADV7343 are high speed, digital-to-analog video encoders in a 64-lead LQFP 4 package. Six high speed, 3.3 V, 11-bit video DACs provide support for composite 5 (CVBS), S-Video (Y-C), and component (YPrPb/RGB) analog outputs in standard 10 - compatible: Must be "adi,adv7343" 13 - adi,power-mode-sleep-mode: on enable the current consumption is reduced to 16 - adi,power-mode-pll-ctrl: PLL and oversampling control. This control allows 19 - ad,adv7343-power-mode-dac: array configuring the power on/off DAC's 1..6, 22 - ad,adv7343-sd-config-dac-out: array configure SD DAC Output's 1 and 2, 0 = OFF 38 adi,power-mode-sleep-mode; [all …]
|
| /freebsd-src/sys/contrib/device-tree/Bindings/hwmon/ |
| H A D | adi,ltc2947.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Analog Devices LTC2947 high precision power and energy monitor 10 - Nuno Sá <nuno.sa@analog.com> 13 Analog Devices LTC2947 high precision power and energy monitor over SPI or I2C. 15 https://www.analog.com/media/en/technical-documentation/data-sheets/LTC2947.pdf 20 - adi,ltc2947 33 adi,accumulator-ctl-pol: 41 $ref: /schemas/types.yaml#/definitions/uint32-array [all …]
|
| /freebsd-src/sys/contrib/device-tree/src/arm/st/ |
| H A D | stm32h7-pinctrl.dtsi | 2 * Copyright 2017 - Alexandre Torgue <alexandre.torgue@st.com> 4 * This file is dual-licensed: you can use it either under the terms 39 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 43 #include <dt-bindings/pinctrl/stm32-pinfunc.h> 47 i2c1_pins_a: i2c1-0 { 51 bias-disable; 52 drive-open-drain; 53 slew-rate = <0>; 57 ethernet_rmii: rmii-0 { 68 slew-rate = <2>; [all …]
|
| /freebsd-src/sys/contrib/device-tree/Bindings/i2c/ |
| H A D | i2c.txt | 8 ----------------------------- 10 - #address-cells - should be <1>. Read more about addresses below. 11 - #size-cells - should be <0>. 12 - compatible - name of I2C bus controller 21 ----------------------------- 26 - clock-frequency 29 - i2c-bus 31 devices and non-I2C devices, the 'i2c-bus' subnode can be used for 32 populating I2C devices. If the 'i2c-bus' subnode is present, only 34 '#address-cells' and '#size-cells' must be defined under this subnode [all …]
|
| /freebsd-src/sys/contrib/device-tree/Bindings/iio/dac/ |
| H A D | adi,ad3552r.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 2 # Copyright 2020 Analog Devices Inc. 4 --- 6 $schema: http://devicetree.org/meta-schema [all...] |
| /freebsd-src/share/man/man4/man4.arm/ |
| H A D | ti_adc.4 | 22 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 30 .Nd TI AM3XXX analog to digital converter driver 36 driver provides access to the AIN (analog inputs) on am3xxx SoCs. 38 It provides raw readings of the converted values for each analog inputs. 45 .Bd -literal 85 On Beaglebone-black the analog input 7 is connected to the 3V3B rail through 91 .Bl -tag -width ".Va dev.ti_adc.0.clockdiv" 101 .Bl -tag -width ".Va dev.ti_adc.0.ain.%d.samples_avg" 113 Is the converted raw value of the voltage applied on the analog input. 124 .An -nosplit
|
| /freebsd-src/sys/contrib/device-tree/Bindings/sound/ |
| H A D | allwinner,sun4i-a10-codec.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/sound/allwinner,sun4i-a10-codec.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Chen-Yu Tsai <wens@csie.org> 11 - Maxime Ripard <mripard@kernel.org> 14 "#sound-dai-cells": 19 - allwinner,sun4i-a10-codec 20 - allwinner,sun6i-a31-codec 21 - allwinner,sun7i-a20-codec [all …]
|
| /freebsd-src/sys/arm/allwinner/a64/ |
| H A D | sun50i_a64_acodec.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 25 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 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() [all …]
|
| /freebsd-src/usr.sbin/flowctl/ |
| H A D | flowctl.8 | 1 .\" Copyright (c) 2004-2005 Gleb Smirnoff <glebius@FreeBSD.org> 22 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 44 .Bl -tag -width ".Fl d Ar level" 55 .Bl -tag -width ".Cm show" 57 This command is the analog of the 60 It dumps the contents of the flow cache in Cisco-like format. 68 which is analog of the 72 parameter can be specify to show selected flows in human-readable format. 75 .Ex -std 80 .An -nosplit
|
| /freebsd-src/sys/dev/sound/pci/hda/ |
| H A D | hdacc.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 6 * Copyright (c) 2008-2012 Alexander Motin <mav@FreeBSD.org> 27 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 63 #define hdacc_lock(codec) snd_mtxlock((codec)->lock) 64 #define hdacc_unlock(codec) snd_mtxunlock((codec)->lock) 65 #define hdacc_lockassert(codec) snd_mtxassert((codec)->loc [all...] |
| H A D | pin_patch_realtek.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 25 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 219 PIN_PATCH_STRING(27, "seq=1 as=5 misc=1 ctype=Analog device=Speaker loc=Internal conn=Fixed"), 311 PIN_PATCH_STRING(21, "as=1 misc=1 ctype=Analog device=Speaker loc=Internal conn=Fixed"), 361 PIN_PATCH_STRING(30, "as=8 misc=1 color=Black ctype=Combo device=SPDIF-out loc=Rear"), 479 PIN_PATCH_STRING(30, "seq=14 as=1 color=Black ctype=Digital device=SPDIF-out loc=Left"), 489 PIN_PATCH_STRING(24, "seq=15 as=3 color=Black ctype=1/8 device=Line-in loc=Ext-Rear"), 490 PIN_PATCH_STRING(27, "as=2 color=Black ctype=1/8 loc=Ext-Rear"), 509 PIN_PATCH_STRING(27, "seq=15 as=2 misc=1 ctype=Analog device=Mic loc=Onboard conn=Fixed"), [all …]
|
| /freebsd-src/sys/dev/ath/ath_hal/ar5312/ |
| H A D | ar5312_attach.c | 1 /*- 2 * SPDX-License-Identifier: ISC 4 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting 5 * Copyright (c) 2002-2008 Atheros Communications, Inc. 16 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 40 .totalSizeDesired = { -41, -41, -48, -48, -48 }, in ar5312AniSetup() 41 .coarseHigh = { -18, -18, -16, -14, -12 }, in ar5312AniSetup() 42 .coarseLow = { -56, -56, -60, -60, -60 }, in ar5312AniSetup() 43 .firpwr = { -72, -72, -75, -78, -80 }, in ar5312AniSetup() 86 ah = &ahp->ah_priv.h; in ar5312Attach() [all …]
|
| /freebsd-src/sys/contrib/device-tree/Bindings/iio/frequency/ |
| H A D | adi,adrf6780.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Antoniu Miclaus <antoniu.miclaus@analog.com> 16 https://www.analog.com/en/products/adrf6780.html 21 - adi,adrf6780 26 spi-max-frequency: 34 clock-names: 36 - const: lo_in 38 clock-output-names: [all …]
|
| /freebsd-src/sys/contrib/device-tree/Bindings/iio/adc/ |
| H A D | adi,ad7476.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 2 # Copyright 2019 Analog Devices Inc. 4 --- 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Michael Hennerich <michael.hennerich@analog.com> 15 They typically don't provide a MOSI pin, simply reading out data 21 - adi,ad7091 22 - adi,ad7091r 23 - adi,ad7273 24 - adi,ad7274 [all …]
|
| /freebsd-src/sys/contrib/device-tree/src/arm/rockchip/ |
| H A D | rk3288-rock2-square.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 3 /dts-v1/; 4 #include <dt-bindings/input/input.h> 5 #include "rk3288-rock2-som.dtsi" 9 compatible = "radxa,rock2-square", "rockchip,rk3288"; 12 stdout-path = "serial2:115200n8"; 15 adc-keys { 16 compatible = "adc-keys"; 17 io-channels = <&saradc 1>; 18 io-channel-names = "buttons"; [all …]
|
| /freebsd-src/sys/dev/ath/ath_hal/ar5211/ |
| H A D | ar5211_attach.c | 1 /*- 2 * SPDX-License-Identifier: ISC 4 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting 5 * Copyright (c) 2002-2006 Atheros Communications, Inc. 16 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 229 ah = &ahp->ah_priv.h; in ar5211Attach() 231 OS_MEMCPY(&ahp->ah_priv, &ar5211hal, sizeof(struct ath_hal_private)); in ar5211Attach() 232 ah->ah_sc = sc; in ar5211Attach() 233 ah->ah_st = st; in ar5211Attach() 234 ah->ah_sh = sh; in ar5211Attach() [all …]
|
| /freebsd-src/sys/dev/sound/macio/ |
| H A D | davbusreg.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 24 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 87 /* Mute control for each analog output port. */ 98 /* Attenuation of each analog output port. */ 135 /* Demultiplexer. Routes the mixer 0-3 (see above) to output sources. 136 Output sources 0-2 can be converted to analog. */ 198 /* Digital input streams ISA-ISC. A stream may be derived from data coming 200 output sources OSA-OSD. */ 211 /* A digital scaler for input streams 0-4 A-H. */ [all …]
|
| /freebsd-src/sys/arm/freescale/vybrid/ |
| H A D | vf_anadig.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2013-2014 Ruslan Bukin <br@bsdpad.com> 25 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 30 * Vybrid Family Analog components control digital interface (ANADIG) 73 #define ANADIG_ANA_MISC0 0x150 /* Analog Miscellaneous */ 74 #define ANADIG_ANA_MISC1 0x160 /* Analog Miscellaneous */ 112 { -1, 0 } 122 if (!ofw_bus_is_compatible(dev, "fsl,mvf600-anadig")) in anadig_probe() 183 if (bus_alloc_resources(dev, anadig_spec, sc->res)) { in anadig_attach() [all …]
|
| /freebsd-src/sys/dev/ath/ath_hal/ar9002/ |
| H A D | ar9285_attach.c | 1 /*- 2 * SPDX-License-Identifier: ISC 4 * Copyright (c) 2008-2009 Sam Leffler, Errno Consulting 16 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 86 .totalSizeDesired = { -55, -55, -55, -55, -62 }, in ar9285AniSetup() 87 .coarseHigh = { -14, -14, -14, -14, -12 }, in ar9285AniSetup() 88 .coarseLow = { -64, -64, -64, -64, -70 }, in ar9285AniSetup() 89 .firpwr = { -78, -78, -78, -78, -80 }, in ar9285AniSetup() 103 AH5416(ah)->ah_ani_function &= ~(1 << HAL_ANI_NOISE_IMMUNITY_LEVEL); in ar9285AniSetup() 109 "LNA1-LNA2", [all …]
|
| H A D | ar9287_attach.c | 1 /*- 2 * SPDX-License-Identifier: ISC 4 * Copyright (c) 2008-2009 Sam Leffler, Errno Consulting 16 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 85 .totalSizeDesired = { -55, -55, -55, -55, -62 }, in ar9287AniSetup() 86 .coarseHigh = { -14, -14, -14, -14, -12 }, in ar9287AniSetup() 87 .coarseLow = { -64, -64, -64, -64, -70 }, in ar9287AniSetup() 88 .firpwr = { -78, -78, -78, -78, -80 }, in ar9287AniSetup() 102 AH5416(ah)->ah_ani_function &= ~ HAL_ANI_NOISE_IMMUNITY_LEVEL; in ar9287AniSetup() 137 ah = &ahp->ah_priv.h; in ar9287Attach() [all …]
|
| /freebsd-src/sys/contrib/device-tree/Bindings/display/ti/ |
| H A D | ti,opa362.txt | 1 OPA362 analog video amplifier 4 - compatible: "ti,opa362" 5 - enable-gpios: enable/disable output gpio 8 - Video port 0 for opa362 input 9 - Video port 1 for opa362 output 15 enable-gpios = <&gpio1 23 0>; /* GPIO to enable video out amplifier */ 18 #address-cells = <1>; 19 #size-cells = <0>; 24 remote-endpoint = <&venc_out>; 31 remote-endpoint = <&tv_connector_in>;
|
| /freebsd-src/share/man/man4/ |
| H A D | ads111x.4 | 22 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 30 .Nd driver for ADS101x and ADS111x i2c analog to digital converters 35 .Bd -ragged -offset indent 42 .Bd -literal -offset indent 48 driver provides support for the ADS101x/ADS111x family of analog 75 making either single-ended or differential measurements. 107 .Bl -tag -width indent 111 Other bits which are controlled by the driver are masked out, and 125 Because measurements are always made in single-shot mode, think of 141 sysctl variables -- you must access it specifically by name, because [all …]
|
| /freebsd-src/sys/contrib/alpine-hal/ |
| H A D | al_hal_serdes_25g_regs.h | 9 found at http://www.gnu.org/licenses/gpl-2.0.html 31 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 132 /* Bit-wise write enable */ 139 * 0x1 – Select inter-macro reference clock from the left side 141 * 0x3 – Select inter-macro reference clock from the right side 156 * 0x2 – Select inter-macro reference clock input from right side 172 * 0x2 – Select inter-macro reference clock input from left side 186 * Program memory acknowledge - Only when the access 193 * Data memory acknowledge - Only when the access 200 * 0 - keep cpu clk as sb clk [all …]
|
| /freebsd-src/sys/dev/ath/ath_hal/ar5212/ |
| H A D | ar2413.c | 1 /*- 2 * SPDX-License-Identifier: ISC 4 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting 5 * Copyright (c) 2002-2008 Atheros Communications, Inc. 16 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 48 /* filled out Vpd table for all pdGains (chanL) */ 51 /* filled out Vpd table for all pdGains (chanR) */ 54 /* filled out Vpd table for all pdGains (interpolated) */ 58 #define AR2413(ah) ((struct ar2413State *) AH5212(ah)->ah_rfHal) 75 * ASSUMES: Writes enabled to analog bus [all …]
|