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:vco_band
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H
A
D
cx24113.c
67
u8
vco_band
;
member
156
if (state->
vco_band
== VCOBANDSEL_6)
in cx24113_set_parameters()
159
r |= (state->
vco_band
<< 1);
in cx24113_set_parameters()
437
state->
vco_band
= VCOBANDSEL_1;
in cx24113_init()
H
A
D
dib0070.c
255
u8
vco_band
;
member
376
state->lo4 = (state->current_tune_table_index->
vco_band
<< 11) | (state->current_tune_table_index->hfdiv << 7);
in dib0070_tune_digital()
454
state->current_tune_table_index->
vco_band
);
in dib0070_tune_digital()
H
A
D
dib0090.c
110
u8
vco_band
;
member
2389
if (pll->
vco_band
)
in dib0090_tune()
2394
if (pll->
vco_band
)
in dib0090_tune()
2412
lo5 |= (pll->hfdiv_code << 11) | (pll->
vco_band
<< 7); /* bit 15 is the split to the slave, we do not do it here */
in dib0090_tune()
2463
dprintk("VCO = %d\n", (u32) pll->
vco_band
);
in dib0090_tune()
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H
A
D
cx24113.c
67
u8
vco_band
;
member
156
if (state->
vco_band
== VCOBANDSEL_6)
in cx24113_set_parameters()
159
r |= (state->
vco_band
<< 1);
in cx24113_set_parameters()
437
state->
vco_band
= VCOBANDSEL_1;
in cx24113_init()
H
A
D
dib0070.c
255
u8
vco_band
;
member
376
state->lo4 = (state->current_tune_table_index->
vco_band
<< 11) | (state->current_tune_table_index->hfdiv << 7);
in dib0070_tune_digital()
454
state->current_tune_table_index->
vco_band
);
in dib0070_tune_digital()
H
A
D
dib0090.c
110
u8
vco_band
;
member
2391
if (pll->
vco_band
)
in dib0090_tune()
2396
if (pll->
vco_band
)
in dib0090_tune()
2414
lo5 |= (pll->hfdiv_code << 11) | (pll->
vco_band
<< 7); /* bit 15 is the split to the slave, we do not do it here */
in dib0090_tune()
2465
dprintk("VCO = %d\n", (u32) pll->
vco_band
);
in dib0090_tune()
/kernel/linux/linux-6.6/drivers/gpu/drm/sprd/
H
A
D
sprd_dsi.h
82
u8
vco_band
; /* vco range */
member
H
A
D
megacores_pll.c
55
pll->
vco_band
= 0x0;
in dphy_calc_pll_param()
59
pll->
vco_band
= 0x1;
in dphy_calc_pll_param()
94
reg_val[3] = pll->
vco_band
| (pll->sdm_en << 1) | (pll->refin << 2);
in dphy_set_pll_reg()
Completed in 12 milliseconds