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:def_x_cap
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H
A
D
phy.c
2456
cfo->x_cap_ofst = (s8)((int)cfo->crystal_cap - cfo->
def_x_cap
);
in rtw89_phy_cfo_set_crystal_cap()
2470
cfo->
def_x_cap
= cfo->crystal_cap_default & B_AX_XTAL_SC_MASK;
in rtw89_phy_cfo_reset()
2472
if (cfo->crystal_cap == cfo->
def_x_cap
)
in rtw89_phy_cfo_reset()
2475
cap += (cap > cfo->
def_x_cap
? -1 : 1);
in rtw89_phy_cfo_reset()
2479
cfo->
def_x_cap
);
in rtw89_phy_cfo_reset()
2529
cfo->
def_x_cap
= cfo->crystal_cap;
in rtw89_phy_cfo_init()
2530
cfo->x_cap_ub = min_t(int, cfo->
def_x_cap
+ CFO_BOUND, 0x7f);
in rtw89_phy_cfo_init()
2531
cfo->x_cap_lb = max_t(int, cfo->
def_x_cap
- CFO_BOUND, 0x1);
in rtw89_phy_cfo_init()
2584
cfo->crystal_cap, cfo->
def_x_cap
);
in rtw89_phy_cfo_crystal_cap_adjust()
2782
cfo->
def_x_cap
, pre_x_ca
in rtw89_phy_cfo_dm()
[all...]
H
A
D
core.h
4057
u8
def_x_cap
;
member
Completed in 19 milliseconds