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:ppb_cor
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/rtc/
H
A
D
rtc-armada38x.c
402
long
ppb_cor
;
in armada38x_rtc_read_offset()
local
408
ppb_cor
= (ccr & RTC_CCR_MODE ? 3815 : 954) * (s8)ccr;
in armada38x_rtc_read_offset()
409
/*
ppb_cor
+ 1000000000L can never be zero */
in armada38x_rtc_read_offset()
410
*offset = armada38x_ppb_convert(
ppb_cor
);
in armada38x_rtc_read_offset()
419
long
ppb_cor
, off;
in armada38x_rtc_set_offset()
local
422
* The maximum
ppb_cor
is -128 * 3815 .. 127 * 3815, but we
in armada38x_rtc_set_offset()
429
ppb_cor
= armada38x_ppb_convert(offset);
in armada38x_rtc_set_offset()
435
off = DIV_ROUND_CLOSEST(
ppb_cor
, 954);
in armada38x_rtc_set_offset()
438
off = DIV_ROUND_CLOSEST(
ppb_cor
, 3815);
in armada38x_rtc_set_offset()
/kernel/linux/linux-6.6/drivers/rtc/
H
A
D
rtc-armada38x.c
401
long
ppb_cor
;
in armada38x_rtc_read_offset()
local
407
ppb_cor
= (ccr & RTC_CCR_MODE ? 3815 : 954) * (s8)ccr;
in armada38x_rtc_read_offset()
408
/*
ppb_cor
+ 1000000000L can never be zero */
in armada38x_rtc_read_offset()
409
*offset = armada38x_ppb_convert(
ppb_cor
);
in armada38x_rtc_read_offset()
418
long
ppb_cor
, off;
in armada38x_rtc_set_offset()
local
421
* The maximum
ppb_cor
is -128 * 3815 .. 127 * 3815, but we
in armada38x_rtc_set_offset()
428
ppb_cor
= armada38x_ppb_convert(offset);
in armada38x_rtc_set_offset()
434
off = DIV_ROUND_CLOSEST(
ppb_cor
, 954);
in armada38x_rtc_set_offset()
437
off = DIV_ROUND_CLOSEST(
ppb_cor
, 3815);
in armada38x_rtc_set_offset()
Completed in 3 milliseconds