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:tod_inc
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/sparx5/
H
A
D
sparx5_ptp.c
397
u64
tod_inc
;
in sparx5_ptp_adjfine()
local
408
tod_inc
= sparx5_ptp_get_nominal_value(sparx5);
in sparx5_ptp_adjfine()
416
tod_inc
= neg_adj ?
tod_inc
- ref :
tod_inc
+ ref;
in sparx5_ptp_adjfine()
424
spx5_wr((u32)
tod_inc
& 0xFFFFFFFF, sparx5,
in sparx5_ptp_adjfine()
426
spx5_wr((u32)(
tod_inc
>> 32), sparx5,
in sparx5_ptp_adjfine()
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/lan966x/
H
A
D
lan966x_ptp.c
602
u64
tod_inc
;
in lan966x_ptp_adjfine()
local
613
tod_inc
= lan966x_ptp_get_nominal_value();
in lan966x_ptp_adjfine()
621
tod_inc
= neg_adj ?
tod_inc
- ref :
tod_inc
+ ref;
in lan966x_ptp_adjfine()
629
lan_wr((u32)
tod_inc
& 0xFFFFFFFF, lan966x,
in lan966x_ptp_adjfine()
631
lan_wr((u32)(
tod_inc
>> 32), lan966x,
in lan966x_ptp_adjfine()
Completed in 3 milliseconds