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:TIMER_CTL_REG
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/clocksource/
H
A
D
timer-sun4i.c
32
#define
TIMER_CTL_REG
(val) (0x10 * val + 0x10)
macro
60
u32 val = readl(base +
TIMER_CTL_REG
(timer));
in sun4i_clkevt_time_stop()
61
writel(val & ~TIMER_CTL_ENABLE, base +
TIMER_CTL_REG
(timer));
in sun4i_clkevt_time_stop()
74
u32 val = readl(base +
TIMER_CTL_REG
(timer));
in sun4i_clkevt_time_start()
82
base +
TIMER_CTL_REG
(timer));
in sun4i_clkevt_time_start()
181
timer_of_base(&to) +
TIMER_CTL_REG
(1));
in sun4i_timer_init()
203
timer_of_base(&to) +
TIMER_CTL_REG
(0));
in sun4i_timer_init()
H
A
D
timer-sun5i.c
29
#define
TIMER_CTL_REG
(val) (0x20 * (val) + 0x10)
macro
83
u32 val = readl(ce->timer.base +
TIMER_CTL_REG
(timer));
in sun5i_clkevt_time_stop()
84
writel(val & ~TIMER_CTL_ENABLE, ce->timer.base +
TIMER_CTL_REG
(timer));
in sun5i_clkevt_time_stop()
96
u32 val = readl(ce->timer.base +
TIMER_CTL_REG
(timer));
in sun5i_clkevt_time_start()
104
ce->timer.base +
TIMER_CTL_REG
(timer));
in sun5i_clkevt_time_start()
224
base +
TIMER_CTL_REG
(1));
in sun5i_setup_clocksource()
/kernel/linux/linux-6.6/drivers/clocksource/
H
A
D
timer-sun4i.c
30
#define
TIMER_CTL_REG
(val) (0x10 * val + 0x10)
macro
58
u32 val = readl(base +
TIMER_CTL_REG
(timer));
in sun4i_clkevt_time_stop()
59
writel(val & ~TIMER_CTL_ENABLE, base +
TIMER_CTL_REG
(timer));
in sun4i_clkevt_time_stop()
72
u32 val = readl(base +
TIMER_CTL_REG
(timer));
in sun4i_clkevt_time_start()
80
base +
TIMER_CTL_REG
(timer));
in sun4i_clkevt_time_start()
180
timer_of_base(&to) +
TIMER_CTL_REG
(1));
in sun4i_timer_init()
202
timer_of_base(&to) +
TIMER_CTL_REG
(0));
in sun4i_timer_init()
H
A
D
timer-sun5i.c
24
#define
TIMER_CTL_REG
(val) (0x20 * (val) + 0x10)
macro
68
u32 val = readl(ce->base +
TIMER_CTL_REG
(timer));
in sun5i_clkevt_time_stop()
69
writel(val & ~TIMER_CTL_ENABLE, ce->base +
TIMER_CTL_REG
(timer));
in sun5i_clkevt_time_stop()
81
u32 val = readl(ce->base +
TIMER_CTL_REG
(timer));
in sun5i_clkevt_time_start()
89
ce->base +
TIMER_CTL_REG
(timer));
in sun5i_clkevt_time_start()
181
base +
TIMER_CTL_REG
(1));
in sun5i_setup_clocksource()
Completed in 3 milliseconds