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:tick_low
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/pensando/ionic/
H
A
D
ionic_phc.c
268
u32 tick_high_before, tick_high,
tick_low
;
in ionic_hwstamp_read()
local
271
ioread32(&ionic->idev.hwstamp_regs->
tick_low
);
in ionic_hwstamp_read()
276
tick_low
= ioread32(&ionic->idev.hwstamp_regs->
tick_low
);
in ionic_hwstamp_read()
281
/* If tick_high changed, re-read
tick_low
once more. Assume tick_high
in ionic_hwstamp_read()
282
* cannot change again so soon as in the span of re-reading
tick_low
.
in ionic_hwstamp_read()
286
tick_low
= ioread32(&ionic->idev.hwstamp_regs->
tick_low
);
in ionic_hwstamp_read()
290
return (u64)
tick_low
| ((u64)tick_high << 32);
in ionic_hwstamp_read()
H
A
D
ionic_if.h
2967
* @
tick_low
: Low 32 bits of hardware timestamp
2971
u32
tick_low
;
member
/kernel/linux/linux-6.6/include/linux/pds/
H
A
D
pds_core_if.h
486
* @
tick_low
: Low 32 bits of hardware timestamp
490
u32
tick_low
;
member
Completed in 9 milliseconds