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_5G
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/include/
H
A
D
defs.h
62
#define
BRCM_BAND_5G
1 /* 5 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
62
#define
BRCM_BAND_5G
1 /* 5 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
rate.c
452
if (bandtype ==
BRCM_BAND_5G
)
in brcms_c_rateset_default()
460
rs_dflt = (bandtype ==
BRCM_BAND_5G
) ?
in brcms_c_rateset_default()
H
A
D
main.c
376
return band->bandtype ==
BRCM_BAND_5G
? APHY_SIFS_TIME :
in get_sifs()
1315
*
BRCM_BAND_5G
<--- 5G band only
1341
case
BRCM_BAND_5G
:
in brcms_b_mhf()
1716
wlc_hw->band->bandtype ==
BRCM_BAND_5G
?
in brcms_b_bsinit()
3646
if (wlc->band->bandtype ==
BRCM_BAND_5G
)
in brcms_c_rateset_get_hwrs()
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()
4700
if (bandtype ==
BRCM_BAND_5G
)
in brcms_c_attach_stf_ant_init()
4722
if (bandtype ==
BRCM_BAND_5G
)
in brcms_c_attach_stf_ant_init()
4769
if (band->bandtype ==
BRCM_BAND_5G
) {
in brcms_c_update_mimo_band_bwcap()
[all...]
H
A
D
channel.c
424
li_mimo = (band->bandtype ==
BRCM_BAND_5G
) ?
in brcms_c_channel_reg_limits()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H
A
D
rate.c
452
if (bandtype ==
BRCM_BAND_5G
)
in brcms_c_rateset_default()
460
rs_dflt = (bandtype ==
BRCM_BAND_5G
) ?
in brcms_c_rateset_default()
H
A
D
main.c
376
return band->bandtype ==
BRCM_BAND_5G
? APHY_SIFS_TIME :
in get_sifs()
1315
*
BRCM_BAND_5G
<--- 5G band only
1341
case
BRCM_BAND_5G
:
in brcms_b_mhf()
1716
wlc_hw->band->bandtype ==
BRCM_BAND_5G
?
in brcms_b_bsinit()
3644
if (wlc->band->bandtype ==
BRCM_BAND_5G
)
in brcms_c_rateset_get_hwrs()
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()
4698
if (bandtype ==
BRCM_BAND_5G
)
in brcms_c_attach_stf_ant_init()
4720
if (bandtype ==
BRCM_BAND_5G
)
in brcms_c_attach_stf_ant_init()
4767
if (band->bandtype ==
BRCM_BAND_5G
) {
in brcms_c_update_mimo_band_bwcap()
[all...]
H
A
D
channel.c
424
li_mimo = (band->bandtype ==
BRCM_BAND_5G
) ?
in brcms_c_channel_reg_limits()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H
A
D
phy_cmn.c
432
if (bandtype ==
BRCM_BAND_5G
) {
in wlc_phy_attach()
479
if (bandtype ==
BRCM_BAND_5G
) {
in wlc_phy_attach()
1252
(band ==
BRCM_BAND_5G
&& channel > CH_MAX_2G_CHANNEL))
in wlc_phy_chanspec_band_validch()
1294
(band ==
BRCM_BAND_5G
&& 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
433
if (bandtype ==
BRCM_BAND_5G
) {
in wlc_phy_attach()
480
if (bandtype ==
BRCM_BAND_5G
) {
in wlc_phy_attach()
1253
(band ==
BRCM_BAND_5G
&& channel > CH_MAX_2G_CHANNEL))
in wlc_phy_chanspec_band_validch()
1295
(band ==
BRCM_BAND_5G
&& channel > CH_MAX_2G_CHANNEL))
in wlc_phy_chanspec_band_firstch()
Completed in 29 milliseconds