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:b43_is_40mhz
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
H
A
D
phy_n.c
571
offset =
b43_is_40mhz
(dev) ? 0x159 : 0x154;
in b43_nphy_read_lpf_ctl()
746
if (
b43_is_40mhz
(dev)) {
in b43_radio_2057_setup()
1222
bias =
b43_is_40mhz
(dev) ? 0x40 : 0x20;
in b43_radio_2056_setup()
1537
bw =
b43_is_40mhz
(dev) ? 40 : 20;
in b43_nphy_gen_load_samples()
1546
if (
b43_is_40mhz
(dev))
in b43_nphy_gen_load_samples()
1611
tmp = !
b43_is_40mhz
(dev) ? 0x6464 : 0x4747;
in b43_nphy_run_samples()
2592
if (!
b43_is_40mhz
(dev)) {
in b43_nphy_gain_ctl_workarounds_rev1_2()
2606
if (!
b43_is_40mhz
(dev)) {
in b43_nphy_gain_ctl_workarounds_rev1_2()
2621
b43_is_40mhz
(dev))
in b43_nphy_gain_ctl_workarounds_rev1_2()
2626
code =
b43_is_40mhz
(de
in b43_nphy_gain_ctl_workarounds_rev1_2()
[all...]
H
A
D
phy_common.h
442
bool
b43_is_40mhz
(struct b43_wldev *dev);
H
A
D
phy_common.c
557
bool
b43_is_40mhz
(struct b43_wldev *dev)
in b43_is_40mhz()
function
H
A
D
tables_nphy.c
3816
if (phy->radio_rev == 11 && !
b43_is_40mhz
(dev))
in b43_nphy_get_gain_ctl_workaround_ent()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
H
A
D
phy_n.c
571
offset =
b43_is_40mhz
(dev) ? 0x159 : 0x154;
in b43_nphy_read_lpf_ctl()
746
if (
b43_is_40mhz
(dev)) {
in b43_radio_2057_setup()
1222
bias =
b43_is_40mhz
(dev) ? 0x40 : 0x20;
in b43_radio_2056_setup()
1537
bw =
b43_is_40mhz
(dev) ? 40 : 20;
in b43_nphy_gen_load_samples()
1546
if (
b43_is_40mhz
(dev))
in b43_nphy_gen_load_samples()
1611
tmp = !
b43_is_40mhz
(dev) ? 0x6464 : 0x4747;
in b43_nphy_run_samples()
2588
if (!
b43_is_40mhz
(dev)) {
in b43_nphy_gain_ctl_workarounds_rev1_2()
2602
if (!
b43_is_40mhz
(dev)) {
in b43_nphy_gain_ctl_workarounds_rev1_2()
2617
b43_is_40mhz
(dev))
in b43_nphy_gain_ctl_workarounds_rev1_2()
2622
code =
b43_is_40mhz
(de
in b43_nphy_gain_ctl_workarounds_rev1_2()
[all...]
H
A
D
phy_common.h
442
bool
b43_is_40mhz
(struct b43_wldev *dev);
H
A
D
phy_common.c
557
bool
b43_is_40mhz
(struct b43_wldev *dev)
in b43_is_40mhz()
function
H
A
D
tables_nphy.c
3816
if (phy->radio_rev == 11 && !
b43_is_40mhz
(dev))
in b43_nphy_get_gain_ctl_workaround_ent()
Completed in 19 milliseconds