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:CPU_VR4133
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/vr41xx/common/
H
A
D
bcu.c
66
case
CPU_VR4133
: return readw(CLKSPEEDREG_TYPE2);
in read_clkspeed()
93
case
CPU_VR4133
:
in calculate_pclock()
154
case
CPU_VR4133
:
in calculate_vtclock()
185
case
CPU_VR4133
:
in calculate_tclock()
H
A
D
icu.c
311
current_cpu_type() ==
CPU_VR4133
) {
in vr41xx_enable_pciint()
327
current_cpu_type() ==
CPU_VR4133
) {
in vr41xx_disable_pciint()
343
current_cpu_type() ==
CPU_VR4133
) {
in vr41xx_enable_scuint()
359
current_cpu_type() ==
CPU_VR4133
) {
in vr41xx_disable_scuint()
375
current_cpu_type() ==
CPU_VR4133
) {
in vr41xx_enable_csiint()
391
current_cpu_type() ==
CPU_VR4133
) {
in vr41xx_disable_csiint()
407
current_cpu_type() ==
CPU_VR4133
) {
in vr41xx_enable_bcuint()
423
current_cpu_type() ==
CPU_VR4133
) {
in vr41xx_disable_bcuint()
596
if (current_cpu_type() !=
CPU_VR4133
)
in vr41xx_set_intassign()
659
case
CPU_VR4133
in vr41xx_icu_init()
[all...]
H
A
D
pmu.c
56
case
CPU_VR4133
:
in software_reset()
97
case
CPU_VR4133
:
in vr41xx_pmu_init()
H
A
D
siu.c
83
case
CPU_VR4133
:
in vr41xx_siu_add()
125
case
CPU_VR4133
:
in vr41xx_siu_setup()
H
A
D
cmu.c
217
case
CPU_VR4133
:
in vr41xx_cmu_init()
236
if (current_cpu_type() ==
CPU_VR4133
)
in vr41xx_cmu_init()
H
A
D
giu.c
85
case
CPU_VR4133
:
in vr41xx_giu_add()
H
A
D
rtc.c
81
case
CPU_VR4133
:
in vr41xx_rtc_add()
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
cpu-type.h
120
case
CPU_VR4133
:
in __get_cpu_type()
H
A
D
cpu.h
309
CPU_VR4122, CPU_VR4131,
CPU_VR4133
, CPU_VR4181, CPU_VR4181A, CPU_RM7000,
enumerator
/kernel/linux/linux-5.10/arch/mips/mm/
H
A
D
tlbex.c
609
case
CPU_VR4133
:
in build_tlb_write_entry()
1013
case
CPU_VR4133
:
in build_adjust_context()
H
A
D
c-r4k.c
1197
case
CPU_VR4133
:
in probe_pcache()
/kernel/linux/linux-5.10/arch/mips/kernel/
H
A
D
cpu-probe.c
1145
c->cputype =
CPU_VR4133
;
in cpu_probe_legacy()
Completed in 11 milliseconds