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:hpet_readl
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
hpet.c
76
inline unsigned int
hpet_readl
(unsigned int a)
in hpet_readl()
function
146
id =
hpet_readl
(HPET_ID);
in _hpet_print_config()
147
period =
hpet_readl
(HPET_PERIOD);
in _hpet_print_config()
150
cfg =
hpet_readl
(HPET_CFG);
in _hpet_print_config()
151
status =
hpet_readl
(HPET_STATUS);
in _hpet_print_config()
154
l =
hpet_readl
(HPET_COUNTER);
in _hpet_print_config()
155
h =
hpet_readl
(HPET_COUNTER+4);
in _hpet_print_config()
161
l =
hpet_readl
(HPET_Tn_CFG(i));
in _hpet_print_config()
162
h =
hpet_readl
(HPET_Tn_CFG(i)+4);
in _hpet_print_config()
165
l =
hpet_readl
(HPET_Tn_CM
in _hpet_print_config()
[all...]
H
A
D
tsc.c
325
*p =
hpet_readl
(HPET_COUNTER) & 0xFFFFFFFF;
in tsc_read_refs()
345
tmp = ((u64)hpet2 *
hpet_readl
(HPET_PERIOD));
in calc_hpet_ref()
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
hpet.c
77
inline unsigned int
hpet_readl
(unsigned int a)
in hpet_readl()
function
147
id =
hpet_readl
(HPET_ID);
in _hpet_print_config()
148
period =
hpet_readl
(HPET_PERIOD);
in _hpet_print_config()
151
cfg =
hpet_readl
(HPET_CFG);
in _hpet_print_config()
152
status =
hpet_readl
(HPET_STATUS);
in _hpet_print_config()
155
l =
hpet_readl
(HPET_COUNTER);
in _hpet_print_config()
156
h =
hpet_readl
(HPET_COUNTER+4);
in _hpet_print_config()
162
l =
hpet_readl
(HPET_Tn_CFG(i));
in _hpet_print_config()
163
h =
hpet_readl
(HPET_Tn_CFG(i)+4);
in _hpet_print_config()
166
l =
hpet_readl
(HPET_Tn_CM
in _hpet_print_config()
[all...]
H
A
D
tsc.c
362
*p =
hpet_readl
(HPET_COUNTER) & 0xFFFFFFFF;
in tsc_read_refs()
382
tmp = ((u64)hpet2 *
hpet_readl
(HPET_PERIOD));
in calc_hpet_ref()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
hpet.h
74
extern unsigned int
hpet_readl
(unsigned int a);
99
#define
hpet_readl
(a) 0
macro
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
hpet.h
74
extern unsigned int
hpet_readl
(unsigned int a);
110
#define
hpet_readl
(a) 0
macro
Completed in 11 milliseconds