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:asel
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/dma/ti/
H
A
D
k3-udma.c
213
u32
asel
;
member
258
u32
asel
;
member
423
static void k3_configure_chan_coherency(struct dma_chan *chan, u32
asel
)
in k3_configure_chan_coherency()
argument
427
if (
asel
== 0) {
in k3_configure_chan_coherency()
433
} else if (
asel
== 14 ||
asel
== 15) {
in k3_configure_chan_coherency()
440
dev_warn(chan->device->dev, "Invalid ASEL value: %u\n",
asel
);
in k3_configure_chan_coherency()
1640
k3_configure_chan_coherency(&uc->vc.chan, ud->
asel
);
in bcdma_alloc_bchan_resources()
1641
ring_cfg.
asel
= ud->
asel
;
in bcdma_alloc_bchan_resources()
2888
u64
asel
;
udma_prep_slave_sg_tr()
local
2977
u64
asel
;
udma_prep_slave_sg_triggered_tr()
local
3222
u64
asel
;
udma_prep_slave_sg_pkt()
local
4096
u32
asel
;
global()
member
[all...]
H
A
D
k3-udma-glue.c
147
dev_err(common->dev, "Invalid channel
asel
: %u\n",
in of_k3_udma_glue_parse_chn()
338
cfg->tx_cfg.
asel
= tx_chn->common.atype_asel;
in k3_udma_glue_request_tx_chn()
339
cfg->txcq_cfg.
asel
= tx_chn->common.atype_asel;
in k3_udma_glue_request_tx_chn()
711
flow_cfg->rx_cfg.
asel
= rx_chn->common.atype_asel;
in k3_udma_glue_cfg_rx_flow()
712
flow_cfg->rxfdq_cfg.
asel
= rx_chn->common.atype_asel;
in k3_udma_glue_cfg_rx_flow()
/kernel/linux/linux-6.6/include/linux/soc/ti/
H
A
D
k3-ringacc.h
73
* @
asel
: Address Space Select value for physical addresses
83
u32
asel
;
member
H
A
D
ti_sci_protocol.h
280
/* RA config.
asel
parameter is valid for RM ring configure TISCI message */
308
u8
asel
;
member
/kernel/linux/linux-6.6/drivers/soc/ti/
H
A
D
k3-ringacc.c
156
* @
asel
: Address Space Select value for physical addresses
178
u32
asel
;
member
621
ring->
asel
= 0;
in k3_ringacc_ring_free()
689
ring_cfg.
asel
= ring->
asel
;
in k3_ringacc_ring_cfg_sci()
725
ring->
asel
= cfg->
asel
;
in k3_dmaring_cfg()
759
reverse_ring->
asel
= cfg->
asel
;
in k3_dmaring_cfg()
779
ring->
asel
in k3_dmaring_cfg()
[all...]
/kernel/linux/linux-6.6/drivers/firmware/
H
A
D
ti_sci.h
678
* @
asel
: Ring ASEL (address select) value to be set into the ASEL field of the
693
u8
asel
;
member
H
A
D
ti_sci.c
2095
req->
asel
= params->
asel
;
in ti_sci_cmd_rm_ring_cfg()
Completed in 16 milliseconds