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:shram
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/icssg/
H
A
D
icssg_prueth.c
497
u32 hi_sw = readl(emac->prueth->
shram
.va +
in emac_rx_timestamp()
611
memcpy_fromio(rsp, prueth->
shram
.va + addr, sizeof(*rsp));
in emac_get_tx_ts()
648
hi_sw = readl(emac->prueth->
shram
.va +
in tx_ts_work()
1175
fw_count_hi_addr = prueth->
shram
.va + TIMESYNC_FW_WC_COUNT_HI_SW_OFFSET_OFFSET;
in prueth_iep_gettime()
1176
fw_hi_r_count_addr = prueth->
shram
.va + TIMESYNC_FW_WC_HI_ROLLOVER_COUNT_OFFSET;
in prueth_iep_gettime()
1212
sc_descp = emac->prueth->
shram
.va + TIMESYNC_FW_WC_SETCLOCK_DESC_OFFSET;
in prueth_iep_settime()
1281
writel(reduction_factor, emac->prueth->
shram
.va +
in prueth_perout_enable()
1284
writel(0, emac->prueth->
shram
.va +
in prueth_perout_enable()
1317
memset_io(prueth->
shram
.va, 0, ICSSG_CONFIG_OFFSET_SLICE1 * PRUETH_NUM_MACS);
in emac_ndo_open()
2050
&prueth->
shram
);
in prueth_probe()
[all...]
H
A
D
icssg_prueth.h
197
* @
shram
: PRUSS shared RAM region
219
struct pruss_mem_region
shram
;
member
H
A
D
icssg_config.c
146
void __iomem *smem = prueth->
shram
.va;
in icssg_miig_queues_init()
Completed in 4 milliseconds