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:l3_base
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/bus/
H
A
D
omap_l3_noc.c
184
base = l3->
l3_base
[i];
in l3_interrupt_handler()
268
if (l3->
l3_base
[i] == L3_BASE_IS_SUBMODULE) {
in omap_l3_probe()
271
l3->
l3_base
[i] = l3->
l3_base
[i - 1];
in omap_l3_probe()
275
l3->
l3_base
[i] = devm_ioremap_resource(&pdev->dev, res);
in omap_l3_probe()
276
if (IS_ERR(l3->
l3_base
[i])) {
in omap_l3_probe()
278
return PTR_ERR(l3->
l3_base
[i]);
in omap_l3_probe()
323
base = l3->
l3_base
[i];
in l3_resume_noirq()
H
A
D
omap_l3_noc.h
101
* @
l3_base
: base addresses of modules (populated runtime if 0)
118
void __iomem *
l3_base
[MAX_L3_MODULES];
member
401
.
l3_base
= { [1] = L3_BASE_IS_SUBMODULE },
/kernel/linux/linux-6.6/drivers/bus/
H
A
D
omap_l3_noc.c
176
base = l3->
l3_base
[i];
in l3_interrupt_handler()
260
if (l3->
l3_base
[i] == L3_BASE_IS_SUBMODULE) {
in omap_l3_probe()
263
l3->
l3_base
[i] = l3->
l3_base
[i - 1];
in omap_l3_probe()
267
l3->
l3_base
[i] = devm_ioremap_resource(&pdev->dev, res);
in omap_l3_probe()
268
if (IS_ERR(l3->
l3_base
[i])) {
in omap_l3_probe()
270
return PTR_ERR(l3->
l3_base
[i]);
in omap_l3_probe()
315
base = l3->
l3_base
[i];
in l3_resume_noirq()
H
A
D
omap_l3_noc.h
93
* @
l3_base
: base addresses of modules (populated runtime if 0)
110
void __iomem *
l3_base
[MAX_L3_MODULES];
member
393
.
l3_base
= { [1] = L3_BASE_IS_SUBMODULE },
Completed in 3 milliseconds