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_BFL_FEM
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
H
A
D
tables_phy_lcn.c
628
if (dev->dev->bus_sprom->boardflags_lo &
B43_BFL_FEM
)
in b43_phy_lcn_load_tx_gain_tab()
692
if (sprom->boardflags_lo &
B43_BFL_FEM
)
in b43_phy_lcn_tables_init()
700
if (sprom->boardflags_lo &
B43_BFL_FEM
&&
in b43_phy_lcn_tables_init()
H
A
D
phy_lcn.c
243
if (!(dev->dev->bus_sprom->boardflags_lo &
B43_BFL_FEM
))
in b43_phy_lcn_rev0_baseband_init()
246
if (dev->dev->bus_sprom->boardflags_lo &
B43_BFL_FEM
) {
in b43_phy_lcn_rev0_baseband_init()
H
A
D
wa.c
326
if (sprom->boardflags_lo &
B43_BFL_FEM
) {
in b43_wa_boards_g()
H
A
D
b43.h
181
#define
B43_BFL_FEM
0x0800 /* supports the Front End Module */
macro
H
A
D
phy_lp.c
228
if ((sprom->boardflags_lo &
B43_BFL_FEM
) &&
in lpphy_baseband_rev0_1_init()
273
(dev->phy.rev == 0 && (sprom->boardflags_lo &
B43_BFL_FEM
))) {
in lpphy_baseband_rev0_1_init()
283
(sprom->boardflags_lo &
B43_BFL_FEM
)) {
in lpphy_baseband_rev0_1_init()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
H
A
D
tables_phy_lcn.c
628
if (dev->dev->bus_sprom->boardflags_lo &
B43_BFL_FEM
)
in b43_phy_lcn_load_tx_gain_tab()
692
if (sprom->boardflags_lo &
B43_BFL_FEM
)
in b43_phy_lcn_tables_init()
700
if (sprom->boardflags_lo &
B43_BFL_FEM
&&
in b43_phy_lcn_tables_init()
H
A
D
phy_lcn.c
243
if (!(dev->dev->bus_sprom->boardflags_lo &
B43_BFL_FEM
))
in b43_phy_lcn_rev0_baseband_init()
246
if (dev->dev->bus_sprom->boardflags_lo &
B43_BFL_FEM
) {
in b43_phy_lcn_rev0_baseband_init()
H
A
D
wa.c
326
if (sprom->boardflags_lo &
B43_BFL_FEM
) {
in b43_wa_boards_g()
H
A
D
b43.h
181
#define
B43_BFL_FEM
0x0800 /* supports the Front End Module */
macro
H
A
D
phy_lp.c
228
if ((sprom->boardflags_lo &
B43_BFL_FEM
) &&
in lpphy_baseband_rev0_1_init()
273
(dev->phy.rev == 0 && (sprom->boardflags_lo &
B43_BFL_FEM
))) {
in lpphy_baseband_rev0_1_init()
283
(sprom->boardflags_lo &
B43_BFL_FEM
)) {
in lpphy_baseband_rev0_1_init()
Completed in 19 milliseconds