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:exynos_cpu_id
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-exynos/
H
A
D
exynos.c
40
unsigned long
exynos_cpu_id
;
variable
100
exynos_cpu_id
= readl_relaxed(S5P_VA_CHIPID);
in exynos_init_io()
101
exynos_cpu_rev =
exynos_cpu_id
& 0xFF;
in exynos_init_io()
103
pr_info("Samsung CPU ID: 0x%08lx\n",
exynos_cpu_id
);
in exynos_init_io()
H
A
D
common.h
27
extern unsigned long
exynos_cpu_id
;
32
return ((
exynos_cpu_id
& mask) == (id & mask)); \
/kernel/linux/linux-6.6/arch/arm/mach-exynos/
H
A
D
exynos.c
40
unsigned long
exynos_cpu_id
;
variable
102
exynos_cpu_id
= readl_relaxed(S5P_VA_CHIPID);
in exynos_init_io()
103
exynos_cpu_rev =
exynos_cpu_id
& 0xFF;
in exynos_init_io()
105
pr_info("Samsung CPU ID: 0x%08lx\n",
exynos_cpu_id
);
in exynos_init_io()
H
A
D
common.h
28
extern unsigned long
exynos_cpu_id
;
33
return ((
exynos_cpu_id
& mask) == (id & mask)); \
Completed in 2 milliseconds