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:loongson_chipcfg
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/loongson64/
H
A
D
env.c
31
u64
loongson_chipcfg
[MAX_PACKAGES] = {0xffffffffbfc00180};
variable
76
loongson_chipcfg
[0] = 0x900000001fe00180;
in prom_init_env()
77
loongson_chipcfg
[1] = 0x900010001fe00180;
in prom_init_env()
78
loongson_chipcfg
[2] = 0x900020001fe00180;
in prom_init_env()
79
loongson_chipcfg
[3] = 0x900030001fe00180;
in prom_init_env()
99
loongson_chipcfg
[0] = 0x900000001fe00180;
in prom_init_env()
100
loongson_chipcfg
[1] = 0x900020001fe00180;
in prom_init_env()
101
loongson_chipcfg
[2] = 0x900040001fe00180;
in prom_init_env()
102
loongson_chipcfg
[3] = 0x900060001fe00180;
in prom_init_env()
117
loongson_chipcfg
[
in prom_init_env()
[all...]
/kernel/linux/linux-6.6/arch/mips/loongson64/
H
A
D
env.c
37
u64
loongson_chipcfg
[MAX_PACKAGES] = {0xffffffffbfc00180};
variable
99
loongson_chipcfg
[0] = 0x900000001fe00180;
in prom_lefi_init_env()
100
loongson_chipcfg
[1] = 0x900010001fe00180;
in prom_lefi_init_env()
101
loongson_chipcfg
[2] = 0x900020001fe00180;
in prom_lefi_init_env()
102
loongson_chipcfg
[3] = 0x900030001fe00180;
in prom_lefi_init_env()
121
loongson_chipcfg
[0] = 0x900000001fe00180;
in prom_lefi_init_env()
122
loongson_chipcfg
[1] = 0x900020001fe00180;
in prom_lefi_init_env()
123
loongson_chipcfg
[2] = 0x900040001fe00180;
in prom_lefi_init_env()
124
loongson_chipcfg
[3] = 0x900060001fe00180;
in prom_lefi_init_env()
138
loongson_chipcfg
[
in prom_lefi_init_env()
[all...]
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-loongson64/
H
A
D
loongson.h
218
extern u64
loongson_chipcfg
[MAX_PACKAGES];
219
#define LOONGSON_CHIPCFG(id) (*(volatile u32 *)(
loongson_chipcfg
[id]))
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-loongson64/
H
A
D
loongson.h
243
extern u64
loongson_chipcfg
[MAX_PACKAGES];
244
#define LOONGSON_CHIPCFG(id) (*(volatile u32 *)(
loongson_chipcfg
[id]))
Completed in 2 milliseconds