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:SS_MAX_CLOCKS
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ss/
H
A
D
sun8i-ss.h
76
#define
SS_MAX_CLOCKS
2
macro
109
struct ss_clock ss_clks[
SS_MAX_CLOCKS
];
156
struct clk *ssclks[
SS_MAX_CLOCKS
];
H
A
D
sun8i-ss-core.c
536
for (i = 0; i <
SS_MAX_CLOCKS
; i++)
in sun8i_ss_pm_suspend()
546
for (i = 0; i <
SS_MAX_CLOCKS
; i++) {
in sun8i_ss_pm_resume()
697
for (i = 0; i <
SS_MAX_CLOCKS
; i++) {
in sun8i_ss_get_clks()
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ss/
H
A
D
sun8i-ss.h
77
#define
SS_MAX_CLOCKS
2
macro
112
struct ss_clock ss_clks[
SS_MAX_CLOCKS
];
159
struct clk *ssclks[
SS_MAX_CLOCKS
];
H
A
D
sun8i-ss-core.c
622
for (i = 0; i <
SS_MAX_CLOCKS
; i++)
in sun8i_ss_pm_suspend()
632
for (i = 0; i <
SS_MAX_CLOCKS
; i++) {
in sun8i_ss_pm_resume()
783
for (i = 0; i <
SS_MAX_CLOCKS
; i++) {
in sun8i_ss_get_clks()
Completed in 4 milliseconds