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:DEFAULT_ADDEND
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/xscale/
H
A
D
ixp46x_ts.h
11
#define
DEFAULT_ADDEND
0xF0000029
macro
H
A
D
ptp_ixp46x.c
136
addend =
DEFAULT_ADDEND
;
in ptp_ixp_adjfreq()
302
__raw_writel(
DEFAULT_ADDEND
, &ixp_clock.regs->addend);
in ptp_ixp_init()
/kernel/linux/linux-6.6/drivers/net/ethernet/xscale/
H
A
D
ixp46x_ts.h
11
#define
DEFAULT_ADDEND
0xF0000029
macro
H
A
D
ptp_ixp46x.c
129
addend = adjust_by_scaled_ppm(
DEFAULT_ADDEND
, scaled_ppm);
in ptp_ixp_adjfine()
280
__raw_writel(
DEFAULT_ADDEND
, &ixp_clock.regs->addend);
in ptp_ixp_probe()
/kernel/linux/linux-6.6/drivers/ptp/
H
A
D
ptp_pch.c
29
#define
DEFAULT_ADDEND
0xA0000000
macro
345
addend = adjust_by_scaled_ppm(
DEFAULT_ADDEND
, scaled_ppm);
in ptp_pch_adjfine()
495
iowrite32(
DEFAULT_ADDEND
, &chip->regs->addend);
in pch_probe()
/kernel/linux/linux-5.10/drivers/ptp/
H
A
D
ptp_pch.c
27
#define
DEFAULT_ADDEND
0xA0000000
macro
412
addend =
DEFAULT_ADDEND
;
in ptp_pch_adjfreq()
607
iowrite32(
DEFAULT_ADDEND
, &chip->regs->addend);
in pch_probe()
Completed in 6 milliseconds