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:pps_out_num
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
H
A
D
stmmac_ptp.c
195
for (i = 0; i < priv->dma_cap.
pps_out_num
; i++) {
in stmmac_ptp_register()
204
stmmac_ptp_clock_ops.n_per_out = priv->dma_cap.
pps_out_num
;
in stmmac_ptp_register()
H
A
D
common.h
360
unsigned int
pps_out_num
;
member
H
A
D
dwmac4_dma.c
409
dma_cap->
pps_out_num
= (hw_cap & GMAC_HW_FEAT_PPSOUTNUM) >> 24;
in dwmac4_get_hw_feature()
H
A
D
dwxgmac2_dma.c
420
dma_cap->
pps_out_num
= (hw_cap & XGMAC_HWFEAT_PPSOUTNUM) >> 24;
in dwxgmac2_get_hw_feature()
H
A
D
stmmac_main.c
4551
priv->dma_cap.
pps_out_num
);
in stmmac_dma_cap_show()
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/
H
A
D
stmmac_ptp.c
287
for (i = 0; i < priv->dma_cap.
pps_out_num
; i++) {
in stmmac_ptp_register()
301
stmmac_ptp_clock_ops.n_per_out = priv->dma_cap.
pps_out_num
;
in stmmac_ptp_register()
H
A
D
common.h
440
unsigned int
pps_out_num
;
member
H
A
D
dwxgmac2_dma.c
465
dma_cap->
pps_out_num
= (hw_cap & XGMAC_HWFEAT_PPSOUTNUM) >> 24;
in dwxgmac2_get_hw_feature()
H
A
D
dwmac4_dma.c
446
dma_cap->
pps_out_num
= (hw_cap & GMAC_HW_FEAT_PPSOUTNUM) >> 24;
in dwmac4_get_hw_feature()
H
A
D
stmmac_main.c
6330
priv->dma_cap.
pps_out_num
);
in stmmac_dma_cap_show()
/kernel/linux/linux-5.10/drivers/net/ethernet/synopsys/
H
A
D
dwc-xlgmac-common.c
467
hw_feat->
pps_out_num
= XLGMAC_GET_REG_BITS(mac_hfr2,
in xlgmac_get_all_hw_features()
682
switch (pdata->hw_feat.
pps_out_num
) {
in xlgmac_print_all_hw_features()
H
A
D
dwc-xlgmac.h
533
unsigned int
pps_out_num
; /* Number of PPS outputs */
member
/kernel/linux/linux-6.6/drivers/net/ethernet/synopsys/
H
A
D
dwc-xlgmac-common.c
467
hw_feat->
pps_out_num
= XLGMAC_GET_REG_BITS(mac_hfr2,
in xlgmac_get_all_hw_features()
682
switch (pdata->hw_feat.
pps_out_num
) {
in xlgmac_print_all_hw_features()
H
A
D
dwc-xlgmac.h
534
unsigned int
pps_out_num
; /* Number of PPS outputs */
member
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/
H
A
D
xgbe.h
999
unsigned int
pps_out_num
; /* Number of PPS outputs */
member
H
A
D
xgbe-drv.c
798
hw_feat->
pps_out_num
= XGMAC_GET_BITS(mac_hfr2, MAC_HWF2R, PPSOUTNUM);
in xgbe_get_all_hw_features()
917
hw_feat->
pps_out_num
);
in xgbe_get_all_hw_features()
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/xgbe/
H
A
D
xgbe.h
1031
unsigned int
pps_out_num
; /* Number of PPS outputs */
member
H
A
D
xgbe-drv.c
798
hw_feat->
pps_out_num
= XGMAC_GET_BITS(mac_hfr2, MAC_HWF2R, PPSOUTNUM);
in xgbe_get_all_hw_features()
917
hw_feat->
pps_out_num
);
in xgbe_get_all_hw_features()
Completed in 39 milliseconds