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:cap3
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pwm/
H
A
D
pwm-tiecap.c
29
u32
cap3
;
member
265
pc->ctx.
cap3
= readl(pc->mmio_base + CAP3);
in ecap_pwm_save_context()
271
writel(pc->ctx.
cap3
, pc->mmio_base + CAP3);
in ecap_pwm_restore_context()
/kernel/linux/linux-6.6/drivers/pwm/
H
A
D
pwm-tiecap.c
29
u32
cap3
;
member
279
pc->ctx.
cap3
= readl(pc->mmio_base + CAP3);
in ecap_pwm_save_context()
285
writel(pc->ctx.
cap3
, pc->mmio_base + CAP3);
in ecap_pwm_restore_context()
/kernel/linux/linux-6.6/drivers/dma/ti/
H
A
D
k3-udma.c
4455
u32 cap2,
cap3
, cap4;
in udma_get_mmrs()
local
4463
cap3
= udma_read(ud->mmrs[MMR_GCFG], 0x2c);
in udma_get_mmrs()
4467
ud->rflow_cnt = UDMA_CAP3_RFLOW_CNT(
cap3
);
in udma_get_mmrs()
4482
ud->rflow_cnt = UDMA_CAP3_RFLOW_CNT(
cap3
);
in udma_get_mmrs()
4530
u32
cap3
;
in udma_setup_resources()
local
4533
cap3
= udma_read(ud->mmrs[MMR_GCFG], 0x2c);
in udma_setup_resources()
4542
} else if (UDMA_CAP3_UCHAN_CNT(
cap3
)) {
in udma_setup_resources()
4544
ud->tchan_tpl.start_idx[1] = UDMA_CAP3_UCHAN_CNT(
cap3
);
in udma_setup_resources()
4545
ud->tchan_tpl.start_idx[0] = UDMA_CAP3_HCHAN_CNT(
cap3
);
in udma_setup_resources()
4546
} else if (UDMA_CAP3_HCHAN_CNT(
cap3
)) {
in udma_setup_resources()
4900
u32
cap3
;
pktdma_setup_resources()
local
[all...]
/kernel/linux/linux-5.10/drivers/dma/ti/
H
A
D
k3-udma.c
3181
u32 cap2,
cap3
;
in udma_setup_resources()
local
3190
cap3
= udma_read(ud->mmrs[MMR_GCFG], UDMA_CAP_REG(3));
in udma_setup_resources()
3192
ud->rflow_cnt = UDMA_CAP3_RFLOW_CNT(
cap3
);
in udma_setup_resources()
3207
} else if (UDMA_CAP3_UCHAN_CNT(
cap3
)) {
in udma_setup_resources()
3209
ud->tpl_start_idx[1] = UDMA_CAP3_UCHAN_CNT(
cap3
);
in udma_setup_resources()
3210
ud->tpl_start_idx[0] = UDMA_CAP3_HCHAN_CNT(
cap3
);
in udma_setup_resources()
3211
} else if (UDMA_CAP3_HCHAN_CNT(
cap3
)) {
in udma_setup_resources()
3213
ud->tpl_start_idx[0] = UDMA_CAP3_HCHAN_CNT(
cap3
);
in udma_setup_resources()
Completed in 12 milliseconds