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:soc_is_s3c64xx
(Results
1 - 22
of
22
) sorted by relevance
/kernel/linux/linux-6.6/arch/arm/mach-s3c/
H
A
D
cpu.h
38
# define
soc_is_s3c64xx
() (is_samsung_s3c6400() || is_samsung_s3c6410())
macro
42
# define
soc_is_s3c64xx
() 0
H
A
D
mach-s3c64xx-dt.c
37
if (!
soc_is_s3c64xx
())
in s3c64xx_dt_map_io()
H
A
D
cpuidle-s3c64xx.c
55
if (
soc_is_s3c64xx
())
in s3c64xx_init_cpuidle()
H
A
D
s3c6410.c
72
if (of_have_populated_dt() || !
soc_is_s3c64xx
())
in s3c6410_core_init()
H
A
D
irq-pm-s3c64xx.c
111
if (of_have_populated_dt() || !
soc_is_s3c64xx
())
in s3c64xx_syscore_init()
H
A
D
s3c64xx.c
205
if (of_have_populated_dt() || !
soc_is_s3c64xx
())
in s3c64xx_dev_init()
404
if (of_have_populated_dt() || !
soc_is_s3c64xx
())
in s3c64xx_init_irq_eint()
H
A
D
pl080.c
250
if (!
soc_is_s3c64xx
())
in s3c64xx_pl080_init()
H
A
D
pm-s3c64xx.c
309
if (!
soc_is_s3c64xx
())
in s3c64xx_pm_initcall()
H
A
D
mach-crag6410-module.c
427
if (!
soc_is_s3c64xx
())
in wlf_gf_module_register()
H
A
D
gpio-samsung.c
803
if (
soc_is_s3c64xx
()) {
in samsung_gpiolib_init()
/kernel/linux/linux-5.10/arch/arm/mach-s3c/
H
A
D
cpu.h
67
# define
soc_is_s3c64xx
() (is_samsung_s3c6400() || is_samsung_s3c6410())
macro
71
# define
soc_is_s3c64xx
() 0
H
A
D
mach-s3c64xx-dt.c
37
if (!
soc_is_s3c64xx
())
in s3c64xx_dt_map_io()
H
A
D
cpuidle-s3c64xx.c
56
if (
soc_is_s3c64xx
())
in s3c64xx_init_cpuidle()
H
A
D
s3c6410.c
81
if (of_have_populated_dt() || !
soc_is_s3c64xx
())
in s3c6410_core_init()
H
A
D
s3c6400.c
77
if (of_have_populated_dt() ||
soc_is_s3c64xx
())
in s3c6400_core_init()
H
A
D
irq-pm-s3c64xx.c
111
if (of_have_populated_dt() || !
soc_is_s3c64xx
())
in s3c64xx_syscore_init()
H
A
D
pm-s3c64xx.c
317
if (!
soc_is_s3c64xx
())
in s3c_pm_arch_update_uart()
381
if (!
soc_is_s3c64xx
())
in s3c64xx_pm_initcall()
H
A
D
s3c64xx.c
213
if (of_have_populated_dt() || !
soc_is_s3c64xx
())
in s3c64xx_dev_init()
412
if (of_have_populated_dt() || !
soc_is_s3c64xx
())
in s3c64xx_init_irq_eint()
H
A
D
init.c
152
(!soc_is_s3c24xx() && !
soc_is_s3c64xx
()))
in s3c_arch_init()
H
A
D
pl080.c
250
if (!
soc_is_s3c64xx
())
in s3c64xx_pl080_init()
H
A
D
mach-crag6410-module.c
440
if (!
soc_is_s3c64xx
())
in wlf_gf_module_register()
H
A
D
gpio-samsung.c
1183
} else if (
soc_is_s3c64xx
()) {
in samsung_gpiolib_init()
Completed in 9 milliseconds