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_CTRL_IE
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/clocksource/
H
A
D
mps2-timer.c
25
#define
TIMER_CTRL_IE
BIT(3)
macro
65
clockevent_mps2_writel(
TIMER_CTRL_IE
| TIMER_CTRL_ENABLE, ce, TIMER_CTRL);
in mps2_timer_set_next_event()
76
clockevent_mps2_writel(
TIMER_CTRL_IE
| TIMER_CTRL_ENABLE, ce, TIMER_CTRL);
in mps2_timer_set_periodic()
H
A
D
timer-sp.h
25
#define
TIMER_CTRL_IE
(1 << 5) /* VR */
macro
H
A
D
timer-sp804.c
186
unsigned long ctrl = TIMER_CTRL_32BIT |
TIMER_CTRL_IE
|
in sp804_set_periodic()
198
unsigned long ctrl = TIMER_CTRL_32BIT |
TIMER_CTRL_IE
|
in sp804_set_next_event()
H
A
D
arc_timer.c
248
write_aux_reg(ARC_REG_TIMER0_CTRL,
TIMER_CTRL_IE
| TIMER_CTRL_NH);
in arc_timer_event_setup()
/kernel/linux/linux-6.6/drivers/clocksource/
H
A
D
mps2-timer.c
25
#define
TIMER_CTRL_IE
BIT(3)
macro
65
clockevent_mps2_writel(
TIMER_CTRL_IE
| TIMER_CTRL_ENABLE, ce, TIMER_CTRL);
in mps2_timer_set_next_event()
76
clockevent_mps2_writel(
TIMER_CTRL_IE
| TIMER_CTRL_ENABLE, ce, TIMER_CTRL);
in mps2_timer_set_periodic()
H
A
D
timer-sp.h
25
#define
TIMER_CTRL_IE
(1 << 5) /* VR */
macro
H
A
D
timer-sp804.c
171
unsigned long ctrl = TIMER_CTRL_32BIT |
TIMER_CTRL_IE
|
in sp804_set_periodic()
183
unsigned long ctrl = TIMER_CTRL_32BIT |
TIMER_CTRL_IE
|
in sp804_set_next_event()
/kernel/linux/linux-5.10/include/soc/arc/
H
A
D
timers.h
20
#define
TIMER_CTRL_IE
(1 << 0) /* Interrupt when Count reaches limit */
macro
Completed in 4 milliseconds