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:OMAP_TIMER_ALWON
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/clocksource/
H
A
D
timer-ti-dm.c
126
if ((timer->capability &
OMAP_TIMER_ALWON
) ||
in omap_timer_context_notifier()
133
if ((timer->capability &
OMAP_TIMER_ALWON
) ||
in omap_timer_context_notifier()
742
if (timer->capability &
OMAP_TIMER_ALWON
|| !timer->func_base)
in omap_dm_timer_runtime_suspend()
754
if (!(timer->capability &
OMAP_TIMER_ALWON
) && timer->func_base)
in omap_dm_timer_runtime_resume()
812
timer->capability |=
OMAP_TIMER_ALWON
;
in omap_dm_timer_probe()
825
if (!(timer->capability &
OMAP_TIMER_ALWON
)) {
in omap_dm_timer_probe()
881
if (!(timer->capability &
OMAP_TIMER_ALWON
))
in omap_dm_timer_remove()
/kernel/linux/linux-6.6/drivers/clocksource/
H
A
D
timer-ti-dm.c
334
if ((timer->capability &
OMAP_TIMER_ALWON
) ||
in omap_timer_context_notifier()
342
if ((timer->capability &
OMAP_TIMER_ALWON
) ||
in omap_timer_context_notifier()
1050
if (timer->capability &
OMAP_TIMER_ALWON
|| !timer->func_base)
in omap_dm_timer_runtime_suspend()
1062
if (!(timer->capability &
OMAP_TIMER_ALWON
) && timer->func_base)
in omap_dm_timer_runtime_resume()
1119
timer->capability |=
OMAP_TIMER_ALWON
;
in omap_dm_timer_probe()
1151
if (!(timer->capability &
OMAP_TIMER_ALWON
)) {
in omap_dm_timer_probe()
1209
if (!(timer->capability &
OMAP_TIMER_ALWON
))
in omap_dm_timer_remove()
/kernel/linux/linux-6.6/include/clocksource/
H
A
D
timer-ti-dm.h
57
#define
OMAP_TIMER_ALWON
0x40000000
macro
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
H
A
D
timer.c
142
pdata->timer_capability =
OMAP_TIMER_ALWON
|
in omap1_dm_timer_init()
/kernel/linux/linux-6.6/arch/arm/mach-omap1/
H
A
D
timer.c
135
pdata->timer_capability =
OMAP_TIMER_ALWON
|
in omap1_dm_timer_init()
/kernel/linux/linux-5.10/include/clocksource/
H
A
D
timer-ti-dm.h
61
#define
OMAP_TIMER_ALWON
0x40000000
macro
Completed in 6 milliseconds