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:ptpdesc
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/
H
A
D
mvpp2_main.c
3752
u64
ptpdesc
;
in mvpp2_tx_hw_tstamp()
local
3768
ptpdesc
= MVPP22_PTP_MACTIMESTAMPINGEN |
in mvpp2_tx_hw_tstamp()
3774
ptpdesc
|= MVPP22_PTP_PACKETFORMAT(MVPP22_PTP_PKT_FMT_PTPV1);
in mvpp2_tx_hw_tstamp()
3778
ptpdesc
|= MVPP22_PTP_PACKETFORMAT(MVPP22_PTP_PKT_FMT_PTPV2);
in mvpp2_tx_hw_tstamp()
3782
ptpdesc
|= MVPP22_PTP_TIMESTAMPQUEUESELECT;
in mvpp2_tx_hw_tstamp()
3795
ptpdesc
|= MVPP22_PTP_TIMESTAMPENTRYID(i);
in mvpp2_tx_hw_tstamp()
3817
cpu_to_le32(
ptpdesc
& MVPP22_PTP_DESC_MASK_LOW);
in mvpp2_tx_hw_tstamp()
3819
tx_desc->pp22.buf_dma_addr_ptp |= cpu_to_le64((
ptpdesc
>> 12) << 40);
in mvpp2_tx_hw_tstamp()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/mvpp2/
H
A
D
mvpp2_main.c
4110
u64
ptpdesc
;
in mvpp2_tx_hw_tstamp()
local
4126
ptpdesc
= MVPP22_PTP_MACTIMESTAMPINGEN |
in mvpp2_tx_hw_tstamp()
4132
ptpdesc
|= MVPP22_PTP_PACKETFORMAT(MVPP22_PTP_PKT_FMT_PTPV1);
in mvpp2_tx_hw_tstamp()
4136
ptpdesc
|= MVPP22_PTP_PACKETFORMAT(MVPP22_PTP_PKT_FMT_PTPV2);
in mvpp2_tx_hw_tstamp()
4140
ptpdesc
|= MVPP22_PTP_TIMESTAMPQUEUESELECT;
in mvpp2_tx_hw_tstamp()
4153
ptpdesc
|= MVPP22_PTP_TIMESTAMPENTRYID(i);
in mvpp2_tx_hw_tstamp()
4175
cpu_to_le32(
ptpdesc
& MVPP22_PTP_DESC_MASK_LOW);
in mvpp2_tx_hw_tstamp()
4177
tx_desc->pp22.buf_dma_addr_ptp |= cpu_to_le64((
ptpdesc
>> 12) << 40);
in mvpp2_tx_hw_tstamp()
Completed in 17 milliseconds