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:CFG_SIZE
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/habanalabs/include/goya/
H
A
D
goya.h
19
#define
CFG_SIZE
0x4000000 /* 32MB CFG + 32MB DBG*/
macro
/kernel/linux/linux-6.6/drivers/accel/habanalabs/include/goya/
H
A
D
goya.h
19
#define
CFG_SIZE
0x4000000 /* 32MB CFG + 32MB DBG*/
macro
/kernel/linux/linux-5.10/drivers/misc/habanalabs/include/gaudi/
H
A
D
gaudi.h
19
#define
CFG_SIZE
0x4000000 /* 32MB CFG + 32MB DBG*/
macro
/kernel/linux/linux-6.6/drivers/accel/habanalabs/include/gaudi/
H
A
D
gaudi.h
19
#define
CFG_SIZE
0x4000000 /* 32MB CFG + 32MB DBG*/
macro
/kernel/linux/linux-6.6/drivers/accel/habanalabs/include/gaudi2/
H
A
D
gaudi2.h
21
#define
CFG_SIZE
0x8000000ull /* 96MB CFG + 32MB DBG*/
macro
/kernel/linux/linux-5.10/drivers/net/ethernet/i825xx/
H
A
D
ether1.c
370
#define
CFG_SIZE
(0x12)
macro
459
ether1_writebuffer (dev, &init_cfg, CFG_ADDR,
CFG_SIZE
);
in ether1_init_for_open()
/kernel/linux/linux-6.6/drivers/net/ethernet/i825xx/
H
A
D
ether1.c
370
#define
CFG_SIZE
(0x12)
macro
459
ether1_writebuffer (dev, &init_cfg, CFG_ADDR,
CFG_SIZE
);
in ether1_init_for_open()
/kernel/linux/linux-5.10/drivers/misc/habanalabs/goya/
H
A
D
goya.c
443
prop->cfg_size =
CFG_SIZE
;
in goya_get_fixed_properties()
4052
if ((addr >= CFG_BASE) && (addr < CFG_BASE +
CFG_SIZE
)) {
in goya_debugfs_read32()
4108
if ((addr >= CFG_BASE) && (addr < CFG_BASE +
CFG_SIZE
)) {
in goya_debugfs_write32()
4149
if ((addr >= CFG_BASE) && (addr <= CFG_BASE +
CFG_SIZE
- sizeof(u64))) {
in goya_debugfs_read64()
4194
if ((addr >= CFG_BASE) && (addr <= CFG_BASE +
CFG_SIZE
- sizeof(u64))) {
in goya_debugfs_write64()
/kernel/linux/linux-5.10/drivers/misc/habanalabs/gaudi/
H
A
D
gaudi.c
456
prop->cfg_size =
CFG_SIZE
;
in gaudi_get_fixed_properties()
4543
if ((addr >= CFG_BASE) && (addr < CFG_BASE +
CFG_SIZE
)) {
in gaudi_debugfs_read32()
4590
if ((addr >= CFG_BASE) && (addr < CFG_BASE +
CFG_SIZE
)) {
in gaudi_debugfs_write32()
4637
if ((addr >= CFG_BASE) && (addr <= CFG_BASE +
CFG_SIZE
- sizeof(u64))) {
in gaudi_debugfs_read64()
4688
if ((addr >= CFG_BASE) && (addr <= CFG_BASE +
CFG_SIZE
- sizeof(u64))) {
in gaudi_debugfs_write64()
/kernel/linux/linux-6.6/drivers/accel/habanalabs/goya/
H
A
D
goya.c
457
prop->cfg_size =
CFG_SIZE
;
in goya_set_fixed_properties()
941
region->region_size =
CFG_SIZE
;
in goya_set_pci_memory_regions()
/kernel/linux/linux-6.6/drivers/accel/habanalabs/gaudi/
H
A
D
gaudi.c
649
prop->cfg_size =
CFG_SIZE
;
in gaudi_set_fixed_properties()
1814
region->region_size =
CFG_SIZE
;
in gaudi_set_pci_memory_regions()
/kernel/linux/linux-6.6/drivers/accel/habanalabs/gaudi2/
H
A
D
gaudi2.c
2421
prop->cfg_size =
CFG_SIZE
;
in gaudi2_set_fixed_properties()
3324
region->region_size =
CFG_SIZE
;
in gaudi2_set_pci_memory_regions()
Completed in 44 milliseconds