drivers/accel/habanalabs/include/gaudi/asic_reg/dma2_core_regs.h
Source file repositories/reference/linux-study-clean/drivers/accel/habanalabs/include/gaudi/asic_reg/dma2_core_regs.h
File Facts
- System
- Linux kernel
- Corpus path
drivers/accel/habanalabs/include/gaudi/asic_reg/dma2_core_regs.h- Extension
.h- Size
- 5800 bytes
- Lines
- 157
- Domain
- Driver Families
- Bucket
- drivers/accel
- Inferred role
- Driver Families: implementation source
- Status
- source implementation candidate
Why This File Exists
Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.
- Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.
Dependency Surface
- No C-style include directives detected by the generator.
Detected Declarations
- No top-level syscall, struct, function, initcall, or export declaration detected by the generator.
Annotated Snippet
#ifndef ASIC_REG_DMA2_CORE_REGS_H_
#define ASIC_REG_DMA2_CORE_REGS_H_
/*
*****************************************
* DMA2_CORE (Prototype: DMA_CORE)
*****************************************
*/
#define mmDMA2_CORE_CFG_0 0x540000
#define mmDMA2_CORE_CFG_1 0x540004
#define mmDMA2_CORE_LBW_MAX_OUTSTAND 0x540008
#define mmDMA2_CORE_SRC_BASE_LO 0x540014
#define mmDMA2_CORE_SRC_BASE_HI 0x540018
#define mmDMA2_CORE_DST_BASE_LO 0x54001C
#define mmDMA2_CORE_DST_BASE_HI 0x540020
#define mmDMA2_CORE_SRC_TSIZE_1 0x54002C
#define mmDMA2_CORE_SRC_STRIDE_1 0x540030
#define mmDMA2_CORE_SRC_TSIZE_2 0x540034
#define mmDMA2_CORE_SRC_STRIDE_2 0x540038
#define mmDMA2_CORE_SRC_TSIZE_3 0x54003C
#define mmDMA2_CORE_SRC_STRIDE_3 0x540040
#define mmDMA2_CORE_SRC_TSIZE_4 0x540044
#define mmDMA2_CORE_SRC_STRIDE_4 0x540048
#define mmDMA2_CORE_SRC_TSIZE_0 0x54004C
#define mmDMA2_CORE_DST_TSIZE_1 0x540054
#define mmDMA2_CORE_DST_STRIDE_1 0x540058
#define mmDMA2_CORE_DST_TSIZE_2 0x54005C
#define mmDMA2_CORE_DST_STRIDE_2 0x540060
#define mmDMA2_CORE_DST_TSIZE_3 0x540064
#define mmDMA2_CORE_DST_STRIDE_3 0x540068
#define mmDMA2_CORE_DST_TSIZE_4 0x54006C
#define mmDMA2_CORE_DST_STRIDE_4 0x540070
#define mmDMA2_CORE_DST_TSIZE_0 0x540074
#define mmDMA2_CORE_COMMIT 0x540078
#define mmDMA2_CORE_WR_COMP_WDATA 0x54007C
#define mmDMA2_CORE_WR_COMP_ADDR_LO 0x540080
#define mmDMA2_CORE_WR_COMP_ADDR_HI 0x540084
#define mmDMA2_CORE_WR_COMP_AWUSER_31_11 0x540088
#define mmDMA2_CORE_TE_NUMROWS 0x540094
#define mmDMA2_CORE_PROT 0x5400B8
#define mmDMA2_CORE_SECURE_PROPS 0x5400F0
#define mmDMA2_CORE_NON_SECURE_PROPS 0x5400F4
#define mmDMA2_CORE_RD_MAX_OUTSTAND 0x540100
#define mmDMA2_CORE_RD_MAX_SIZE 0x540104
#define mmDMA2_CORE_RD_ARCACHE 0x540108
#define mmDMA2_CORE_RD_ARUSER_31_11 0x540110
#define mmDMA2_CORE_RD_INFLIGHTS 0x540114
#define mmDMA2_CORE_WR_MAX_OUTSTAND 0x540120
#define mmDMA2_CORE_WR_MAX_AWID 0x540124
Annotation
- Atlas domain: Driver Families / drivers/accel.
- Implementation status: source implementation candidate.
Implementation Notes
- This generated page is the file-by-file coverage layer; curated subsystem chapters should link here when they synthesize a multi-file control flow.
- Core OS pages should be promoted from atlas-only to deep-reviewed when they explain data structures, invariants, locking, lifecycle, and C implementation snippets.
- Driver-family pages are intentionally pattern-oriented unless they are part of the selected PCIe/NVMe representative device path.