Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:CHSPEC_CHANNEL
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/include/
H
A
D
brcmu_wifi.h
97
#define
CHSPEC_CHANNEL
(chspec) ((u8)((chspec) & WL_CHANSPEC_CHAN_MASK))
macro
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/include/
H
A
D
brcmu_wifi.h
97
#define
CHSPEC_CHANNEL
(chspec) ((u8)((chspec) & WL_CHANSPEC_CHAN_MASK))
macro
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H
A
D
channel.c
422
chan =
CHSPEC_CHANNEL
(chanspec);
in brcms_c_channel_reg_limits()
605
u8 channel =
CHSPEC_CHANNEL
(chspec);
in brcms_c_valid_chanspec_ext()
H
A
D
stf.c
102
CHSPEC_CHANNEL
(chanspec));
in brcms_c_stf_ss_algo_channel_get()
H
A
D
ampdu.c
896
__func__,
CHSPEC_CHANNEL
(
in brcms_c_ampdu_dotxstatus_complete()
H
A
D
main.c
914
CHSPEC_CHANNEL
(wlc->default_bss->chanspec));
in brcms_c_dotxstatus()
3898
wlc->pub->unit, __func__,
CHSPEC_CHANNEL
(chanspec));
in brcms_c_set_chanspec()
3910
CHSPEC_CHANNEL
(chanspec));
in brcms_c_set_chanspec()
6652
xfts |=
CHSPEC_CHANNEL
(wlc_phy_chanspec_get(wlc->band->pi)) <<
in brcms_c_d11hdrs_mac80211()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H
A
D
channel.c
422
chan =
CHSPEC_CHANNEL
(chanspec);
in brcms_c_channel_reg_limits()
605
u8 channel =
CHSPEC_CHANNEL
(chspec);
in brcms_c_valid_chanspec_ext()
H
A
D
stf.c
102
CHSPEC_CHANNEL
(chanspec));
in brcms_c_stf_ss_algo_channel_get()
H
A
D
ampdu.c
890
__func__,
CHSPEC_CHANNEL
(
in brcms_c_ampdu_dotxstatus_complete()
H
A
D
main.c
914
CHSPEC_CHANNEL
(wlc->default_bss->chanspec));
in brcms_c_dotxstatus()
3896
wlc->pub->unit, __func__,
CHSPEC_CHANNEL
(chanspec));
in brcms_c_set_chanspec()
3908
CHSPEC_CHANNEL
(chanspec));
in brcms_c_set_chanspec()
6651
xfts |=
CHSPEC_CHANNEL
(wlc_phy_chanspec_get(wlc->band->pi)) <<
in brcms_c_d11hdrs_mac80211()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H
A
D
phy_cmn.c
1172
m_cur_channel =
CHSPEC_CHANNEL
(chanspec);
in wlc_phy_chanspec_set()
1204
uint channel =
CHSPEC_CHANNEL
(chanspec);
in wlc_phy_chanspec_bandrange_get()
1547
target_chan =
CHSPEC_CHANNEL
(chspec);
in wlc_phy_txpower_recalc_target()
1549
target_chan = upper_20_sb(
CHSPEC_CHANNEL
(chspec));
in wlc_phy_txpower_recalc_target()
1551
target_chan = lower_20_sb(
CHSPEC_CHANNEL
(chspec));
in wlc_phy_txpower_recalc_target()
2455
channel =
CHSPEC_CHANNEL
(wlc_phy_chanspec_get(pih));
in wlc_phy_noise_sample_request_external()
2591
CHSPEC_CHANNEL
(pi->
in wlc_phy_watchdog()
H
A
D
phy_lcn.c
1328
CHSPEC_CHANNEL
(pi->radio_chanspec)) {
in wlc_lcnphy_rx_iq_cal()
1552
u8 channel =
CHSPEC_CHANNEL
(chanspec);
in wlc_lcnphy_set_chanspec_tweaks()
4143
pi_lcn->lcnphy_full_cal_channel =
CHSPEC_CHANNEL
(pi->radio_chanspec);
in wlc_lcnphy_periodic_cal()
4925
u8 channel =
CHSPEC_CHANNEL
(chanspec);
in wlc_phy_chanspec_set_lcnphy()
4942
if (
CHSPEC_CHANNEL
(pi->radio_chanspec) == 14) {
in wlc_phy_chanspec_set_lcnphy()
5128
freq = wlc_phy_channel2freq(
CHSPEC_CHANNEL
(pi->radio_chanspec));
in wlc_lcnphy_rx_signal_power()
H
A
D
phy_n.c
14732
if (
CHSPEC_CHANNEL
(pi->radio_chanspec) == 14) {
in wlc_phy_ipa_set_tx_digi_filts_nphy()
15099
curr_channel =
CHSPEC_CHANNEL
(pi->radio_chanspec);
in wlc_phy_adjust_lnagaintbl_nphy()
15294
freq = CHAN5G_FREQ(
CHSPEC_CHANNEL
(pi->radio_chanspec));
in wlc_phy_workarounds_nphy_gainctrl_2057_rev6()
16384
CHAN5G_FREQ(
CHSPEC_CHANNEL
in wlc_phy_workarounds_nphy_rev7()
18905
if ((
CHSPEC_CHANNEL
(pi->radio_chanspec) == 11) &&
in wlc_phy_adjust_rx_analpfbw_nphy()
18983
if ((
CHSPEC_CHANNEL
(pi->radio_chanspec) == 11) &&
in wlc_phy_adjust_crsminpwr_nphy()
19041
cur_channel =
CHSPEC_CHANNEL
(pi->radio_chanspec);
in wlc_phy_spurwar_nphy()
20403
channel =
CHSPEC_CHANNEL
(pi->radio_chanspec);
in wlc_phy_get_chan_freq_range_nphy()
20739
freq = CHAN5G_FREQ(
CHSPEC_CHANNEL
(pi->radio_chanspec));
in wlc_phy_chanspec_radio2056_setup()
21069
if (
CHSPEC_CHANNEL
(p
in wlc_phy_chanspec_nphy_setup()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H
A
D
phy_cmn.c
1173
m_cur_channel =
CHSPEC_CHANNEL
(chanspec);
in wlc_phy_chanspec_set()
1205
uint channel =
CHSPEC_CHANNEL
(chanspec);
in wlc_phy_chanspec_bandrange_get()
1548
target_chan =
CHSPEC_CHANNEL
(chspec);
in wlc_phy_txpower_recalc_target()
1550
target_chan = upper_20_sb(
CHSPEC_CHANNEL
(chspec));
in wlc_phy_txpower_recalc_target()
1552
target_chan = lower_20_sb(
CHSPEC_CHANNEL
(chspec));
in wlc_phy_txpower_recalc_target()
2456
channel =
CHSPEC_CHANNEL
(wlc_phy_chanspec_get(pih));
in wlc_phy_noise_sample_request_external()
2592
CHSPEC_CHANNEL
(pi->
in wlc_phy_watchdog()
H
A
D
phy_lcn.c
1328
CHSPEC_CHANNEL
(pi->radio_chanspec)) {
in wlc_lcnphy_rx_iq_cal()
1552
u8 channel =
CHSPEC_CHANNEL
(chanspec);
in wlc_lcnphy_set_chanspec_tweaks()
4143
pi_lcn->lcnphy_full_cal_channel =
CHSPEC_CHANNEL
(pi->radio_chanspec);
in wlc_lcnphy_periodic_cal()
4925
u8 channel =
CHSPEC_CHANNEL
(chanspec);
in wlc_phy_chanspec_set_lcnphy()
4942
if (
CHSPEC_CHANNEL
(pi->radio_chanspec) == 14) {
in wlc_phy_chanspec_set_lcnphy()
5128
freq = wlc_phy_channel2freq(
CHSPEC_CHANNEL
(pi->radio_chanspec));
in wlc_lcnphy_rx_signal_power()
H
A
D
phy_n.c
14732
if (
CHSPEC_CHANNEL
(pi->radio_chanspec) == 14) {
in wlc_phy_ipa_set_tx_digi_filts_nphy()
15099
curr_channel =
CHSPEC_CHANNEL
(pi->radio_chanspec);
in wlc_phy_adjust_lnagaintbl_nphy()
15294
freq = CHAN5G_FREQ(
CHSPEC_CHANNEL
(pi->radio_chanspec));
in wlc_phy_workarounds_nphy_gainctrl_2057_rev6()
16384
CHAN5G_FREQ(
CHSPEC_CHANNEL
in wlc_phy_workarounds_nphy_rev7()
18905
if ((
CHSPEC_CHANNEL
(pi->radio_chanspec) == 11) &&
in wlc_phy_adjust_rx_analpfbw_nphy()
18983
if ((
CHSPEC_CHANNEL
(pi->radio_chanspec) == 11) &&
in wlc_phy_adjust_crsminpwr_nphy()
19041
cur_channel =
CHSPEC_CHANNEL
(pi->radio_chanspec);
in wlc_phy_spurwar_nphy()
20403
channel =
CHSPEC_CHANNEL
(pi->radio_chanspec);
in wlc_phy_get_chan_freq_range_nphy()
20739
freq = CHAN5G_FREQ(
CHSPEC_CHANNEL
(pi->radio_chanspec));
in wlc_phy_chanspec_radio2056_setup()
21069
if (
CHSPEC_CHANNEL
(p
in wlc_phy_chanspec_nphy_setup()
[all...]
Completed in 91 milliseconds