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:gm_local_time
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/thunderbolt/
H
A
D
tmu.c
214
u32
gm_local_time
[3];
in tb_switch_tmu_post_time()
local
226
ret = tb_sw_read(root_switch,
gm_local_time
, TB_CFG_SWITCH,
in tb_switch_tmu_post_time()
228
ARRAY_SIZE(
gm_local_time
));
in tb_switch_tmu_post_time()
232
for (i = 0; i < ARRAY_SIZE(
gm_local_time
); i++)
in tb_switch_tmu_post_time()
234
gm_local_time
[i]);
in tb_switch_tmu_post_time()
237
hi =
gm_local_time
[2] & TMU_RTR_CS_3_LOCAL_TIME_NS_MASK;
in tb_switch_tmu_post_time()
238
mid =
gm_local_time
[1];
in tb_switch_tmu_post_time()
239
lo = (
gm_local_time
[0] & TMU_RTR_CS_1_LOCAL_TIME_NS_MASK) >>
in tb_switch_tmu_post_time()
/kernel/linux/linux-6.6/drivers/thunderbolt/
H
A
D
tmu.c
450
u32
gm_local_time
[3];
in tb_switch_tmu_post_time()
local
462
ret = tb_sw_read(root_switch,
gm_local_time
, TB_CFG_SWITCH,
in tb_switch_tmu_post_time()
464
ARRAY_SIZE(
gm_local_time
));
in tb_switch_tmu_post_time()
468
for (i = 0; i < ARRAY_SIZE(
gm_local_time
); i++)
in tb_switch_tmu_post_time()
470
gm_local_time
[i]);
in tb_switch_tmu_post_time()
473
hi =
gm_local_time
[2] & TMU_RTR_CS_3_LOCAL_TIME_NS_MASK;
in tb_switch_tmu_post_time()
474
mid =
gm_local_time
[1];
in tb_switch_tmu_post_time()
475
lo = (
gm_local_time
[0] & TMU_RTR_CS_1_LOCAL_TIME_NS_MASK) >>
in tb_switch_tmu_post_time()
Completed in 3 milliseconds