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:tmp_ticks
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/sysdev/
H
A
D
mpic_timer.c
143
u32
tmp_ticks
;
in set_cascade_timer()
local
155
tmp_ticks
= div_u64_rem(ticks, MAX_TICKS_CASCADE, &rem_ticks);
in set_cascade_timer()
158
out_be32(&priv->regs[num].gtbcr,
tmp_ticks
| TIMER_STOP);
in set_cascade_timer()
294
u32
tmp_ticks
;
in mpic_get_remain_time()
local
298
tmp_ticks
= in_be32(&priv->regs[handle->num].gtccr);
in mpic_get_remain_time()
299
tmp_ticks
&= ~GTCCR_TOG;
in mpic_get_remain_time()
300
ticks = ((u64)
tmp_ticks
& UINT_MAX) * (u64)MAX_TICKS_CASCADE;
in mpic_get_remain_time()
301
tmp_ticks
= in_be32(&priv->regs[handle->num - 1].gtccr);
in mpic_get_remain_time()
302
ticks +=
tmp_ticks
;
in mpic_get_remain_time()
/kernel/linux/linux-6.6/arch/powerpc/sysdev/
H
A
D
mpic_timer.c
142
u32
tmp_ticks
;
in set_cascade_timer()
local
154
tmp_ticks
= div_u64_rem(ticks, MAX_TICKS_CASCADE, &rem_ticks);
in set_cascade_timer()
157
out_be32(&priv->regs[num].gtbcr,
tmp_ticks
| TIMER_STOP);
in set_cascade_timer()
293
u32
tmp_ticks
;
in mpic_get_remain_time()
local
297
tmp_ticks
= in_be32(&priv->regs[handle->num].gtccr);
in mpic_get_remain_time()
298
tmp_ticks
&= ~GTCCR_TOG;
in mpic_get_remain_time()
299
ticks = ((u64)
tmp_ticks
& UINT_MAX) * (u64)MAX_TICKS_CASCADE;
in mpic_get_remain_time()
300
tmp_ticks
= in_be32(&priv->regs[handle->num - 1].gtccr);
in mpic_get_remain_time()
301
ticks +=
tmp_ticks
;
in mpic_get_remain_time()
Completed in 3 milliseconds