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:bw_band
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt76x0/
H
A
D
phy.h
43
u16
bw_band
;
member
49
u16
bw_band
;
member
H
A
D
phy.c
339
if (rf_bw == mt76x0_rf_bw_switch_tab[i].
bw_band
) {
in mt76x0_phy_set_chan_rf_params()
343
} else if ((rf_bw == (mt76x0_rf_bw_switch_tab[i].
bw_band
& 0xFF)) &&
in mt76x0_phy_set_chan_rf_params()
344
(rf_band & mt76x0_rf_bw_switch_tab[i].
bw_band
)) {
in mt76x0_phy_set_chan_rf_params()
352
if (mt76x0_rf_band_switch_tab[i].
bw_band
& rf_band) {
in mt76x0_phy_set_chan_rf_params()
376
if (mt76x0_rf_ext_pa_tab[i].
bw_band
& rf_band)
in mt76x0_phy_set_chan_rf_params()
408
if ((rf_bw_band & item->
bw_band
) != rf_bw_band)
in mt76x0_phy_set_chan_bbp_params()
1169
if (item->
bw_band
== RF_BW_20)
in mt76x0_phy_rf_init()
1171
else if (((RF_G_BAND | RF_BW_20) & item->
bw_band
) ==
in mt76x0_phy_rf_init()
1177
if (mt76x0_rf_band_switch_tab[i].
bw_band
& RF_G_BAND) {
in mt76x0_phy_rf_init()
H
A
D
init.c
101
if (((RF_G_BAND | RF_BW_20) & item->
bw_band
) == (RF_G_BAND | RF_BW_20))
in mt76x0_init_bbp()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt76x0/
H
A
D
phy.h
43
u16
bw_band
;
member
49
u16
bw_band
;
member
H
A
D
phy.c
339
if (rf_bw == mt76x0_rf_bw_switch_tab[i].
bw_band
) {
in mt76x0_phy_set_chan_rf_params()
343
} else if ((rf_bw == (mt76x0_rf_bw_switch_tab[i].
bw_band
& 0xFF)) &&
in mt76x0_phy_set_chan_rf_params()
344
(rf_band & mt76x0_rf_bw_switch_tab[i].
bw_band
)) {
in mt76x0_phy_set_chan_rf_params()
352
if (mt76x0_rf_band_switch_tab[i].
bw_band
& rf_band) {
in mt76x0_phy_set_chan_rf_params()
376
if (mt76x0_rf_ext_pa_tab[i].
bw_band
& rf_band)
in mt76x0_phy_set_chan_rf_params()
408
if ((rf_bw_band & item->
bw_band
) != rf_bw_band)
in mt76x0_phy_set_chan_bbp_params()
1171
if (item->
bw_band
== RF_BW_20)
in mt76x0_phy_rf_init()
1173
else if (((RF_G_BAND | RF_BW_20) & item->
bw_band
) ==
in mt76x0_phy_rf_init()
1179
if (mt76x0_rf_band_switch_tab[i].
bw_band
& RF_G_BAND) {
in mt76x0_phy_rf_init()
H
A
D
init.c
101
if (((RF_G_BAND | RF_BW_20) & item->
bw_band
) == (RF_G_BAND | RF_BW_20))
in mt76x0_init_bbp()
Completed in 5 milliseconds