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:maple_nvram_base
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/maple/
H
A
D
setup.c
93
unsigned int
maple_nvram_base
;
in maple_restart()
local
97
maple_nvram_base
= maple_find_nvram_base();
in maple_restart()
98
if (
maple_nvram_base
== 0)
in maple_restart()
112
outb_p(*maple_nvram_command,
maple_nvram_base
+ *maple_nvram_offset);
in maple_restart()
121
unsigned int
maple_nvram_base
;
in maple_power_off()
local
125
maple_nvram_base
= maple_find_nvram_base();
in maple_power_off()
126
if (
maple_nvram_base
== 0)
in maple_power_off()
140
outb_p(*maple_nvram_command,
maple_nvram_base
+ *maple_nvram_offset);
in maple_power_off()
/kernel/linux/linux-6.6/arch/powerpc/platforms/maple/
H
A
D
setup.c
94
unsigned int
maple_nvram_base
;
in maple_restart()
local
98
maple_nvram_base
= maple_find_nvram_base();
in maple_restart()
99
if (
maple_nvram_base
== 0)
in maple_restart()
113
outb_p(*maple_nvram_command,
maple_nvram_base
+ *maple_nvram_offset);
in maple_restart()
122
unsigned int
maple_nvram_base
;
in maple_power_off()
local
126
maple_nvram_base
= maple_find_nvram_base();
in maple_power_off()
127
if (
maple_nvram_base
== 0)
in maple_power_off()
141
outb_p(*maple_nvram_command,
maple_nvram_base
+ *maple_nvram_offset);
in maple_power_off()
Completed in 2 milliseconds