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:edge_flag
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/
H
A
D
phy.c
2944
u8
edge_flag
;
in ath5k_combine_linear_pcdac_curves()
local
2969
edge_flag
= 0x40;
in ath5k_combine_linear_pcdac_curves()
2976
edge_flag
= 0;
in ath5k_combine_linear_pcdac_curves()
2988
if (
edge_flag
== 0x40 &&
in ath5k_combine_linear_pcdac_curves()
2990
edge_flag
= 0x00;
in ath5k_combine_linear_pcdac_curves()
2997
* we only have one curve and
edge_flag
is zero
in ath5k_combine_linear_pcdac_curves()
2999
if (pcdac_tmp[pwr] < 1 && (
edge_flag
== 0x00)) {
in ath5k_combine_linear_pcdac_curves()
3007
pcdac_out[i] = pcdac_tmp[pwr] |
edge_flag
;
in ath5k_combine_linear_pcdac_curves()
3011
* value with
edge_flag
on high power curve */
in ath5k_combine_linear_pcdac_curves()
3073
* as we do for RF5112. This time we don't have an
edge_flag
bu
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/
H
A
D
phy.c
2941
u8
edge_flag
;
in ath5k_combine_linear_pcdac_curves()
local
2966
edge_flag
= 0x40;
in ath5k_combine_linear_pcdac_curves()
2973
edge_flag
= 0;
in ath5k_combine_linear_pcdac_curves()
2985
if (
edge_flag
== 0x40 &&
in ath5k_combine_linear_pcdac_curves()
2987
edge_flag
= 0x00;
in ath5k_combine_linear_pcdac_curves()
2994
* we only have one curve and
edge_flag
is zero
in ath5k_combine_linear_pcdac_curves()
2996
if (pcdac_tmp[pwr] < 1 && (
edge_flag
== 0x00)) {
in ath5k_combine_linear_pcdac_curves()
3004
pcdac_out[i] = pcdac_tmp[pwr] |
edge_flag
;
in ath5k_combine_linear_pcdac_curves()
3008
* value with
edge_flag
on high power curve */
in ath5k_combine_linear_pcdac_curves()
3070
* as we do for RF5112. This time we don't have an
edge_flag
bu
[all...]
Completed in 12 milliseconds