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_IS5G
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/include/
H
A
D
brcmu_wifi.h
115
#define
CHSPEC_IS5G
(chspec) \
macro
135
#define CHSPEC2BAND(chspec) (
CHSPEC_IS5G
(chspec) ? BRCM_BAND_5G : BRCM_BAND_2G)
152
return
CHSPEC_IS5G
(chspec) ? BAND_5G_INDEX : BAND_2G_INDEX;
in chspec_bandunit()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/include/
H
A
D
brcmu_wifi.h
115
#define
CHSPEC_IS5G
(chspec) \
macro
135
#define CHSPEC2BAND(chspec) (
CHSPEC_IS5G
(chspec) ? BRCM_BAND_5G : BRCM_BAND_2G)
152
return
CHSPEC_IS5G
(chspec) ? BAND_5G_INDEX : BAND_2G_INDEX;
in chspec_bandunit()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H
A
D
phy_lcn.c
2473
if (
CHSPEC_IS5G
(pi->radio_chanspec))
in wlc_lcnphy_tx_iqlo_loopback()
2478
if (
CHSPEC_IS5G
(pi->radio_chanspec))
in wlc_lcnphy_tx_iqlo_loopback()
2488
if (
CHSPEC_IS5G
(pi->radio_chanspec))
in wlc_lcnphy_tx_iqlo_loopback()
2493
if (
CHSPEC_IS5G
(pi->radio_chanspec))
in wlc_lcnphy_tx_iqlo_loopback()
2665
band_idx = (
CHSPEC_IS5G
(pi->radio_chanspec) ? 1 : 0);
in wlc_lcnphy_tx_iqlo_cal()
3879
if (
CHSPEC_IS5G
(pi->radio_chanspec)) {
in wlc_lcnphy_txpwrtbl_iqlo_cal()
4470
if (
CHSPEC_IS5G
(pi->radio_chanspec) && lcnphyregs[i].do_init_a)
in wlc_radio_2064_init()
4674
if (
CHSPEC_IS5G
(pi->radio_chanspec)) {
in wlc_lcnphy_rev2_baseband_init()
H
A
D
phy_n.c
14726
if (
CHSPEC_IS5G
(pi->radio_chanspec)) {
in wlc_phy_ipa_set_tx_digi_filts_nphy()
15585
triso = (
CHSPEC_IS5G
(pi->radio_chanspec)) ? pi->srom_fem5g.triso :
in wlc_phy_workarounds_nphy_gainctrl()
16482
pdetrange = (
CHSPEC_IS5G
(pi->radio_chanspec)) ?
in wlc_phy_workarounds_nphy_rev7()
16690
pdetrange = (
CHSPEC_IS5G
(pi->radio_chanspec)) ?
in wlc_phy_workarounds_nphy_rev3()
16832
triso = (
CHSPEC_IS5G
(pi->radio_chanspec)) ?
in wlc_phy_workarounds_nphy_rev3()
16842
(
CHSPEC_IS5G
(pi->radio_chanspec))) ||
in wlc_phy_workarounds_nphy_rev3()
16862
if (
CHSPEC_IS5G
(pi->radio_chanspec)) {
in wlc_phy_workarounds_nphy_rev3()
16930
if (
CHSPEC_IS5G
(pi->radio_chanspec) && pi->phy_5g_pwrgain) {
in wlc_phy_workarounds_nphy_rev1()
17021
if (
CHSPEC_IS5G
(pi->radio_chanspec))
in wlc_phy_workarounds_nphy()
17691
(
CHSPEC_IS5G
in wlc_phy_txpwrctrl_pwr_setup_nphy()
[all...]
H
A
D
phy_int.h
1055
(pi->ipa5g_on &&
CHSPEC_IS5G
(pi->radio_chanspec)))
H
A
D
phy_cmn.c
956
if (
CHSPEC_IS5G
(pi->radio_chanspec)) {
in wlc_phy_init_radio_regs()
1173
if (
CHSPEC_IS5G
(chanspec))
in wlc_phy_chanspec_set()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H
A
D
phy_lcn.c
2473
if (
CHSPEC_IS5G
(pi->radio_chanspec))
in wlc_lcnphy_tx_iqlo_loopback()
2478
if (
CHSPEC_IS5G
(pi->radio_chanspec))
in wlc_lcnphy_tx_iqlo_loopback()
2488
if (
CHSPEC_IS5G
(pi->radio_chanspec))
in wlc_lcnphy_tx_iqlo_loopback()
2493
if (
CHSPEC_IS5G
(pi->radio_chanspec))
in wlc_lcnphy_tx_iqlo_loopback()
2665
band_idx = (
CHSPEC_IS5G
(pi->radio_chanspec) ? 1 : 0);
in wlc_lcnphy_tx_iqlo_cal()
3879
if (
CHSPEC_IS5G
(pi->radio_chanspec)) {
in wlc_lcnphy_txpwrtbl_iqlo_cal()
4470
if (
CHSPEC_IS5G
(pi->radio_chanspec) && lcnphyregs[i].do_init_a)
in wlc_radio_2064_init()
4674
if (
CHSPEC_IS5G
(pi->radio_chanspec)) {
in wlc_lcnphy_rev2_baseband_init()
H
A
D
phy_n.c
14726
if (
CHSPEC_IS5G
(pi->radio_chanspec)) {
in wlc_phy_ipa_set_tx_digi_filts_nphy()
15585
triso = (
CHSPEC_IS5G
(pi->radio_chanspec)) ? pi->srom_fem5g.triso :
in wlc_phy_workarounds_nphy_gainctrl()
16482
pdetrange = (
CHSPEC_IS5G
(pi->radio_chanspec)) ?
in wlc_phy_workarounds_nphy_rev7()
16690
pdetrange = (
CHSPEC_IS5G
(pi->radio_chanspec)) ?
in wlc_phy_workarounds_nphy_rev3()
16832
triso = (
CHSPEC_IS5G
(pi->radio_chanspec)) ?
in wlc_phy_workarounds_nphy_rev3()
16842
(
CHSPEC_IS5G
(pi->radio_chanspec))) ||
in wlc_phy_workarounds_nphy_rev3()
16862
if (
CHSPEC_IS5G
(pi->radio_chanspec)) {
in wlc_phy_workarounds_nphy_rev3()
16930
if (
CHSPEC_IS5G
(pi->radio_chanspec) && pi->phy_5g_pwrgain) {
in wlc_phy_workarounds_nphy_rev1()
17021
if (
CHSPEC_IS5G
(pi->radio_chanspec))
in wlc_phy_workarounds_nphy()
17691
(
CHSPEC_IS5G
in wlc_phy_txpwrctrl_pwr_setup_nphy()
[all...]
H
A
D
phy_int.h
1055
(pi->ipa5g_on &&
CHSPEC_IS5G
(pi->radio_chanspec)))
H
A
D
phy_cmn.c
957
if (
CHSPEC_IS5G
(pi->radio_chanspec)) {
in wlc_phy_init_radio_regs()
1174
if (
CHSPEC_IS5G
(chanspec))
in wlc_phy_chanspec_set()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H
A
D
channel.c
579
if (!
CHSPEC_IS5G
(chanspec) && !CHSPEC_IS2G(chanspec))
in brcms_c_chspec_malformed()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H
A
D
channel.c
579
if (!
CHSPEC_IS5G
(chanspec) && !CHSPEC_IS2G(chanspec))
in brcms_c_chspec_malformed()
Completed in 72 milliseconds