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:IGC_TSAUXC
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/
H
A
D
igc_tsn.c
77
wr32(
IGC_TSAUXC
, 0);
in igc_tsn_enable_offload()
H
A
D
igc_regs.h
189
#define
IGC_TSAUXC
0x0B640 /* Timesync Auxiliary Control register */
macro
H
A
D
igc_ptp.c
608
wr32(
IGC_TSAUXC
, 0x0);
in igc_ptp_reset()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igc/
H
A
D
igc_ptp.c
286
tsauxc = rd32(
IGC_TSAUXC
);
in igc_ptp_feature_enable_i225()
296
wr32(
IGC_TSAUXC
, tsauxc);
in igc_ptp_feature_enable_i225()
347
tsauxc = rd32(
IGC_TSAUXC
);
in igc_ptp_feature_enable_i225()
393
wr32(
IGC_TSAUXC
, tsauxc);
in igc_ptp_feature_enable_i225()
1220
wr32(
IGC_TSAUXC
, 0x0);
in igc_ptp_reset()
H
A
D
igc_tsn.c
122
wr32(
IGC_TSAUXC
, 0);
in igc_tsn_enable_offload()
H
A
D
igc_regs.h
203
#define
IGC_TSAUXC
0x0B640 /* Timesync Auxiliary Control register */
macro
H
A
D
igc_main.c
5331
tsauxc = rd32(
IGC_TSAUXC
);
in igc_tsync_interrupt()
5333
wr32(
IGC_TSAUXC
, tsauxc);
in igc_tsync_interrupt()
5344
tsauxc = rd32(
IGC_TSAUXC
);
in igc_tsync_interrupt()
5346
wr32(
IGC_TSAUXC
, tsauxc);
in igc_tsync_interrupt()
Completed in 14 milliseconds