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:HW_CAP_CLK_GATE
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/habanalabs/gaudi/
H
A
D
gaudiP.h
160
#define
HW_CAP_CLK_GATE
BIT(9)
macro
H
A
D
gaudi.c
2603
gaudi->hw_cap_initialized |=
HW_CAP_CLK_GATE
;
in gaudi_set_clock_gating()
2612
if (!(gaudi->hw_cap_initialized &
HW_CAP_CLK_GATE
))
in gaudi_disable_clock_gating()
2634
gaudi->hw_cap_initialized &= ~(
HW_CAP_CLK_GATE
);
in gaudi_disable_clock_gating()
3093
HW_CAP_CLK_GATE
);
in gaudi_hw_fini()
4545
if ((gaudi->hw_cap_initialized &
HW_CAP_CLK_GATE
) &&
in gaudi_debugfs_read32()
4592
if ((gaudi->hw_cap_initialized &
HW_CAP_CLK_GATE
) &&
in gaudi_debugfs_write32()
4639
if ((gaudi->hw_cap_initialized &
HW_CAP_CLK_GATE
) &&
in gaudi_debugfs_read64()
4690
if ((gaudi->hw_cap_initialized &
HW_CAP_CLK_GATE
) &&
in gaudi_debugfs_write64()
/kernel/linux/linux-6.6/drivers/accel/habanalabs/gaudi2/
H
A
D
gaudi2P.h
169
#define
HW_CAP_CLK_GATE
BIT_ULL(6)
macro
H
A
D
gaudi2.c
6301
~(HW_CAP_DRAM |
HW_CAP_CLK_GATE
| HW_CAP_HBM_SCRAMBLER_MASK |
in gaudi2_hw_fini()
6310
~(
HW_CAP_CLK_GATE
| HW_CAP_HBM_SCRAMBLER_SW_RESET |
in gaudi2_hw_fini()
Completed in 22 milliseconds