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:atime_stamp
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
H
A
D
dwmac1000_dma.c
248
dma_cap->
atime_stamp
= (hw_cap & DMA_HW_FEAT_TSVER2SEL) >> 13;
in dwmac1000_get_hw_feature()
H
A
D
common.h
341
unsigned int
atime_stamp
;
member
H
A
D
dwmac4_dma.c
358
dma_cap->
atime_stamp
= (hw_cap & GMAC_HW_FEAT_TSSEL) >> 12;
in dwmac4_get_hw_feature()
H
A
D
dwxgmac2_dma.c
379
dma_cap->
atime_stamp
= (hw_cap & XGMAC_HWFEAT_TSSEL) >> 12;
in dwxgmac2_get_hw_feature()
H
A
D
stmmac_ethtool.c
917
if ((priv->dma_cap.time_stamp || priv->dma_cap.
atime_stamp
)) {
in stmmac_get_ts_info()
H
A
D
stmmac_main.c
718
if (!(priv->dma_cap.time_stamp || priv->dma_cap.
atime_stamp
))
in stmmac_hwtstamp_get()
742
if (!(priv->dma_cap.time_stamp || priv->dma_cap.
atime_stamp
))
in stmmac_init_tstamp_counter()
794
if (xmac && priv->dma_cap.
atime_stamp
)
in stmmac_init_ptp()
797
else if (priv->extend_desc && priv->dma_cap.
atime_stamp
)
in stmmac_init_ptp()
4519
(priv->dma_cap.
atime_stamp
) ? "Y" : "N");
in stmmac_dma_cap_show()
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/
H
A
D
dwmac1000_dma.c
253
dma_cap->
atime_stamp
= (hw_cap & DMA_HW_FEAT_TSVER2SEL) >> 13;
in dwmac1000_get_hw_feature()
H
A
D
common.h
421
unsigned int
atime_stamp
;
member
H
A
D
dwxgmac2_dma.c
404
dma_cap->
atime_stamp
= (hw_cap & XGMAC_HWFEAT_TSSEL) >> 12;
in dwxgmac2_get_hw_feature()
H
A
D
dwmac4_dma.c
395
dma_cap->
atime_stamp
= (hw_cap & GMAC_HW_FEAT_TSSEL) >> 12;
in dwmac4_get_hw_feature()
H
A
D
stmmac_ethtool.c
1197
if ((priv->dma_cap.time_stamp || priv->dma_cap.
atime_stamp
)) {
in stmmac_get_ts_info()
H
A
D
stmmac_main.c
818
if (!(priv->dma_cap.time_stamp || priv->dma_cap.
atime_stamp
))
in stmmac_hwtstamp_get()
842
if (!(priv->dma_cap.time_stamp || priv->dma_cap.
atime_stamp
))
in stmmac_init_tstamp_counter()
897
if (xmac && priv->dma_cap.
atime_stamp
)
in stmmac_init_ptp()
900
else if (priv->extend_desc && priv->dma_cap.
atime_stamp
)
in stmmac_init_ptp()
6293
(priv->dma_cap.
atime_stamp
) ? "Y" : "N");
in stmmac_dma_cap_show()
/kernel/linux/linux-5.10/drivers/net/ethernet/samsung/sxgbe/
H
A
D
sxgbe_common.h
413
unsigned int
atime_stamp
;
member
H
A
D
sxgbe_main.c
884
features->
atime_stamp
= SXGBE_HW_FEAT_IEEE1500_2008(rval);
in sxgbe_get_hw_features()
/kernel/linux/linux-6.6/drivers/net/ethernet/samsung/sxgbe/
H
A
D
sxgbe_common.h
413
unsigned int
atime_stamp
;
member
H
A
D
sxgbe_main.c
884
features->
atime_stamp
= SXGBE_HW_FEAT_IEEE1500_2008(rval);
in sxgbe_get_hw_features()
Completed in 33 milliseconds