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:PSEC_PER_SEC
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/phy/
H
A
D
phy-core-mipi-dphy.c
15
#define
PSEC_PER_SEC
1000000000000LL
macro
36
ui = ALIGN(
PSEC_PER_SEC
, hs_clk_rate);
in phy_mipi_dphy_get_default_config()
93
ui = ALIGN(
PSEC_PER_SEC
, cfg->hs_clk_rate);
in phy_mipi_dphy_config_validate()
/kernel/linux/linux-6.6/drivers/phy/
H
A
D
phy-core-mipi-dphy.c
36
ui = ALIGN(
PSEC_PER_SEC
, hs_clk_rate);
in phy_mipi_dphy_calc_config()
114
ui = ALIGN(
PSEC_PER_SEC
, cfg->hs_clk_rate);
in phy_mipi_dphy_config_validate()
/kernel/linux/linux-6.6/include/vdso/
H
A
D
time64.h
12
#define
PSEC_PER_SEC
1000000000000LL
macro
/kernel/linux/linux-6.6/drivers/iio/trigger/
H
A
D
iio-trig-hrtimer.c
20
#define
PSEC_PER_SEC
1000000000000LL
macro
73
period =
PSEC_PER_SEC
;
in iio_hrtimer_store_sampling_frequency()
/kernel/linux/linux-5.10/include/soc/mscc/
H
A
D
ocelot_ptp.h
40
#define
PSEC_PER_SEC
1000000000000LL
macro
/kernel/linux/linux-5.10/drivers/phy/rockchip/
H
A
D
phy-rockchip-inno-dsidphy.c
23
#define
PSEC_PER_SEC
1000000000000LL
macro
347
t_txbyteclkhs = div_u64(
PSEC_PER_SEC
, txbyteclkhs);
in inno_dsidphy_mipi_mode_enable()
351
t_txclkesc = div_u64(
PSEC_PER_SEC
, txclkesc);
in inno_dsidphy_mipi_mode_enable()
/kernel/linux/linux-5.10/drivers/net/ethernet/mscc/
H
A
D
ocelot_ptp.c
139
adj =
PSEC_PER_SEC
<< 16;
in ocelot_ptp_adjfine()
/kernel/linux/linux-6.6/drivers/phy/rockchip/
H
A
D
phy-rockchip-inno-dsidphy.c
415
t_txbyteclkhs = div_u64(
PSEC_PER_SEC
, txbyteclkhs);
in inno_dsidphy_mipi_mode_enable()
419
t_txclkesc = div_u64(
PSEC_PER_SEC
, txclkesc);
in inno_dsidphy_mipi_mode_enable()
/kernel/linux/linux-6.6/drivers/net/ethernet/mscc/
H
A
D
ocelot_ptp.c
153
adj =
PSEC_PER_SEC
<< 16;
in ocelot_ptp_adjfine()
Completed in 6 milliseconds