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:txpru
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/icssg/
H
A
D
icssg_prueth.c
889
char *
txpru
;
member
896
.
txpru
= "ti-pruss/am65x-sr2-txpru0-prueth-fw.elf",
901
.
txpru
= "ti-pruss/am65x-sr2-txpru1-prueth-fw.elf",
937
ret = rproc_set_firmware(prueth->
txpru
[slice], firmwares[slice].
txpru
);
in prueth_emac_start()
938
ret = rproc_boot(prueth->
txpru
[slice]);
in prueth_emac_start()
974
rproc_shutdown(prueth->
txpru
[slice]);
in prueth_emac_stop()
1909
prueth->
txpru
[slice] = pru_rproc_get(np, idx, NULL);
in prueth_get_cores()
1910
if (IS_ERR(prueth->
txpru
[slice])) {
in prueth_get_cores()
1911
ret = PTR_ERR(prueth->
txpru
[slic
in prueth_get_cores()
[all...]
H
A
D
icssg_prueth.h
196
* @
txpru
: rproc instances of TX_PRUs
218
struct rproc *
txpru
[PRUSS_NUM_PRUS];
member
H
A
D
icssg_config.c
363
pru_rproc_set_ctable(prueth->
txpru
[slice], PRU_C28, 0x100 << 8);
in icssg_config()
Completed in 4 milliseconds