Searched +full:xtal +full:- +full:trim (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/contrib/device-tree/Bindings/net/ieee802154/ |
| H A D | at86rf230.txt | 4 - compatible: should be "atmel,at86rf230", "atmel,at86rf231", 6 - spi-max-frequency: maximal bus speed, should be set to 7500000 depends 8 - reg: the chipselect index 9 - interrupts: the interrupt generated by the device. Non high-level 13 - reset-gpio: GPIO spec for the rstn pin 14 - sleep-gpio: GPIO spec for the slp_tr pin 15 - xtal-trim: u8 value for fine tuning the internal capacitance 16 arrays of xtal pins: 0 = +0 pF, 0xf = +4.5 pF 22 spi-max-frequency = <7500000>; 25 interrupt-parent = <&gpio3>; [all …]
|
| H A D | atmel,at86rf233.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Frank Li <Frank.Li@nxp.com> 15 - atmel,at86rf212 16 - atmel,at86rf230 17 - atmel,at86rf231 18 - atmel,at86rf233 26 reset-gpio: 29 sleep-gpio: [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm/nxp/vf/ |
| H A D | vf610-zii-dev-rev-c.dts | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 6 /dts-v1/; 7 #include "vf610-zii-dev.dtsi" 11 compatible = "zii,vf610dev-c", "zii,vf610dev", "fsl,vf610"; 13 mdio-mux { 14 compatible = "mdio-mux-gpio"; 15 pinctrl-0 = <&pinctrl_mdio_mux>; 16 pinctrl-names = "default"; 20 mdio-parent-bus = <&mdio1>; 21 #address-cells = <1>; [all …]
|
| /freebsd/sys/dev/rtwn/rtl8821a/ |
| H A D | r21a_init.c | 1 /*- 108 device_printf(sc->sc_dev, in r21a_power_on() 159 /* XTAL trim. */ in r21a_power_on() 170 ((sc->sc_hwcrypto != RTWN_CRYPTO_SW) ? R92C_CR_ENSEC : 0) | in r21a_power_on() 183 struct r12a_softc *rs = sc->sc_priv; in r21a_power_off() 203 device_printf(sc->sc_dev, "%s: failed to block Tx queues\n", in r21a_power_off() 262 device_printf(sc->sc_dev, "%s: could not turn off MAC\n", in r21a_power_off() 280 rs->rs_flags &= ~(R12A_IQK_RUNNING | R12A_RADAR_ENABLED); in r21a_power_off() 286 struct r12a_softc *rs = sc->sc_priv; in r21a_check_condition() 292 __func__, cond[0], rs->ext_pa_5g, rs->ext_lna_5g); in r21a_check_condition() [all …]
|
| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | phy.c | 1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause 2 /* Copyright(c) 2019-2020 Realtek Corporation 20 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_phy0_phy1_offset() 22 return phy->phy0_phy1_offset(rtwdev, addr); in rtw89_phy0_phy1_offset() 28 u32 bit_rate = report->bit_rate; in get_max_amsdu_len() 35 if (report->might_fallback_legacy) in get_max_amsdu_len() 50 return rtwdev->chip->max_amsdu_limit; in get_max_amsdu_len() 66 ra_mask |= GENMASK_ULL(highest_mcs - gap, 0) << nss; in get_mcs_ra_mask() 69 ra_mask |= GENMASK_ULL(highest_mcs - gap * 2, 0) << nss; in get_mcs_ra_mask() 81 struct ieee80211_sta_he_cap cap = link_sta->he_cap; in get_he_ra_mask() [all …]
|