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:omap_sram_ceil
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/plat-omap/
H
A
D
sram.c
34
static void __iomem *
omap_sram_ceil
;
variable
45
unsigned long available, new_ceil = (unsigned long)
omap_sram_ceil
;
in omap_sram_push_address()
47
available =
omap_sram_ceil
- (omap_sram_base + omap_sram_skip);
in omap_sram_push_address()
56
omap_sram_ceil
= IOMEM(new_ceil);
in omap_sram_push_address()
58
return (void *)
omap_sram_ceil
;
in omap_sram_push_address()
91
omap_sram_ceil
= omap_sram_base + omap_sram_size;
in omap_sram_reset()
/kernel/linux/linux-6.6/arch/arm/mach-omap1/
H
A
D
sram-init.c
32
static void __iomem *
omap_sram_ceil
;
variable
43
unsigned long available, new_ceil = (unsigned long)
omap_sram_ceil
;
in omap_sram_push_address()
45
available =
omap_sram_ceil
- (omap_sram_base + omap_sram_skip);
in omap_sram_push_address()
54
omap_sram_ceil
= IOMEM(new_ceil);
in omap_sram_push_address()
56
return (void __force *)
omap_sram_ceil
;
in omap_sram_push_address()
114
omap_sram_ceil
= omap_sram_base + omap_sram_size;
in omap_detect_and_map_sram()
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H
A
D
sram.c
54
static void __iomem *
omap_sram_ceil
;
variable
65
unsigned long available, new_ceil = (unsigned long)
omap_sram_ceil
;
in omap_sram_push_address()
67
available =
omap_sram_ceil
- (omap_sram_base + omap_sram_skip);
in omap_sram_push_address()
76
omap_sram_ceil
= IOMEM(new_ceil);
in omap_sram_push_address()
78
return (void __force *)
omap_sram_ceil
;
in omap_sram_push_address()
110
omap_sram_ceil
= omap_sram_base + omap_sram_size;
in omap_sram_reset()
Completed in 1 milliseconds