| /freebsd/sys/contrib/device-tree/Bindings/iio/adc/ |
| H A D | adi,ad7191.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 4 --- 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Alisa-Dariana Roman <alisa.roman@analog.com> 16 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7191.pdf 23 - adi,ad7191 28 spi-cpol: true 30 spi-cpha: true 37 CMOS-compatible clock driving MCLK2 pin). Must be absent when CLKSEL pin 43 avdd-supply: [all …]
|
| H A D | ti,ads131e08.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: Texas Instruments ADS131E0x 4-, 6- and 8-Channel ADCs 10 - Jonathan Cameron <jic23@kernel.org> 14 24-bit, delta-sigma, analog-to-digital converters (ADCs) with a 15 built-in programmable gain amplifier (PGA), internal reference 24 - ti,ads131e04 25 - ti,ads131e06 26 - ti,ads131e08 [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/hwmon/ |
| H A D | ti,tmp513.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Eric Tremblay <etremblay@distech-controls.com> 13 The TMP512 (dual-channel) and TMP513 (triple-channel) are system monitors 14 that include remote sensors, a local temperature sensor, and a high-side 16 remote temperatures, on-chip temperatures, and system voltage/power/current 27 - ti,tmp512 28 - ti,tmp513 33 shunt-resistor-micro-ohms: [all …]
|
| H A D | ti,ina2xx.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Krzysztof Kozlowski <krzk@kernel.org> 13 The INA209 is a high-side current shunt and power monitor with 22 - silergy,sq52206 23 - silergy,sy24655 24 - ti,ina209 25 - ti,ina219 26 - ti,ina220 [all …]
|
| /freebsd/sys/gnu/dev/bwn/phy_n/ |
| H A D | if_bwn_radio_2055.h | 22 Boston, MA 02110-1301, USA. 139 #define B2055_C1_RX_BB_MIDACHP 0x6C /* Core 1 RX Baseband MIDAC High-pass */ 153 #define B2055_C1_TX_RF_SPGA 0x7A /* Core 1 TX RF SGM PGA */ 155 #define B2055_C1_TX_RF_CNTPGA1 0x7C /* Core 1 TX RF counter PGA 1 */ 157 #define B2055_C1_TX_RF_PGAIDAC 0x7E /* Core 1 TX RF PGA IDAC */ 158 #define B2055_C1_TX_PGAPADTN 0x7F /* Core 1 TX PGA PAD TN */ 186 #define B2055_C2_RX_BB_MIDACHP 0x9B /* Core 2 RX Baseband MIDAC High-pass */ 200 #define B2055_C2_TX_RF_SPGA 0xA9 /* Core 2 TX RF SGM PGA */ 202 #define B2055_C2_TX_RF_CNTPGA1 0xAB /* Core 2 TX RF counter PGA 1 */ 204 #define B2055_C2_TX_RF_PGAIDAC 0xAD /* Core 2 TX RF PGA IDAC */ [all …]
|
| H A D | if_bwn_phy_n_core.c | 23 Boston, MA 02110-1301, USA. 98 uint16_t pga[2]; member 106 uint16_t pga; member 165 return ((mac->mac_phy.phy_n->ipa2g_on && band == BWN_BAND_2G) || in bwn_nphy_ipa() 166 (mac->mac_phy.phy_n->ipa5g_on && band == BWN_BAND_5G)); in bwn_nphy_ipa() 169 /* http://bcm-v4.sipsolutions.net/802.11/PHY/N/RxCoreGetState */ 180 /* http://bcm-v4.sipsolutions.net/802.11/PHY/N/ForceRFSeq */ 196 BWN_WARNPRINTF(mac->mac_sc, "%s: seq %d > max", __func__, seq); in bwn_nphy_force_rf_sequence() 207 BWN_ERRPRINTF(mac->mac_sc, "RF sequence status timeout\n"); in bwn_nphy_force_rf_sequence() 213 uint16_t value, uint8_t core, bool off, in bwn_nphy_rf_ctl_override_rev19() argument [all …]
|
| /freebsd/sys/dev/bwn/ |
| H A D | if_bwn_phy_g.c | 1 /*- 2 * Copyright (c) 2009-2010 Weongyo Jeong <weongyo@freebsd.org> 143 if (mac->mac_phy.hwpctl == 0 || mac->mac_phy.use_hwpctl == NULL) in bwn_has_hwpctl() 145 return (mac->mac_phy.use_hwpctl(mac)); in bwn_has_hwpctl() 151 struct bwn_softc *sc = mac->mac_sc; in bwn_phy_g_attach() 152 struct bwn_phy *phy = &mac->mac_phy; in bwn_phy_g_attach() 153 struct bwn_phy_g *pg = &phy->phy_g; in bwn_phy_g_attach() 171 BWN_PHY_G_READVAR(sc->sc_dev, int8, BHND_NVAR_PA0ITSSIT, &bg); in bwn_phy_g_attach() 172 BWN_PHY_G_READVAR(sc->sc_dev, int16, BHND_NVAR_PA0B0, &pab0); in bwn_phy_g_attach() 173 BWN_PHY_G_READVAR(sc->sc_dev, int16, BHND_NVAR_PA0B1, &pab1); in bwn_phy_g_attach() [all …]
|
| /freebsd/sys/kern/ |
| H A D | kern_sendfile.c | 1 /*- 2 * Copyright (c) 2013-2015 Gleb Smirnoff <glebius@FreeBSD.org> 116 KASSERT(sfs->count == 0, ("sendfile sync %p still busy", sfs)); in sendfile_sync_destroy() 118 cv_destroy(&sfs->cv); in sendfile_sync_destroy() 119 mtx_destroy(&sfs->mtx); in sendfile_sync_destroy() 126 mtx_lock(&sfs->mtx); in sendfile_sync_signal() 127 KASSERT(sfs->count > 0, ("sendfile sync %p not busy", sfs)); in sendfile_sync_signal() 128 if (--sfs->count == 0) { in sendfile_sync_signal() 129 if (!sfs->waiting) { in sendfile_sync_signal() 134 cv_signal(&sfs->cv); in sendfile_sync_signal() [all …]
|
| /freebsd/sys/contrib/dev/rtw88/ |
| H A D | rtw8822c.c | 1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause 2 /* Copyright(c) 2018-2019 Realtek Corporation 29 ether_addr_copy(efuse->addr, map->e.mac_addr); in rtw8822ce_efuse_parsing() 35 ether_addr_copy(efuse->addr, map->u.mac_addr); in rtw8822cu_efuse_parsing() 41 ether_addr_copy(efuse->addr, map->s.mac_addr); in rtw8822cs_efuse_parsing() 46 struct rtw_efuse *efuse = &rtwdev->efuse; in rtw8822c_read_efuse() 52 efuse->usb_mode_switch = u8_get_bits(map->usb_mode, BIT(7)); in rtw8822c_read_efuse() 53 efuse->rfe_option = map->rfe_option; in rtw8822c_read_efuse() 54 efuse->rf_board_option = map->rf_board_option; in rtw8822c_read_efuse() 55 efuse->crystal_cap = map->xtal_k & XCAP_MASK; in rtw8822c_read_efuse() [all …]
|
| /freebsd/sys/dev/ath/ath_hal/ar5210/ |
| H A D | ar5210_reset.c | 1 /*- 2 * SPDX-License-Identifier: ISC 4 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting 5 * Copyright (c) 2002-2004 Atheros Communications, Inc. 32 uint32_t Value; member 50 * Note this value was empirically derived and may be dependent 51 * on the host machine (don't know--the problem was identified 78 const HAL_EEPROM_v1 *ee = AH_PRIVATE(ah)->ah_eeprom; in ar5210Reset() 86 opmode, chan->ic_freq, chan->ic_flags, in ar5210Reset() 101 __func__, chan->ic_freq, chan->ic_flags); in ar5210Reset() [all …]
|
| /freebsd/contrib/one-true-awk/testdir/ |
| H A D | funstack.in | 2 %%% BibTeX-file{ 23 %%% (incompletely) 1970 -- 1979. 50 %%% covering 1958--1996 became too large (about 65 %%% Algorithms 1--492. For Algorithms 493--686, 72 %%% cross-referenced in both directions, so 75 %%% Corrigenda. Cross-referenced entries are 77 %%% that each is completely self-contained. 83 %%% ftp://netlib.bell-labs.com/netlib/toms. 88 %%% http://ciir.cs.umass.edu/cgi-bin/web_query_form/public/cacm2.1. 90 %%% The initial draft of entries for 1981 -- [all …]
|