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:tim_ker
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/
H
A
D
clk-stm32mp1.c
919
struct timer_cker *
tim_ker
= to_timer_cker(hw);
in __bestmult()
local
923
prescaler = readl_relaxed(
tim_ker
->apbdiv) & APB_DIV_MASK;
in __bestmult()
946
struct timer_cker *
tim_ker
= to_timer_cker(hw);
in timer_ker_set_rate()
local
951
spin_lock_irqsave(
tim_ker
->lock, flags);
in timer_ker_set_rate()
957
writel_relaxed(0,
tim_ker
->timpre);
in timer_ker_set_rate()
960
writel_relaxed(1,
tim_ker
->timpre);
in timer_ker_set_rate()
965
spin_unlock_irqrestore(
tim_ker
->lock, flags);
in timer_ker_set_rate()
973
struct timer_cker *
tim_ker
= to_timer_cker(hw);
in timer_ker_recalc_rate()
local
977
prescaler = readl_relaxed(
tim_ker
->apbdiv) & APB_DIV_MASK;
in timer_ker_recalc_rate()
979
timpre = readl_relaxed(
tim_ker
in timer_ker_recalc_rate()
1003
struct timer_cker *
tim_ker
;
clk_register_cktim()
local
[all...]
/kernel/linux/linux-6.6/drivers/clk/
H
A
D
clk-stm32mp1.c
953
struct timer_cker *
tim_ker
= to_timer_cker(hw);
in __bestmult()
local
957
prescaler = readl_relaxed(
tim_ker
->apbdiv) & APB_DIV_MASK;
in __bestmult()
980
struct timer_cker *
tim_ker
= to_timer_cker(hw);
in timer_ker_set_rate()
local
985
spin_lock_irqsave(
tim_ker
->lock, flags);
in timer_ker_set_rate()
991
writel_relaxed(0,
tim_ker
->timpre);
in timer_ker_set_rate()
994
writel_relaxed(1,
tim_ker
->timpre);
in timer_ker_set_rate()
999
spin_unlock_irqrestore(
tim_ker
->lock, flags);
in timer_ker_set_rate()
1007
struct timer_cker *
tim_ker
= to_timer_cker(hw);
in timer_ker_recalc_rate()
local
1011
prescaler = readl_relaxed(
tim_ker
->apbdiv) & APB_DIV_MASK;
in timer_ker_recalc_rate()
1013
timpre = readl_relaxed(
tim_ker
in timer_ker_recalc_rate()
1037
struct timer_cker *
tim_ker
;
clk_register_cktim()
local
[all...]
Completed in 7 milliseconds