Home
last modified time | relevance | path

Searched +full:data +full:- +full:rates (Results 1 – 25 of 594) sorted by relevance

12345678910>>...24

/freebsd/sys/dev/sound/pcm/
H A Dchannel_if.m1 #-
4 # Copyright (c) 2005-2009 Ariff Abdullah <ariff@FreeBSD.org>
5 # Portions Copyright (c) Ryan Beasley <ryan.beasley@gmail.com> - GSoC 2006
24 # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
39 channel_noreset(kobj_t obj, void *data)
45 channel_noresetdone(kobj_t obj, void *data)
51 channel_nofree(kobj_t obj, void *data)
57 channel_nogetptr(kobj_t obj, void *data)
63 channel_nonotify(kobj_t obj, void *data, u_int32_t changed)
69 channel_nogetpeaks(kobj_t obj, void *data, int *lpeak, int *rpeak)
[all …]
/freebsd/sys/contrib/device-tree/Bindings/net/wireless/
H A Dmediatek,mt76.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2 # Copyright (c) 2018-2019 The Linux Foundation. All rights reserved.
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Felix Fietkau <nbd@nbd.name>
12 - Lorenzo Bianconi <lorenzo@kernel.org>
13 - Ryder Lee <ryder.lee@mediatek.com>
25 - mediatek,mt76
26 - mediatek,mt7628-wmac
27 - mediatek,mt7622-wmac
[all …]
/freebsd/share/doc/smm/05.fastfs/
H A D4.t22 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
54 data to or from a file without performing any processing on it.
55 These programs must read and write enough data to
68 The systems were running multi-user but were otherwise quiescent.
95 Table 2a \- Reading rates of the old and new UNIX file systems.
110 Table 2b \- Writing rates of the old and new UNIX file systems.
115 the transfer rates for the new file system do not
122 to about half the rates given in Table 2 when the file
130 The bandwidth is calculated by comparing the data rates
133 able to use about 3\-5% of the disk bandwidth,
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dmac.c1 // SPDX-License-Identifier: ISC
42 memset(dev->mphy.aggr_stats, 0, sizeof(dev->mphy.aggr_stats)); in mt7603_mac_reset_counters()
51 int offset = 3 * dev->coverage_class; in mt7603_mac_set_timing()
54 bool is_5ghz = dev->mphy.chandef.chan->band == NL80211_BAND_5GHZ; in mt7603_mac_set_timing()
73 FIELD_PREP(MT_IFS_SLOT, dev->slottime)); in mt7603_mac_set_timing()
75 if (dev->slottime < 20 || is_5ghz) in mt7603_mac_set_timing()
229 u32 addr = mt7603_wtbl1_addr(sta->wcid.idx); in mt7603_wtbl_set_smps()
231 if (sta->smps == enabled) in mt7603_wtbl_set_smps()
235 sta->smps = enabled; in mt7603_wtbl_set_smps()
241 int idx = sta->wcid.idx; in mt7603_wtbl_set_ps()
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmac.c1 // SPDX-License-Identifier: ISC
23 #define to_rssi(field, rxv) ((FIELD_GET(field, rxv) - 220) / 2)
26 .pulse_th = { 110, -10, -80, 40, 5200, 128, 5200 },
40 .pulse_th = { 110, -10, -80, 40, 5200, 128, 5200 },
51 .pulse_th = { 110, -10, -80, 40, 5200, 128, 5200 },
99 wcid = rcu_dereference(dev->mt76.wcid[idx]); in mt7615_rx_get_wcid()
103 if (!wcid->sta) in mt7615_rx_get_wcid()
107 if (!sta->vif) in mt7615_rx_get_wcid()
110 return &sta->vif->sta.wcid; in mt7615_rx_get_wcid()
115 struct mt7615_dev *dev = phy->dev; in mt7615_mac_reset_counters()
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_mac.c1 // SPDX-License-Identifier: ISC
28 memset(dev->mphy.aggr_stats, 0, sizeof(dev->mphy.aggr_stats)); in mt76x02_mac_reset_counters()
39 if (key->keylen > 32) in mt76x02_mac_get_key_info()
42 memcpy(key_data, key->key, key->keylen); in mt76x02_mac_get_key_info()
44 switch (key->cipher) { in mt76x02_mac_get_key_info()
67 return -EOPNOTSUPP; in mt76x02_mac_shared_key_setup()
103 atomic64_set(&key->tx_pn, pn); in mt76x02_mac_wcid_sync_pn()
116 return -EOPNOTSUPP; in mt76x02_mac_wcid_set_key()
124 !!(key->flags & IEEE80211_KEY_FLAG_PAIRWISE)); in mt76x02_mac_wcid_set_key()
126 pn = atomic64_read(&key->tx_pn); in mt76x02_mac_wcid_set_key()
[all …]
H A Dmac80211.c1 // SPDX-License-Identifier: ISC
89 /* UNII-5 */
114 /* UNII-6 */
121 /* UNII-7 */
139 /* UNII-8 */
208 struct mt76_dev *dev = phy->dev; in mt76_led_init()
209 struct ieee80211_hw *hw = phy->hw; in mt76_led_init()
211 if (!phy->leds.cdev.brightness_set && !phy->leds.cdev.blink_set) in mt76_led_init()
214 snprintf(phy->leds.name, sizeof(phy->leds.name), "mt76-%s", in mt76_led_init()
215 wiphy_name(hw->wiphy)); in mt76_led_init()
[all …]
/freebsd/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_ppr.c4 IEEE 802.11n PHY data tables
22 Boston, MA 02110-1301, USA.
84 for (i = 0, entry = &(ppr)->__all_rates[i]; \
92 /* Compile-time PPR check */ in bwn_ppr_clear()
142 struct bwn_softc *sc = mac->mac_sc; in bwn_ppr_load_max_from_sprom()
144 struct bwn_ppr_rates *rates = &ppr->rates; in bwn_ppr_load_max_from_sprom() local
145 struct bwn_phy *phy = &mac->mac_phy; in bwn_ppr_load_max_from_sprom()
159 BWN_ERRPRINTF(mac->mac_sc, in bwn_ppr_load_max_from_sprom()
166 error = bhnd_nvram_getvar_uint16(sc->sc_dev, BHND_NVAR_CDDPO, &cddpo); in bwn_ppr_load_max_from_sprom()
168 BWN_ERRPRINTF(mac->mac_sc, "NVRAM variable %s unreadable: %d\n", in bwn_ppr_load_max_from_sprom()
[all …]
/freebsd/share/man/man3/
H A Dstats.32 .\" Copyright (c) 2016-2018 Netflix, Inc.
20 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
66 .Fa "struct stats_tpl_sample_rate *rates"
133 .Ss Stats Blob Data Gathering Functions
212 framework facilitates real-time kernel and user space statistics gathering.
230 Data gathering hook functions added at appropriate locations within the code
231 base of interest feed VOI data into the framework for processing.
238 .Bd -literal -offset indent
239 ---------------------------------------------------------
242 ---------------------------------------------------------
[all …]
/freebsd/sys/dev/rtwn/
H A Dif_rtwn_rx.c3 /*-
6 * Copyright (c) 2015-2016 Andriy Voskoboinyk <avos@FreeBSD.org>
16 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
65 * be applied; the HT rateset will be applied to 11n rates.
72 uint32_t rates = 0, htrates = 0; in rtwn_get_rates() local
76 /* Get rates mask. */ in rtwn_get_rates()
77 rates = 0; in rtwn_get_rates()
81 for (i = 0; i < rs->rs_nrates; i++) { in rtwn_get_rates()
83 ridx = rate2ridx(IEEE80211_RV(rs->rs_rates[i])); in rtwn_get_rates()
86 if (((rs->rs_rates[i] & IEEE80211_RATE_BASIC) != 0) || in rtwn_get_rates()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dmicrochip,sparx5-serdes.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/phy/microchip,sparx5-serdes.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Steen Hegelund <steen.hegelund@microchip.com>
14 support different operating modes and line rates.
21 * Rx built-in fault detector (loss-of-lock/loss-of-signal)
22 * Adjustable tx de-emphasis (FFE)
31 The SERDES6G is a high-speed SERDES interface, which can operate at
32 the following data rates:
[all …]
/freebsd/sys/dev/clk/rockchip/
H A Drk_clk_pll.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
21 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
49 struct rk_clk_pll_rate *rates; member
79 if ((sc->flags & RK_CLK_PLL_HAVE_GATE) == 0) in rk_clk_pll_set_gate()
84 val |= 1 << sc->gate_shift; in rk_clk_pll_set_gate()
85 dprintf("sc->gate_shift: %x\n", sc->gate_shift); in rk_clk_pll_set_gate()
86 val |= (1 << sc->gate_shift) << RK_CLK_PLL_MASK_SHIFT; in rk_clk_pll_set_gate()
87 dprintf("Write: gate_offset=%x, val=%x\n", sc->gate_offset, val); in rk_clk_pll_set_gate()
89 WRITE4(clk, sc->gate_offset, val); in rk_clk_pll_set_gate()
[all …]
H A Drk_clk_armclk.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
21 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
56 struct rk_clk_armclk_rates *rates; member
88 READ4(clk, sc->muxdiv_offset, &val); in rk_clk_armclk_init()
91 idx = (val & sc->mux_mask) >> sc->mux_shift; in rk_clk_armclk_init()
108 val |= index << sc->mux_shift; in rk_clk_armclk_set_mux()
109 val |= sc->mux_mask << RK_ARMCLK_WRITE_MASK_SHIFT; in rk_clk_armclk_set_mux()
110 dprintf("Write: muxdiv_offset=%x, val=%x\n", sc->muxdiv_offset, val); in rk_clk_armclk_set_mux()
111 WRITE4(clk, sc->muxdiv_offset, val); in rk_clk_armclk_set_mux()
[all …]
/freebsd/sys/netinet/
H A Dtcp_stats.c1 /*-
2 * Copyright (c) 2016-2018 Netflix, Inc.
20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
57 VNET_DEFINE(int, tcp_perconn_stats_dflt_tpl) = -1;
72 struct stats_tpl_sample_rate **rates, int *nrates, void *ctx);
76 "Enable per-connection TCP stats gathering; 1 enables for all connections, "
81 "TCP stats per template random sampling rates, in CSV tpl_spec=percent "
82 "key-value pairs (see stats(9) for template spec details)");
100 return (-V_tcp_perconn_stats_dflt_tpl); in tcp_stats_init()
190 tpl = -1; in tcp_stats_sample_rollthedice()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/serial/
H A Dnvidia,tegra20-hsuart.txt4 - compatible : should be,
5 "nvidia,tegra20-hsuart" for Tegra20,
6 "nvidia,tegra30-hsuart" for Tegra30,
7 "nvidia,tegra186-hsuart" for Tegra186,
8 "nvidia,tegra194-hsuart" for Tegra194.
10 - reg: Should contain UART controller registers location and length.
11 - interrupts: Should contain UART controller interrupts.
12 - clocks: Must contain one entry, for the module clock.
13 See ../clocks/clock-bindings.txt for details.
14 - resets : Must contain an entry for each entry in reset-names.
[all …]
H A Dnvidia,tegra20-hsuart.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/serial/nvidia,tegra20-hsuart.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Thierry Reding <thierry.reding@gmail.com>
11 - Jon Hunter <jonathanh@nvidia.com>
16 - enum:
17 - nvidia,tegra20-hsuart
18 - nvidia,tegra30-hsuart
19 - nvidia,tegra186-hsuart
[all …]
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/
H A Dovti,ov5648.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Paul Kocialkowski <paul.kocialkowski@bootlin.com>
21 - description: XVCLK Clock
23 assigned-clocks:
26 assigned-clock-rates:
29 dvdd-supply:
32 avdd-supply:
35 dovdd-supply:
[all …]
H A Dovti,ov8865.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Paul Kocialkowski <paul.kocialkowski@bootlin.com>
21 - description: EXTCLK Clock
23 assigned-clocks:
26 assigned-clock-rates:
29 dvdd-supply:
32 avdd-supply:
35 dovdd-supply:
[all …]
H A Dhynix,hi846.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schema
[all...]
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_phy.c12 * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
41 /* MCS RATE CODES - first and last */
67 8, /* number of rates */
84 8, /* number of rates */
101 8, /* number of rates */
118 8, /* number of rates */
135 4, /* number of rates */
149 * rates in increasing order e.g. 5.5, 11, 6, 9.
154 12, /* number of rates */
163 /* Hardware workaround - remove rates 6, 9 from rate ctrl */
[all …]
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211_scan.c2 * Driver interaction with Linux nl80211/cfg80211 - Scanning
4 * Copyright (c) 2002-2014, Jouni Malinen <j@w1.fi>
6 * Copyright (c) 2009-2010, Atheros Communications
20 #include "common/qca-vendor.h"
43 if (info->count >= MAX_NL80211_NOISE_FREQS) in get_noise_for_scan_results()
50 wpa_printf(MSG_DEBUG, "nl80211: Survey data missing"); in get_noise_for_scan_results()
68 info->freq[info->count] = in get_noise_for_scan_results()
70 info->noise[info->count] = in get_noise_for_scan_results()
72 info->count++; in get_noise_for_scan_results()
93 struct wpa_driver_nl80211_data *drv = bss->drv; in nl80211_abort_scan()
[all …]
/freebsd/sys/net80211/
H A Dieee80211_adhoc.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2007-2009 Sam Leffler, Errno Consulting
22 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
82 ic->ic_vattach[IEEE80211_M_IBSS] = adhoc_vattach; in ieee80211_adhoc_attach()
83 ic->ic_vattach[IEEE80211_M_AHDEMO] = adhoc_vattach; in ieee80211_adhoc_attach()
99 vap->iv_newstate = adhoc_newstate; in adhoc_vattach()
100 vap->iv_input = adhoc_input; in adhoc_vattach()
101 if (vap->iv_opmode == IEEE80211_M_IBSS) in adhoc_vattach()
102 vap->iv_recv_mgmt = adhoc_recv_mgmt; in adhoc_vattach()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/display/hisilicon/
H A Dhisi-ade.txt1 Device-Tree bindings for hisilicon ADE display controller driver
4 data from memory, do composition, do post image processing, generate RGB
8 - compatible: value should be "hisilicon,hi6220-ade".
9 - reg: physical base address and length of the ADE controller's registers.
10 - hisilicon,noc-syscon: ADE NOC QoS syscon.
11 - resets: The ADE reset controller node.
12 - interrupt: the ldi vblank interrupt number used.
13 - clocks: a list of phandle + clock-specifier pairs, one for each entry
14 in clock-names.
15 - clock-names: should contain:
[all …]
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Doffload.h1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
3 * Copyright (C) 2012-2014 Intel Corporation
4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH
5 * Copyright (C) 2016-2017 Intel Deutschland GmbH
6 * Copyright (C) 2021-2024 Intel Corporation
12 * enum iwl_prot_offload_subcmd_ids - protoco
56 __le32 rates; global() member
68 u8 data[MAX_STORED_BEACON_SIZE]; global() member
83 u8 data[MAX_STORED_BEACON_SIZE]; global() member
[all...]
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_phy.c1 /*-
2 * SPDX-License-Identifier: ISC
4 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
5 * Copyright (c) 2002-2008 Atheros Communications, Inc.
15 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
34 8, /* number of rates */
51 8, /* number of rates */
68 8, /* number of rates */
85 7, /* number of rates */
101 8, /* number of rates */
[all …]

12345678910>>...24