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:ratesel
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H
A
D
drxk_hard.c
5258
u16
ratesel
= 0;
in qam_set_symbolrate()
local
5265
ratesel
= 0;
in qam_set_symbolrate()
5267
ratesel
= 3;
in qam_set_symbolrate()
5269
ratesel
= 2;
in qam_set_symbolrate()
5271
ratesel
= 1;
in qam_set_symbolrate()
5272
status = write16(state, IQM_FD_RATESEL__A,
ratesel
);
in qam_set_symbolrate()
5277
IqmRcRate = ((Fadc / (symbolrate * (4<<
ratesel
))) - 1) * (1<<23)
in qam_set_symbolrate()
5279
symb_freq = state->props.symbol_rate * (1 <<
ratesel
);
in qam_set_symbolrate()
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H
A
D
drxk_hard.c
5227
u16
ratesel
= 0;
in qam_set_symbolrate()
local
5234
ratesel
= 0;
in qam_set_symbolrate()
5236
ratesel
= 3;
in qam_set_symbolrate()
5238
ratesel
= 2;
in qam_set_symbolrate()
5240
ratesel
= 1;
in qam_set_symbolrate()
5241
status = write16(state, IQM_FD_RATESEL__A,
ratesel
);
in qam_set_symbolrate()
5246
IqmRcRate = ((Fadc / (symbolrate * (4<<
ratesel
))) - 1) * (1<<23)
in qam_set_symbolrate()
5248
symb_freq = state->props.symbol_rate * (1 <<
ratesel
);
in qam_set_symbolrate()
Completed in 16 milliseconds