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:BRCM_BAND_2G
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/include/
H
A
D
defs.h
63
#define
BRCM_BAND_2G
2 /* 2.4 Ghz */
macro
H
A
D
brcmu_wifi.h
135
#define CHSPEC2BAND(chspec) (CHSPEC_IS5G(chspec) ? BRCM_BAND_5G :
BRCM_BAND_2G
)
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/include/
H
A
D
defs.h
63
#define
BRCM_BAND_2G
2 /* 2.4 Ghz */
macro
H
A
D
brcmu_wifi.h
135
#define CHSPEC2BAND(chspec) (CHSPEC_IS5G(chspec) ? BRCM_BAND_5G :
BRCM_BAND_2G
)
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H
A
D
channel.c
430
if (band->bandtype ==
BRCM_BAND_2G
)
in brcms_c_channel_reg_limits()
438
if (band->bandtype ==
BRCM_BAND_2G
) {
in brcms_c_channel_reg_limits()
464
if (band->bandtype ==
BRCM_BAND_2G
)
in brcms_c_channel_reg_limits()
732
if (wlc->pub->_nbands > 1 || wlc->band->bandtype ==
BRCM_BAND_2G
)
in brcms_reg_notifier()
H
A
D
main.c
650
if (wlc->band->bandtype ==
BRCM_BAND_2G
)
in brcms_c_calc_frame_time()
662
if (wlc->band->bandtype ==
BRCM_BAND_2G
)
in brcms_c_calc_frame_time()
1316
*
BRCM_BAND_2G
<--- 2G band only
1344
case
BRCM_BAND_2G
:
in brcms_b_mhf()
3795
if (wlc_hw->band->bandtype ==
BRCM_BAND_2G
&& wlc_hw->up) {
in brcms_b_set_shortslot()
4559
wlc_hw->band->bandtype = j ? BRCM_BAND_5G :
BRCM_BAND_2G
;
in brcms_b_attach()
4561
wlc->band->bandtype = j ? BRCM_BAND_5G :
BRCM_BAND_2G
;
in brcms_b_attach()
5230
if (wlc->band->bandtype ==
BRCM_BAND_2G
)
in brcms_c_set_gmode()
5233
(wlc->bandstate[OTHERBANDUNIT(wlc)]->bandtype ==
BRCM_BAND_2G
))
in brcms_c_set_gmode()
5769
if (wlc->band->bandtype ==
BRCM_BAND_2G
)
in brcms_c_calc_frame_len()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H
A
D
channel.c
430
if (band->bandtype ==
BRCM_BAND_2G
)
in brcms_c_channel_reg_limits()
438
if (band->bandtype ==
BRCM_BAND_2G
) {
in brcms_c_channel_reg_limits()
464
if (band->bandtype ==
BRCM_BAND_2G
)
in brcms_c_channel_reg_limits()
732
if (wlc->pub->_nbands > 1 || wlc->band->bandtype ==
BRCM_BAND_2G
)
in brcms_reg_notifier()
H
A
D
main.c
650
if (wlc->band->bandtype ==
BRCM_BAND_2G
)
in brcms_c_calc_frame_time()
662
if (wlc->band->bandtype ==
BRCM_BAND_2G
)
in brcms_c_calc_frame_time()
1316
*
BRCM_BAND_2G
<--- 2G band only
1344
case
BRCM_BAND_2G
:
in brcms_b_mhf()
3793
if (wlc_hw->band->bandtype ==
BRCM_BAND_2G
&& wlc_hw->up) {
in brcms_b_set_shortslot()
4557
wlc_hw->band->bandtype = j ? BRCM_BAND_5G :
BRCM_BAND_2G
;
in brcms_b_attach()
4559
wlc->band->bandtype = j ? BRCM_BAND_5G :
BRCM_BAND_2G
;
in brcms_b_attach()
5228
if (wlc->band->bandtype ==
BRCM_BAND_2G
)
in brcms_c_set_gmode()
5231
(wlc->bandstate[OTHERBANDUNIT(wlc)]->bandtype ==
BRCM_BAND_2G
))
in brcms_c_set_gmode()
5767
if (wlc->band->bandtype ==
BRCM_BAND_2G
)
in brcms_c_calc_frame_len()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H
A
D
phy_cmn.c
459
if (bandtype ==
BRCM_BAND_2G
&& (sflags & SISF_2G_PHY))
in wlc_phy_attach()
503
pi->radio_chanspec = (bandtype ==
BRCM_BAND_2G
) ?
in wlc_phy_attach()
1251
if ((band ==
BRCM_BAND_2G
&& channel <= CH_MAX_2G_CHANNEL) ||
in wlc_phy_chanspec_band_validch()
1282
if (band ==
BRCM_BAND_2G
)
in wlc_phy_chanspec_band_firstch()
1293
if ((band ==
BRCM_BAND_2G
&& channel <= CH_MAX_2G_CHANNEL) ||
in wlc_phy_chanspec_band_firstch()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H
A
D
phy_cmn.c
460
if (bandtype ==
BRCM_BAND_2G
&& (sflags & SISF_2G_PHY))
in wlc_phy_attach()
504
pi->radio_chanspec = (bandtype ==
BRCM_BAND_2G
) ?
in wlc_phy_attach()
1252
if ((band ==
BRCM_BAND_2G
&& channel <= CH_MAX_2G_CHANNEL) ||
in wlc_phy_chanspec_band_validch()
1283
if (band ==
BRCM_BAND_2G
)
in wlc_phy_chanspec_band_firstch()
1294
if ((band ==
BRCM_BAND_2G
&& channel <= CH_MAX_2G_CHANNEL) ||
in wlc_phy_chanspec_band_firstch()
Completed in 25 milliseconds