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:iqm_rc_rate_ofs
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/drx39xyj/
H
A
D
drxj.h
460
u32
iqm_rc_rate_ofs
; /*< frequency shifter setting after setchannel */
member
H
A
D
drxj.c
613
0UL, /*
iqm_rc_rate_ofs
*/
5825
ext_attr->
iqm_rc_rate_ofs
= 0x00AD0D79;
in set_vsb()
5826
rc = drxdap_fasi_write_reg32(dev_addr, IQM_RC_RATE_OFS_LO__A, ext_attr->
iqm_rc_rate_ofs
, 0);
in set_vsb()
8152
ext_attr->
iqm_rc_rate_ofs
= iqm_rc_rate;
in set_qam()
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/drx39xyj/
H
A
D
drxj.h
461
u32
iqm_rc_rate_ofs
; /*< frequency shifter setting after setchannel */
member
H
A
D
drxj.c
613
0UL, /*
iqm_rc_rate_ofs
*/
5822
ext_attr->
iqm_rc_rate_ofs
= 0x00AD0D79;
in set_vsb()
5823
rc = drxdap_fasi_write_reg32(dev_addr, IQM_RC_RATE_OFS_LO__A, ext_attr->
iqm_rc_rate_ofs
, 0);
in set_vsb()
8149
ext_attr->
iqm_rc_rate_ofs
= iqm_rc_rate;
in set_qam()
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H
A
D
drxk_hard.c
3723
u32
iqm_rc_rate_ofs
= 0;
in set_dvbt()
local
3973
if (
iqm_rc_rate_ofs
== 0) {
in set_dvbt()
3986
iqm_rc_rate_ofs
= Frac28a((u32)
in set_dvbt()
3990
if ((
iqm_rc_rate_ofs
& 0x7fL) >= 0x40)
in set_dvbt()
3991
iqm_rc_rate_ofs
+= 0x80L;
in set_dvbt()
3992
iqm_rc_rate_ofs
=
iqm_rc_rate_ofs
>> 7;
in set_dvbt()
3994
iqm_rc_rate_ofs
=
iqm_rc_rate_ofs
- (1 << 23);
in set_dvbt()
3997
iqm_rc_rate_ofs
in set_dvbt()
[all...]
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H
A
D
drxk_hard.c
3704
u32
iqm_rc_rate_ofs
= 0;
in set_dvbt()
local
3942
if (
iqm_rc_rate_ofs
== 0) {
in set_dvbt()
3955
iqm_rc_rate_ofs
= Frac28a((u32)
in set_dvbt()
3959
if ((
iqm_rc_rate_ofs
& 0x7fL) >= 0x40)
in set_dvbt()
3960
iqm_rc_rate_ofs
+= 0x80L;
in set_dvbt()
3961
iqm_rc_rate_ofs
=
iqm_rc_rate_ofs
>> 7;
in set_dvbt()
3963
iqm_rc_rate_ofs
=
iqm_rc_rate_ofs
- (1 << 23);
in set_dvbt()
3966
iqm_rc_rate_ofs
in set_dvbt()
[all...]
Completed in 50 milliseconds