drivers/accel/habanalabs/include/gaudi/asic_reg/dma3_core_regs.h
Source file repositories/reference/linux-study-clean/drivers/accel/habanalabs/include/gaudi/asic_reg/dma3_core_regs.h
File Facts
- System
- Linux kernel
- Corpus path
drivers/accel/habanalabs/include/gaudi/asic_reg/dma3_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_DMA3_CORE_REGS_H_
#define ASIC_REG_DMA3_CORE_REGS_H_
/*
*****************************************
* DMA3_CORE (Prototype: DMA_CORE)
*****************************************
*/
#define mmDMA3_CORE_CFG_0 0x560000
#define mmDMA3_CORE_CFG_1 0x560004
#define mmDMA3_CORE_LBW_MAX_OUTSTAND 0x560008
#define mmDMA3_CORE_SRC_BASE_LO 0x560014
#define mmDMA3_CORE_SRC_BASE_HI 0x560018
#define mmDMA3_CORE_DST_BASE_LO 0x56001C
#define mmDMA3_CORE_DST_BASE_HI 0x560020
#define mmDMA3_CORE_SRC_TSIZE_1 0x56002C
#define mmDMA3_CORE_SRC_STRIDE_1 0x560030
#define mmDMA3_CORE_SRC_TSIZE_2 0x560034
#define mmDMA3_CORE_SRC_STRIDE_2 0x560038
#define mmDMA3_CORE_SRC_TSIZE_3 0x56003C
#define mmDMA3_CORE_SRC_STRIDE_3 0x560040
#define mmDMA3_CORE_SRC_TSIZE_4 0x560044
#define mmDMA3_CORE_SRC_STRIDE_4 0x560048
#define mmDMA3_CORE_SRC_TSIZE_0 0x56004C
#define mmDMA3_CORE_DST_TSIZE_1 0x560054
#define mmDMA3_CORE_DST_STRIDE_1 0x560058
#define mmDMA3_CORE_DST_TSIZE_2 0x56005C
#define mmDMA3_CORE_DST_STRIDE_2 0x560060
#define mmDMA3_CORE_DST_TSIZE_3 0x560064
#define mmDMA3_CORE_DST_STRIDE_3 0x560068
#define mmDMA3_CORE_DST_TSIZE_4 0x56006C
#define mmDMA3_CORE_DST_STRIDE_4 0x560070
#define mmDMA3_CORE_DST_TSIZE_0 0x560074
#define mmDMA3_CORE_COMMIT 0x560078
#define mmDMA3_CORE_WR_COMP_WDATA 0x56007C
#define mmDMA3_CORE_WR_COMP_ADDR_LO 0x560080
#define mmDMA3_CORE_WR_COMP_ADDR_HI 0x560084
#define mmDMA3_CORE_WR_COMP_AWUSER_31_11 0x560088
#define mmDMA3_CORE_TE_NUMROWS 0x560094
#define mmDMA3_CORE_PROT 0x5600B8
#define mmDMA3_CORE_SECURE_PROPS 0x5600F0
#define mmDMA3_CORE_NON_SECURE_PROPS 0x5600F4
#define mmDMA3_CORE_RD_MAX_OUTSTAND 0x560100
#define mmDMA3_CORE_RD_MAX_SIZE 0x560104
#define mmDMA3_CORE_RD_ARCACHE 0x560108
#define mmDMA3_CORE_RD_ARUSER_31_11 0x560110
#define mmDMA3_CORE_RD_INFLIGHTS 0x560114
#define mmDMA3_CORE_WR_MAX_OUTSTAND 0x560120
#define mmDMA3_CORE_WR_MAX_AWID 0x560124
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.