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:sec_h
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H
A
D
hclge_ptp.c
109
u32
sec_h
;
in hclge_ptp_get_rx_hwts()
local
119
sec_h
= readl(hdev->ptp->io_base + HCLGE_PTP_CUR_TIME_SEC_H_REG);
in hclge_ptp_get_rx_hwts()
122
ns += (((u64)
sec_h
) << HCLGE_PTP_SEC_H_OFFSET | sec) * NSEC_PER_SEC;
in hclge_ptp_get_rx_hwts()
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H
A
D
hw_atl_b0.c
1373
u64
sec_h
;
in hw_atl_b0_get_sync_ts()
local
1383
sec_h
= aq_phy_read_reg(self, MDIO_MMD_PCS, 0xc915);
in hw_atl_b0_get_sync_ts()
1389
*ts = (nsec_h << 16) + nsec_l + ((
sec_h
<< 16) + sec_l) * NSEC_PER_SEC;
in hw_atl_b0_get_sync_ts()
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H
A
D
hw_atl_b0.c
1373
u64
sec_h
;
in hw_atl_b0_get_sync_ts()
local
1383
sec_h
= aq_phy_read_reg(self, MDIO_MMD_PCS, 0xc915);
in hw_atl_b0_get_sync_ts()
1389
*ts = (nsec_h << 16) + nsec_l + ((
sec_h
<< 16) + sec_l) * NSEC_PER_SEC;
in hw_atl_b0_get_sync_ts()
Completed in 6 milliseconds