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:hw_ram_addr
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
davinci_emac.h
26
u32
hw_ram_addr
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
davinci_emac.h
26
u32
hw_ram_addr
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/
H
A
D
davinci_emac.c
1754
pdata->
hw_ram_addr
= auxdata->
hw_ram_addr
;
in davinci_emac_of_get_pdata()
1784
unsigned long
hw_ram_addr
;
in davinci_emac_probe()
local
1856
hw_ram_addr
= pdata->
hw_ram_addr
;
in davinci_emac_probe()
1857
if (!
hw_ram_addr
)
in davinci_emac_probe()
1858
hw_ram_addr
= (u32 __force)res->start + pdata->ctrl_ram_offset;
in davinci_emac_probe()
1871
dma_params.desc_hw_addr =
hw_ram_addr
;
in davinci_emac_probe()
2029
.
hw_ram_addr
= 0x01e20000,
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/
H
A
D
davinci_emac.c
1786
pdata->
hw_ram_addr
= auxdata->
hw_ram_addr
;
in davinci_emac_of_get_pdata()
1816
unsigned long
hw_ram_addr
;
in davinci_emac_probe()
local
1887
hw_ram_addr
= pdata->
hw_ram_addr
;
in davinci_emac_probe()
1888
if (!
hw_ram_addr
)
in davinci_emac_probe()
1889
hw_ram_addr
= (u32 __force)res->start + pdata->ctrl_ram_offset;
in davinci_emac_probe()
1902
dma_params.desc_hw_addr =
hw_ram_addr
;
in davinci_emac_probe()
2056
.
hw_ram_addr
= 0x01e20000,
Completed in 7 milliseconds