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:period_nsec
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/microchip/
H
A
D
lan743x_ptp.c
487
u32 period_sec = 0,
period_nsec
= 0;
in lan743x_ptp_perout()
local
541
period_nsec
= perout_request->period.nsec % 1000000000;
in lan743x_ptp_perout()
544
if (
period_nsec
>= 400000000) {
in lan743x_ptp_perout()
546
} else if (
period_nsec
>= 20000000) {
in lan743x_ptp_perout()
548
} else if (
period_nsec
>= 2000000) {
in lan743x_ptp_perout()
550
} else if (
period_nsec
>= 200000) {
in lan743x_ptp_perout()
552
} else if (
period_nsec
>= 20000) {
in lan743x_ptp_perout()
554
} else if (
period_nsec
>= 200) {
in lan743x_ptp_perout()
588
period_nsec
);
in lan743x_ptp_perout()
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/
H
A
D
lan743x_ptp.c
464
u32 period_sec = 0,
period_nsec
= 0;
in lan743x_ptp_perout()
local
521
period_nsec
= perout_request->period.nsec % 1000000000;
in lan743x_ptp_perout()
561
period_nsec
= ts_period.tv_nsec;
in lan743x_ptp_perout()
587
if (
period_nsec
>= 400000000) {
in lan743x_ptp_perout()
589
} else if (
period_nsec
>= 20000000) {
in lan743x_ptp_perout()
591
} else if (
period_nsec
>= 2000000) {
in lan743x_ptp_perout()
593
} else if (
period_nsec
>= 200000) {
in lan743x_ptp_perout()
595
} else if (
period_nsec
>= 20000) {
in lan743x_ptp_perout()
597
} else if (
period_nsec
>= 200) {
in lan743x_ptp_perout()
634
period_nsec
);
in lan743x_ptp_perout()
707
u32 period_sec,
period_nsec
;
lan743x_ptp_io_perout()
local
[all...]
/kernel/linux/linux-6.6/drivers/net/phy/
H
A
D
micrel.c
4271
s64 on_nsec,
period_nsec
;
in lan8841_ptp_perout()
local
4297
period_nsec
= timespec64_to_ns(&ts_period);
in lan8841_ptp_perout()
4299
if (
period_nsec
< 200) {
in lan8841_ptp_perout()
4305
if (on_nsec >=
period_nsec
) {
in lan8841_ptp_perout()
Completed in 10 milliseconds