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:PLL_HIGH
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/habanalabs/goya/
H
A
D
goya_hwmgr.c
15
case
PLL_HIGH
:
in goya_set_pll_profile()
300
hdev->curr_pll_profile =
PLL_HIGH
;
in pm_mng_profile_store()
/kernel/linux/linux-6.6/drivers/accel/habanalabs/goya/
H
A
D
goya_hwmgr.c
18
case
PLL_HIGH
:
in goya_set_pll_profile()
274
goya->curr_pll_profile =
PLL_HIGH
;
in pm_mng_profile_store()
H
A
D
goya.c
825
freq ==
PLL_HIGH
? "high" : "low");
in goya_set_frequency()
/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/
H
A
D
habanalabs_drv.c
157
hl_device_set_frequency(hdev,
PLL_HIGH
);
in hl_device_open()
H
A
D
device.c
616
freq ==
PLL_HIGH
? "high" : "low");
in hl_device_set_frequency()
H
A
D
habanalabs.h
603
* @
PLL_HIGH
: high frequency.
608
PLL_HIGH
= 1,
enumerator
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/
H
A
D
habanalabs.h
1251
* @
PLL_HIGH
: high frequency.
1256
PLL_HIGH
= 1,
enumerator
Completed in 20 milliseconds