Home
last modified time | relevance | path

Searched +full:in +full:- +full:band (Results 1 – 25 of 1065) sorted by relevance

12345678910>>...43

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dbcmwifi_channels.c2 * Misc utility routines used by kernel or app-level.
3 * Contents are wifi-specific, used by any kernel or app-level
23 * <<Broadcom-WL-IPTag/Dual:>>
32 #define tolower(c) (bcm_isupper((c)) ? ((c) + 'a' - 'A') : (c))
55 * [<band>'g']<channel>['/'<bandwidth>[<primary-sideband>]
56 * ['/'<1st-channel-segment>'-'<2nd-channel-segment>]]
58 * <band>:
67 * <primary-sideband>:
68 * 'u' or 'l' (only for 2.4GHz band 40MHz)
70 * For 2.4GHz band 40MHz channels, the same primary channel may be the
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dbcmwifi_channels.c2 * Misc utility routines used by kernel or app-level.
3 * Contents are wifi-specific, used by any kernel or app-level
23 * <<Broadcom-WL-IPTag/Dual:>>
32 #define tolower(c) (bcm_isupper((c)) ? ((c) + 'a' - 'A') : (c))
55 * [<band>'g']<channel>['/'<bandwidth>[<primary-sideband>]
56 * ['/'<1st-channel-segment>'-'<2nd-channel-segment>]]
58 * <band>:
67 * <primary-sideband>:
68 * 'u' or 'l' (only for 2.4GHz band 40MHz)
70 * For 2.4GHz band 40MHz channels, the same primary channel may be the
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dbcmwifi_channels.h23 * <<Broadcom-WL-IPTag/Dual:>>
29 /* A chanspec holds the channel number, band, bandwidth and primary 20MHz sub-band */
40 #define CH_5MHZ_APART 1u /* 2G band channels are 5 Mhz apart */
41 #define CH_160MHZ_APART (32u * CH_5MHZ_APART) /* 32 5Mhz-spaces */
43 #define CH_MIN_2G_CHANNEL 1u /* Min channel in 2G band */
44 #define CH_MAX_2G_CHANNEL 14u /* Max channel in 2G band */
45 #define CH_MIN_2G_40M_CHANNEL 3u /* Min 40MHz center channel in 2G band */
46 #define CH_MAX_2G_40M_CHANNEL 11u /* Max 40MHz center channel in 2G band */
48 #define CH_MIN_6G_CHANNEL 1u /* Min 20MHz channel in 6G band */
49 #define CH_MAX_6G_CHANNEL 253u /* Max 20MHz channel in 6G band */
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dbcmwifi_channels.h23 * <<Broadcom-WL-IPTag/Dual:>>
29 /* A chanspec holds the channel number, band, bandwidth and primary 20MHz sub-band */
40 #define CH_5MHZ_APART 1u /* 2G band channels are 5 Mhz apart */
41 #define CH_160MHZ_APART (32u * CH_5MHZ_APART) /* 32 5Mhz-spaces */
43 #define CH_MIN_2G_CHANNEL 1u /* Min channel in 2G band */
44 #define CH_MAX_2G_CHANNEL 14u /* Max channel in 2G band */
45 #define CH_MIN_2G_40M_CHANNEL 3u /* Min 40MHz center channel in 2G band */
46 #define CH_MAX_2G_40M_CHANNEL 11u /* Max 40MHz center channel in 2G band */
48 #define CH_MIN_6G_CHANNEL 1u /* Min 20MHz channel in 6G band */
49 #define CH_MAX_6G_CHANNEL 253u /* Max 20MHz channel in 6G band */
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/
H A Dhal_com_phycfg.c3 * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
9 * This program is distributed in the hope that it will be useful, but WITHOUT
28 * rtw_regsty_get_target_tx_power -
30 * Return dBm or -1 for undefined
33 IN PADAPTER Adapter, in rtw_regsty_get_target_tx_power()
34 IN u8 Band, in rtw_regsty_get_target_tx_power() argument
35 IN u8 RfPath, in rtw_regsty_get_target_tx_power()
36 IN RATE_SECTION RateSection in rtw_regsty_get_target_tx_power()
44 return -1; in rtw_regsty_get_target_tx_power()
47 if (Band != BAND_ON_2_4G in rtw_regsty_get_target_tx_power()
[all …]
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dmcompand.c2 * by Daniel Pouzzner <douzzer@mega.nu> 2002-Oct-8
19 * in-dB1,out-dB1[,in-dB2,out-dB2...]
20 * [ gain [ initial-volume [ delay ] ] ]
25 * The input is divided into bands using 4th order Linkwitz-Riley IIRs.
26 * This is akin to the crossover of a loudspeaker, and results in flat
35 * that the predictive mode of the limiter needs some TLC - in fact, a
36 * rewrite - since what's really useful is to assure that a waveform won't
37 * be clipped, by slewing the volume in advance so that the peak is at
38 * limit (or below, if there's a higher subsequent peak visible in the
64 size_t delay_size; /* lookahead for this band (in samples) - function of delay, above */
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/
H A Dhal_com_phycfg.c3 * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
9 * This program is distributed in the hope that it will be useful, but WITHOUT
26 * rtw_regsty_get_target_tx_power -
28 * Return dBm or -1 for undefined
31 IN PADAPTER Adapter, in rtw_regsty_get_target_tx_power()
32 IN u8 Band, in rtw_regsty_get_target_tx_power() argument
33 IN u8 RfPath, in rtw_regsty_get_target_tx_power()
34 IN RATE_SECTION RateSection in rtw_regsty_get_target_tx_power()
42 return -1; in rtw_regsty_get_target_tx_power()
45 if (Band != BAND_ON_2_4G in rtw_regsty_get_target_tx_power()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/
H A Dmlan_11d.c5 * Copyright (C) 2008-2017, Marvell International Ltd.
9 * (the "License"). You may use, redistribute and/or modify this File in
12 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the
13 * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
15 * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE
151 /* Look for code in mapping table */ in wlan_11d_code_2_region()
168 * @param band Band number
176 t_u8 band, in wlan_11d_channel_known() argument
179 chan_power_11d_t *pchan_pwr = parsed_region_chan->chan_pwr; in wlan_11d_channel_known()
180 t_u8 no_of_chan = parsed_region_chan->no_of_chan; in wlan_11d_channel_known()
[all …]
H A Dmlan_cfp.c7 * Copyright (C) 2009-2017, Marvell International Ltd.
11 * (the "License"). You may use, redistribute and/or modify this File in
14 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the
15 * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
17 * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE
94 {"IN", 0x10, 0x06}, /* India */
108 * The structure for Channel-Frequency-Power table
120 /** Band: 'B/G', Region: USA FCC/Canada IC */
135 /** Band: 'B/G', Region: Europe ETSI/China */
152 /** Band: 'B/G', Region: Japan */
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_11d.c6 * Copyright 2008-2022 NXP
10 * (the License). You may use, redistribute and/or modify the File in
13 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the
14 * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
16 * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE
154 /* Look for code in mapping table */ in wlan_11d_code_2_region()
171 * @param band Band number
177 static t_u8 wlan_11d_channel_known(pmlan_adapter pmadapter, t_u16 band, in wlan_11d_channel_known() argument
181 chan_power_11d_t *pchan_pwr = parsed_region_chan->chan_pwr; in wlan_11d_channel_known()
182 t_u8 no_of_chan = parsed_region_chan->no_of_chan; in wlan_11d_channel_known()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/
H A Dhal_com_phycfg.c3 * Copyright(c) 2007 - 2017 Realtek Corporation.
9 * This program is distributed in the hope that it will be useful, but WITHOUT
25 #define IS_PG_TXPWR_DIFF_INVALID(_diff) ((_diff) > 7 || (_diff) < -8)
61 RTW_PRINT_SEL(sel, "CCK-1T base:\n"); in dump_pg_txpwr_info_2g()
69 _RTW_PRINT_SEL(sel, "%3u ", txpwr_info->IndexCCK_Base[path][group]); in dump_pg_txpwr_info_2g()
82 _RTW_PRINT_SEL(sel, "%2d ", txpwr_info->CCK_Diff[path][tx_idx]); in dump_pg_txpwr_info_2g()
87 RTW_PRINT_SEL(sel, "BW40-1S base:\n"); in dump_pg_txpwr_info_2g()
89 for (group = 0; group < MAX_CHNL_GROUP_24G - 1; group++) in dump_pg_txpwr_info_2g()
94 for (group = 0; group < MAX_CHNL_GROUP_24G - 1; group++) in dump_pg_txpwr_info_2g()
95 _RTW_PRINT_SEL(sel, "%3u ", txpwr_info->IndexBW40_Base[path][group]); in dump_pg_txpwr_info_2g()
[all …]
/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_ets.c1 // SPDX-License-Identifier: GPL-2.0-only
6 * -----------
9 * discipline that merges functionality of PRIO and DRR qdiscs in one scheduler.
10 * ETS makes it easy to configure a set of strict and bandwidth-sharing bands to
11 * implement the transmission selection described in 802.1Qaz.
15 * PRIO-like and how many DRR-like, and quanta for the latter.
18 * ---------
20 * The strict classes, if any, are tried for traffic first: first band 0, if it
21 * has no traffic then band 1, etc.
23 * When there is no traffic in any of the strict queues, the bandwidth-sharing
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/
H A Diwl-eeprom-parse.c8 * Copyright(c) 2008 - 2014 Intel Corporation. All rights reserved.
10 * Copyright(c) 2018 - 2019 Intel Corporation
16 * This program is distributed in the hope that it will be useful, but
21 * The full GNU General Public License is included in this distribution
22 * in the file called COPYING.
26 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
30 * Copyright(c) 2005 - 2014 Intel Corporation. All rights reserved.
32 * Copyright(c) 2018 - 2019 Intel Corporation
35 * Redistribution and use in source and binary forms, with or without
41 * * Redistributions in binary form must reproduce the above copyright
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmain.c3 * Copyright (c) 2013 Hauke Mehrtens <hauke@hauke-m.de>
7 * copyright notice and this permission notice appear in all copies.
11 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
13 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
14 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
42 /* watchdog timer, in unit of ms */
44 /* radio monitor timer, in unit of ms */
47 /* beacon interval, in unit of 1024TU */
50 /* n-mode support capability */
82 #define EDCF_ECW2CW(exp) ((1 << (exp)) - 1)
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/abm/
H A Dmain.h1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
9 #include <linux/radix-tree.h>
39 * struct nfp_abm - ABM NIC app structure
51 * @num_thresholds: number of @thresholds and bits in @threshold_undef
53 * @prio_map_len: computed length of FW priority map (in bytes)
57 * in switchdev mode
61 * @q_stats: basic queue statistics (only in per-band case)
88 * struct nfp_alink_stats - ABM NIC statistics
94 * @drops: number of tail-dropped packets (accumulative)
106 * struct nfp_alink_xstats - extended ABM NIC statistics
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dbcmwifi_channels.c2 * Misc utility routines used by kernel or app-level.
3 * Contents are wifi-specific, used by any kernel or app-level
8 * Copyright (C) 1999-2017, Broadcom Corporation
25 * software in any way with any other Broadcom software provided under a license
29 * <<Broadcom-WL-IPTag/Open:>>
31 * $Id: bcmwifi_channels.c 695288 2017-04-19 17:20:39Z $
41 #define tolower(c) (bcm_isupper((c)) ? ((c) + 'a' - 'A') : (c))
62 * [<band> 'g'] <channel> ['/'<bandwidth> [<primary-sideband>]['/'<1st80channel>'-'<2nd80channel>]]
64 * <band>:
72 * <primary-sideband>:
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dbcmwifi_channels.c2 * Misc utility routines used by kernel or app-level.
3 * Contents are wifi-specific, used by any kernel or app-level
8 * Copyright (C) 1999-2017, Broadcom Corporation
25 * software in any way with any other Broadcom software provided under a license
29 * <<Broadcom-WL-IPTag/Open:>>
31 * $Id: bcmwifi_channels.c 695288 2017-04-19 17:20:39Z $
41 #define tolower(c) (bcm_isupper((c)) ? ((c) + 'a' - 'A') : (c))
62 * [<band> 'g'] <channel> ['/'<bandwidth> [<primary-sideband>]['/'<1st80channel>'-'<2nd80channel>]]
64 * <band>:
72 * <primary-sideband>:
[all …]
/OK3568_Linux_fs/external/xserver/dix/
H A Dregion.c7 the above copyright notice appear in all copies and that both that
8 copyright notice and this permission notice appear in supporting
11 The above copyright notice and this permission notice shall be included in
16 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
18 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
19 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
21 Except as contained in this notice, the name of The Open Group shall not be
22 used in advertising or otherwise to promote the sale, use or other dealings
23 in this Software without prior written authorization from The Open Group.
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/
H A Dsounding.c9 * This program is distributed in the hope that it will be useful, but WITHOUT
18 u32 mac_get_csi_buffer_index(struct mac_ax_adapter *adapter, u8 band, in mac_get_csi_buffer_index() argument
24 ret = check_mac_en(adapter, band, MAC_AX_CMAC_SEL); in mac_get_csi_buffer_index()
30 val32 = MAC_REG_R32((band ? R_AX_BFMER_CSI_BUFF_IDX0_C1 : in mac_get_csi_buffer_index()
35 u32 mac_set_csi_buffer_index(struct mac_ax_adapter *adapter, u8 band, in mac_set_csi_buffer_index() argument
44 if (adapter->sm.fwdl == MAC_AX_FWDL_INIT_RDY) { in mac_set_csi_buffer_index()
45 ret = check_mac_en(adapter, band, MAC_AX_CMAC_SEL); in mac_set_csi_buffer_index()
51 cr = (band ? R_AX_BFMER_CSI_BUFF_IDX0_C1 : in mac_set_csi_buffer_index()
59 PLTFM_MSG_ERR("[ERR]%s FW_OFLD in %x\n", __func__, cr); in mac_set_csi_buffer_index()
65 ret = check_mac_en(adapter, band, MAC_AX_CMAC_SEL); in mac_set_csi_buffer_index()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/
H A Dsounding.c9 * This program is distributed in the hope that it will be useful, but WITHOUT
18 u32 mac_get_csi_buffer_index(struct mac_ax_adapter *adapter, u8 band, in mac_get_csi_buffer_index() argument
24 ret = check_mac_en(adapter, band, MAC_AX_CMAC_SEL); in mac_get_csi_buffer_index()
30 val32 = MAC_REG_R32((band ? R_AX_BFMER_CSI_BUFF_IDX0_C1 : in mac_get_csi_buffer_index()
35 u32 mac_set_csi_buffer_index(struct mac_ax_adapter *adapter, u8 band, in mac_set_csi_buffer_index() argument
44 if (adapter->sm.fwdl == MAC_AX_FWDL_INIT_RDY) { in mac_set_csi_buffer_index()
45 ret = check_mac_en(adapter, band, MAC_AX_CMAC_SEL); in mac_set_csi_buffer_index()
51 cr = (band ? R_AX_BFMER_CSI_BUFF_IDX0_C1 : in mac_set_csi_buffer_index()
59 PLTFM_MSG_ERR("[ERR]%s FW_OFLD in %x\n", __func__, cr); in mac_set_csi_buffer_index()
65 ret = check_mac_en(adapter, band, MAC_AX_CMAC_SEL); in mac_set_csi_buffer_index()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dbcmwifi_channels.c2 * Misc utility routines used by kernel or app-level.
3 * Contents are wifi-specific, used by any kernel or app-level
8 * Copyright (C) 1999-2017, Broadcom Corporation
25 * software in any way with any other Broadcom software provided under a license
29 * <<Broadcom-WL-IPTag/Open:>>
31 * $Id: bcmwifi_channels.c 695288 2017-04-19 17:20:39Z $
41 #define tolower(c) (bcm_isupper((c)) ? ((c) + 'a' - 'A') : (c))
62 * [<band> 'g'] <channel> ['/'<bandwidth> [<primary-sideband>]['/'<1st80channel>'-'<2nd80channel>]]
64 * <band>:
72 * <primary-sideband>:
[all …]
/OK3568_Linux_fs/kernel/net/openvswitch/
H A Dmeter.c1 // SPDX-License-Identifier: GPL-2.0-only
43 return id % ti->n_meters; in meter_hash()
58 struct dp_meter_instance *ti = rcu_dereference_ovsl(tbl->ti); in lookup_meter()
62 meter = rcu_dereference_ovsl(ti->dp_meters[hash]); in lookup_meter()
63 if (meter && likely(meter->id == meter_id)) in lookup_meter()
79 ti->n_meters = size; in dp_meter_instance_alloc()
100 struct dp_meter_instance *ti = rcu_dereference_ovsl(tbl->ti); in dp_meter_instance_realloc()
101 int n_meters = min(size, ti->n_meters); in dp_meter_instance_realloc()
107 return -ENOMEM; in dp_meter_instance_realloc()
110 if (rcu_dereference_ovsl(ti->dp_meters[i])) in dp_meter_instance_realloc()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/
H A Dhal_com_phycfg.h3 * Copyright(c) 2007 - 2017 Realtek Corporation.
9 * This program is distributed in the hope that it will be useful, but WITHOUT
34 /*------------------------------Define structure----------------------------*/
54 u32 rfLSSIReadBackPi; /* LSSI RF readback data PI mode 0x8b8-8bc for Path A and B */
59 /* ---------------------------------------------------------------------- */
62 IN PADAPTER Adapter,
63 IN u8 Band,
64 IN u8 RfPath,
65 IN RATE_SECTION RateSection
70 IN PADAPTER pAdapter,
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dbcmwifi_channels.c1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Misc utility routines used by kernel or app-level.
4 * Contents are wifi-specific, used by any kernel or app-level
7 * Copyright (C) 1999-2017, Broadcom Corporation
24 * software in any way with any other Broadcom software provided under a license
28 * <<Broadcom-WL-IPTag/Open:>>
30 * $Id: bcmwifi_channels.c 612483 2016-01-14 03:44:27Z $
40 #define tolower(c) (bcm_isupper((c)) ? ((c) + 'a' - 'A') : (c))
59 * [<band> 'g'] <channel> ['/'<bandwidth> [<ctl-sideband>]['/'<1st80channel>'-'<2nd80channel>]]
61 * <band>:
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/
H A Dhal_com_phycfg.c3 * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
9 * This program is distributed in the hope that it will be useful, but WITHOUT
31 // By Bruce, 2008-01-29.
35 IN PADAPTER Adapter, in phy_TxPwrIdxToDbm()
36 IN WIRELESS_MODE WirelessMode, in phy_TxPwrIdxToDbm()
37 IN u8 TxPwrIdx in phy_TxPwrIdxToDbm()
44 // Tested by MP, we found that CCK Index 0 equals to -7dbm, OFDM legacy equals to -8dbm. in phy_TxPwrIdxToDbm()
47 // By Bruce, 2008-01-29. in phy_TxPwrIdxToDbm()
52 Offset = -7; in phy_TxPwrIdxToDbm()
57 Offset = -8; in phy_TxPwrIdxToDbm()
[all …]

12345678910>>...43