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:binned
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/accel/habanalabs/gaudi2/
H
A
D
gaudi2.c
2617
u8 subst_seq,
binned
, qid_base;
in gaudi2_set_tpc_binning_masks()
local
2632
binned
= __ffs(tpc_binning_mask);
in gaudi2_set_tpc_binning_masks()
2637
if (
binned
>= TPC_ID_SIZE) {
in gaudi2_set_tpc_binning_masks()
2639
"Invalid
binned
TPC (binning mask: %llx)\n",
in gaudi2_set_tpc_binning_masks()
2643
clear_bit(
binned
, (unsigned long *)&tpc_binning_mask);
in gaudi2_set_tpc_binning_masks()
2649
q_props[qid_base].
binned
= 1;
in gaudi2_set_tpc_binning_masks()
2650
q_props[qid_base + 1].
binned
= 1;
in gaudi2_set_tpc_binning_masks()
2651
q_props[qid_base + 2].
binned
= 1;
in gaudi2_set_tpc_binning_masks()
2652
q_props[qid_base + 3].
binned
= 1;
in gaudi2_set_tpc_binning_masks()
2738
q_props[GAUDI2_QUEUE_ID_DCORE3_EDMA_1_0].
binned
in gaudi2_set_edma_binning_masks()
[all...]
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/
H
A
D
habanalabs.h
440
* @
binned
: True if the queue is
binned
out and should not be used
448
u8
binned
;
member
567
* @tpc_binning_mask: which TPCs are
binned
. 0 means usable and 1 means
binned
.
569
* @dram_binning_mask: which DRAMs are
binned
. 0 means usable, 1 means
binned
.
602
* @decoder_binning_mask: which decoders are
binned
, 0 means usable and 1 means
binned
.
605
* @edma_binning_mask: which EDMAs are
binned
,
[all...]
H
A
D
command_submission.c
1207
if (hw_queue_prop->
binned
) {
in validate_queue_index()
1208
dev_err(hdev->dev, "Queue index %d is
binned
out\n",
in validate_queue_index()
Completed in 18 milliseconds