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:func_base
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/include/clocksource/
H
A
D
timer-ti-dm.h
107
void __iomem *
func_base
; /* function register base */
member
156
* These registers are offsets from timer->
func_base
. The
func_base
262
return readl_relaxed(timer->
func_base
+ (reg & 0xff));
in __omap_dm_timer_read()
272
writel_relaxed(val, timer->
func_base
+ (reg & 0xff));
in __omap_dm_timer_write()
287
timer->
func_base
= timer->io_base;
in __omap_dm_timer_init_regs()
296
timer->
func_base
= timer->io_base + OMAP_TIMER_V2_FUNC_OFFSET;
in __omap_dm_timer_init_regs()
/kernel/linux/linux-6.6/drivers/clocksource/
H
A
D
timer-ti-dm.c
129
void __iomem *
func_base
; /* function register base */
member
179
return readl_relaxed(timer->
func_base
+ offset);
in dmtimer_read()
204
writel_relaxed(val, timer->
func_base
+ offset);
in dmtimer_write()
219
timer->
func_base
= timer->io_base;
in __omap_dm_timer_init_regs()
228
timer->
func_base
= timer->io_base + OMAP_TIMER_V2_FUNC_OFFSET;
in __omap_dm_timer_init_regs()
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()
/kernel/linux/linux-6.6/drivers/regulator/
H
A
D
rt6245-regulator.c
147
static const u8
func_base
[] = { 0x6F, 0x73, 0x78, 0x61, 0x7C, 0 };
in rt6245_reg_write()
local
150
code =
func_base
[reg];
in rt6245_reg_write()
/kernel/linux/linux-5.10/drivers/clocksource/
H
A
D
timer-ti-dm.c
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()
Completed in 5 milliseconds