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:ctiappset
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H
A
D
coresight-cti-core.c
81
writel_relaxed(config->
ctiappset
, drvdata->base + CTIAPPSET);
in cti_write_all_hw_regs()
441
reg_value = config->
ctiappset
;
in cti_channel_setop()
444
config->
ctiappset
|= chan_bitmask;
in cti_channel_setop()
445
reg_value = config->
ctiappset
;
in cti_channel_setop()
450
config->
ctiappset
&= ~chan_bitmask;
in cti_channel_setop()
456
config->
ctiappset
&= ~chan_bitmask;
in cti_channel_setop()
H
A
D
coresight-cti.h
131
* @
ctiappset
: CTI Software application channel set.
156
u32
ctiappset
;
member
H
A
D
coresight-cti-sysfs.c
410
cti_config_reg32_rw(appset,
ctiappset
, CTIAPPSET);
426
config->
ctiappset
&= ~val;
in appclear_store()
774
config->
ctiappset
= 0;
in chan_xtrigs_reset_store()
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H
A
D
coresight-cti-core.c
81
writel_relaxed(config->
ctiappset
, drvdata->base + CTIAPPSET);
in cti_write_all_hw_regs()
449
reg_value = config->
ctiappset
;
in cti_channel_setop()
452
config->
ctiappset
|= chan_bitmask;
in cti_channel_setop()
453
reg_value = config->
ctiappset
;
in cti_channel_setop()
458
config->
ctiappset
&= ~chan_bitmask;
in cti_channel_setop()
464
config->
ctiappset
&= ~chan_bitmask;
in cti_channel_setop()
H
A
D
coresight-cti.h
131
* @
ctiappset
: CTI Software application channel set.
156
u32
ctiappset
;
member
H
A
D
coresight-cti-sysfs.c
453
cti_config_reg32_rw(appset,
ctiappset
, CTIAPPSET);
469
config->
ctiappset
&= ~val;
in appclear_store()
742
config->
ctiappset
= 0;
in chan_xtrigs_reset_store()
Completed in 11 milliseconds