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:pci_mem_region
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/pci/
H
A
D
pci.c
357
struct
pci_mem_region
*region = &hdev->
pci_mem_region
[i];
in hl_get_pci_memory_region()
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/
H
A
D
firmware_if.c
1999
struct
pci_mem_region
*region)
in hl_fw_dynamic_validate_memory_bound()
2040
struct
pci_mem_region
*region;
in hl_fw_dynamic_validate_descriptor()
2081
region = &hdev->
pci_mem_region
[region_id];
in hl_fw_dynamic_validate_descriptor()
2106
struct
pci_mem_region
*region)
in hl_fw_dynamic_validate_response()
2173
struct
pci_mem_region
*region;
in hl_fw_dynamic_read_and_validate_descriptor()
2187
region = &hdev->
pci_mem_region
[region_id];
in hl_fw_dynamic_read_and_validate_descriptor()
2327
struct
pci_mem_region
*region;
in hl_fw_dynamic_copy_image()
2359
struct
pci_mem_region
*region;
in hl_fw_dynamic_copy_msg()
H
A
D
device.c
46
static u64 hl_set_dram_bar(struct hl_device *hdev, u64 addr, struct
pci_mem_region
*region,
in hl_set_dram_bar()
70
struct
pci_mem_region
*region = &hdev->
pci_mem_region
[region_type];
in hl_access_sram_dram_region()
231
struct
pci_mem_region
*cfg_region = &hdev->
pci_mem_region
[PCI_REGION_CFG];
in hl_access_cfg_region()
H
A
D
habanalabs.h
1288
* struct
pci_mem_region
- describe memory region in a PCI bar
1296
struct
pci_mem_region
{
struct
1361
struct
pci_mem_region
*image_region;
3198
* @
pci_mem_region
: array of memory regions in the PCI
3383
struct
pci_mem_region
pci_mem_region
[PCI_REGION_NUMBER];
member
H
A
D
debugfs.c
757
struct
pci_mem_region
*mem_reg;
in hl_access_dev_mem_by_region()
761
mem_reg = &hdev->
pci_mem_region
[i];
in hl_access_dev_mem_by_region()
/kernel/linux/linux-6.6/drivers/accel/habanalabs/goya/
H
A
D
goya.c
936
struct
pci_mem_region
*region;
in goya_set_pci_memory_regions()
939
region = &hdev->
pci_mem_region
[PCI_REGION_CFG];
in goya_set_pci_memory_regions()
948
region = &hdev->
pci_mem_region
[PCI_REGION_SRAM];
in goya_set_pci_memory_regions()
957
region = &hdev->
pci_mem_region
[PCI_REGION_DRAM];
in goya_set_pci_memory_regions()
/kernel/linux/linux-6.6/drivers/accel/habanalabs/gaudi/
H
A
D
gaudi.c
1809
struct
pci_mem_region
*region;
in gaudi_set_pci_memory_regions()
1812
region = &hdev->
pci_mem_region
[PCI_REGION_CFG];
in gaudi_set_pci_memory_regions()
1821
region = &hdev->
pci_mem_region
[PCI_REGION_SRAM];
in gaudi_set_pci_memory_regions()
1830
region = &hdev->
pci_mem_region
[PCI_REGION_DRAM];
in gaudi_set_pci_memory_regions()
1839
region = &hdev->
pci_mem_region
[PCI_REGION_SP_SRAM];
in gaudi_set_pci_memory_regions()
/kernel/linux/linux-6.6/drivers/accel/habanalabs/gaudi2/
H
A
D
gaudi2.c
3319
struct
pci_mem_region
*region;
in gaudi2_set_pci_memory_regions()
3322
region = &hdev->
pci_mem_region
[PCI_REGION_CFG];
in gaudi2_set_pci_memory_regions()
3331
region = &hdev->
pci_mem_region
[PCI_REGION_SRAM];
in gaudi2_set_pci_memory_regions()
3340
region = &hdev->
pci_mem_region
[PCI_REGION_DRAM];
in gaudi2_set_pci_memory_regions()
Completed in 45 milliseconds