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_TPC_SHIFT
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/habanalabs/gaudi/
H
A
D
gaudiP.h
173
#define
HW_CAP_TPC_SHIFT
24
macro
/kernel/linux/linux-6.6/drivers/accel/habanalabs/gaudi/
H
A
D
gaudiP.h
193
#define
HW_CAP_TPC_SHIFT
24
macro
/kernel/linux/linux-6.6/drivers/accel/habanalabs/gaudi2/
H
A
D
gaudi2P.h
231
#define
HW_CAP_TPC_SHIFT
0
macro
H
A
D
gaudi2.c
3804
if (!(gaudi2->tpc_hw_cap_initialized & BIT_ULL(
HW_CAP_TPC_SHIFT
+ i)))
in gaudi2_stop_tpc_qmans()
3912
if (!(gaudi2->tpc_hw_cap_initialized & BIT_ULL(
HW_CAP_TPC_SHIFT
+ i)))
in gaudi2_tpc_stall()
4000
if (!(gaudi2->tpc_hw_cap_initialized & BIT_ULL(
HW_CAP_TPC_SHIFT
+ i)))
in gaudi2_disable_tpc_qmans()
4533
if (!(gaudi2->tpc_hw_cap_initialized & BIT_ULL(
HW_CAP_TPC_SHIFT
+ tpc_id)))
in gaudi2_set_tpc_engine_mode()
5363
gaudi2->tpc_hw_cap_initialized |= BIT_ULL(
HW_CAP_TPC_SHIFT
+ seq);
in gaudi2_init_tpc_config()
6408
hw_tpc_cap_bit =
HW_CAP_TPC_SHIFT
+
in gaudi2_is_queue_enabled()
6417
hw_tpc_cap_bit =
HW_CAP_TPC_SHIFT
+ NUM_OF_TPC_PER_DCORE +
in gaudi2_is_queue_enabled()
6422
hw_tpc_cap_bit =
HW_CAP_TPC_SHIFT
+ (2 * NUM_OF_TPC_PER_DCORE) +
in gaudi2_is_queue_enabled()
6427
hw_tpc_cap_bit =
HW_CAP_TPC_SHIFT
+ (3 * NUM_OF_TPC_PER_DCORE) +
in gaudi2_is_queue_enabled()
6432
hw_tpc_cap_bit =
HW_CAP_TPC_SHIFT
in gaudi2_is_queue_enabled()
[all...]
Completed in 14 milliseconds