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:vtclock
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/vr41xx/common/
H
A
D
bcu.c
127
unsigned long
vtclock
= 0;
in calculate_vtclock()
local
134
vtclock
= pclock;
in calculate_vtclock()
137
vtclock
= pclock * 6;
in calculate_vtclock()
140
vtclock
= pclock * 4;
in calculate_vtclock()
141
vtclock
/= DIVVT(clkspeed);
in calculate_vtclock()
142
printk(KERN_INFO "VTClock: %ldHz\n",
vtclock
);
in calculate_vtclock()
146
vtclock
= pclock / 1;
in calculate_vtclock()
148
vtclock
= pclock / 2;
in calculate_vtclock()
150
vtclock
= pclock / VTDIVMODE(clkspeed);
in calculate_vtclock()
151
printk(KERN_INFO "VTClock: %ldHz\n",
vtclock
);
in calculate_vtclock()
166
calculate_tclock(uint16_t clkspeed, unsigned long pclock, unsigned long
vtclock
)
calculate_tclock()
argument
[all...]
/kernel/linux/linux-5.10/arch/mips/pci/
H
A
D
pci-vr41xx.c
104
unsigned long
vtclock
, pci_clock_max;
in vr41xx_pciu_init()
local
132
vtclock
= vr41xx_get_vtclock_frequency();
in vr41xx_pciu_init()
133
if (
vtclock
< pci_clock_max)
in vr41xx_pciu_init()
135
else if ((
vtclock
/ 2) < pci_clock_max)
in vr41xx_pciu_init()
138
(
vtclock
/ 3) < pci_clock_max)
in vr41xx_pciu_init()
140
else if ((
vtclock
/ 4) < pci_clock_max)
in vr41xx_pciu_init()
Completed in 2 milliseconds