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:rev_reg
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/soc/samsung/
H
A
D
exynos-chipid.c
29
unsigned int
rev_reg
; /* revision register offset */
member
30
unsigned int main_rev_shift; /* main revision offset in
rev_reg
*/
31
unsigned int sub_rev_shift; /* sub revision offset in
rev_reg
*/
86
if (data->
rev_reg
!= EXYNOS_CHIPID_REG_PRO_ID) {
in exynos_chipid_get_chipid_info()
87
ret = regmap_read(regmap, data->
rev_reg
, &val);
in exynos_chipid_get_chipid_info()
171
.
rev_reg
= 0x0,
177
.
rev_reg
= 0x10,
/kernel/linux/linux-6.6/drivers/mfd/
H
A
D
atc260x-core.c
213
atc260x->
rev_reg
= ATC2603C_CHIP_VER;
in atc260x_match_device()
222
atc260x->
rev_reg
= ATC2609A_CHIP_VER;
in atc260x_match_device()
269
ret = regmap_read(atc260x->regmap, atc260x->
rev_reg
, &chip_rev);
in atc260x_device_probe()
/kernel/linux/linux-6.6/include/linux/mfd/atc260x/
H
A
D
core.h
48
unsigned int
rev_reg
;
member
Completed in 2 milliseconds