drivers/accel/habanalabs/include/gaudi/asic_reg/dma3_qm_regs.h
Source file repositories/reference/linux-study-clean/drivers/accel/habanalabs/include/gaudi/asic_reg/dma3_qm_regs.h
File Facts
- System
- Linux kernel
- Corpus path
drivers/accel/habanalabs/include/gaudi/asic_reg/dma3_qm_regs.h- Extension
.h- Size
- 32569 bytes
- Lines
- 835
- 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_QM_REGS_H_
#define ASIC_REG_DMA3_QM_REGS_H_
/*
*****************************************
* DMA3_QM (Prototype: QMAN)
*****************************************
*/
#define mmDMA3_QM_GLBL_CFG0 0x568000
#define mmDMA3_QM_GLBL_CFG1 0x568004
#define mmDMA3_QM_GLBL_PROT 0x568008
#define mmDMA3_QM_GLBL_ERR_CFG 0x56800C
#define mmDMA3_QM_GLBL_SECURE_PROPS_0 0x568010
#define mmDMA3_QM_GLBL_SECURE_PROPS_1 0x568014
#define mmDMA3_QM_GLBL_SECURE_PROPS_2 0x568018
#define mmDMA3_QM_GLBL_SECURE_PROPS_3 0x56801C
#define mmDMA3_QM_GLBL_SECURE_PROPS_4 0x568020
#define mmDMA3_QM_GLBL_NON_SECURE_PROPS_0 0x568024
#define mmDMA3_QM_GLBL_NON_SECURE_PROPS_1 0x568028
#define mmDMA3_QM_GLBL_NON_SECURE_PROPS_2 0x56802C
#define mmDMA3_QM_GLBL_NON_SECURE_PROPS_3 0x568030
#define mmDMA3_QM_GLBL_NON_SECURE_PROPS_4 0x568034
#define mmDMA3_QM_GLBL_STS0 0x568038
#define mmDMA3_QM_GLBL_STS1_0 0x568040
#define mmDMA3_QM_GLBL_STS1_1 0x568044
#define mmDMA3_QM_GLBL_STS1_2 0x568048
#define mmDMA3_QM_GLBL_STS1_3 0x56804C
#define mmDMA3_QM_GLBL_STS1_4 0x568050
#define mmDMA3_QM_GLBL_MSG_EN_0 0x568054
#define mmDMA3_QM_GLBL_MSG_EN_1 0x568058
#define mmDMA3_QM_GLBL_MSG_EN_2 0x56805C
#define mmDMA3_QM_GLBL_MSG_EN_3 0x568060
#define mmDMA3_QM_GLBL_MSG_EN_4 0x568068
#define mmDMA3_QM_PQ_BASE_LO_0 0x568070
#define mmDMA3_QM_PQ_BASE_LO_1 0x568074
#define mmDMA3_QM_PQ_BASE_LO_2 0x568078
#define mmDMA3_QM_PQ_BASE_LO_3 0x56807C
#define mmDMA3_QM_PQ_BASE_HI_0 0x568080
#define mmDMA3_QM_PQ_BASE_HI_1 0x568084
#define mmDMA3_QM_PQ_BASE_HI_2 0x568088
#define mmDMA3_QM_PQ_BASE_HI_3 0x56808C
#define mmDMA3_QM_PQ_SIZE_0 0x568090
#define mmDMA3_QM_PQ_SIZE_1 0x568094
#define mmDMA3_QM_PQ_SIZE_2 0x568098
#define mmDMA3_QM_PQ_SIZE_3 0x56809C
#define mmDMA3_QM_PQ_PI_0 0x5680A0
#define mmDMA3_QM_PQ_PI_1 0x5680A4
#define mmDMA3_QM_PQ_PI_2 0x5680A8
#define mmDMA3_QM_PQ_PI_3 0x5680AC
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.