drivers/accel/habanalabs/include/goya/asic_reg/dma_qm_1_regs.h
Source file repositories/reference/linux-study-clean/drivers/accel/habanalabs/include/goya/asic_reg/dma_qm_1_regs.h
File Facts
- System
- Linux kernel
- Corpus path
drivers/accel/habanalabs/include/goya/asic_reg/dma_qm_1_regs.h- Extension
.h- Size
- 6661 bytes
- Lines
- 179
- 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_DMA_QM_1_REGS_H_
#define ASIC_REG_DMA_QM_1_REGS_H_
/*
*****************************************
* DMA_QM_1 (Prototype: QMAN)
*****************************************
*/
#define mmDMA_QM_1_GLBL_CFG0 0x408000
#define mmDMA_QM_1_GLBL_CFG1 0x408004
#define mmDMA_QM_1_GLBL_PROT 0x408008
#define mmDMA_QM_1_GLBL_ERR_CFG 0x40800C
#define mmDMA_QM_1_GLBL_ERR_ADDR_LO 0x408010
#define mmDMA_QM_1_GLBL_ERR_ADDR_HI 0x408014
#define mmDMA_QM_1_GLBL_ERR_WDATA 0x408018
#define mmDMA_QM_1_GLBL_SECURE_PROPS 0x40801C
#define mmDMA_QM_1_GLBL_NON_SECURE_PROPS 0x408020
#define mmDMA_QM_1_GLBL_STS0 0x408024
#define mmDMA_QM_1_GLBL_STS1 0x408028
#define mmDMA_QM_1_PQ_BASE_LO 0x408060
#define mmDMA_QM_1_PQ_BASE_HI 0x408064
#define mmDMA_QM_1_PQ_SIZE 0x408068
#define mmDMA_QM_1_PQ_PI 0x40806C
#define mmDMA_QM_1_PQ_CI 0x408070
#define mmDMA_QM_1_PQ_CFG0 0x408074
#define mmDMA_QM_1_PQ_CFG1 0x408078
#define mmDMA_QM_1_PQ_ARUSER 0x40807C
#define mmDMA_QM_1_PQ_PUSH0 0x408080
#define mmDMA_QM_1_PQ_PUSH1 0x408084
#define mmDMA_QM_1_PQ_PUSH2 0x408088
#define mmDMA_QM_1_PQ_PUSH3 0x40808C
#define mmDMA_QM_1_PQ_STS0 0x408090
#define mmDMA_QM_1_PQ_STS1 0x408094
#define mmDMA_QM_1_PQ_RD_RATE_LIM_EN 0x4080A0
#define mmDMA_QM_1_PQ_RD_RATE_LIM_RST_TOKEN 0x4080A4
#define mmDMA_QM_1_PQ_RD_RATE_LIM_SAT 0x4080A8
#define mmDMA_QM_1_PQ_RD_RATE_LIM_TOUT 0x4080AC
#define mmDMA_QM_1_CQ_CFG0 0x4080B0
#define mmDMA_QM_1_CQ_CFG1 0x4080B4
#define mmDMA_QM_1_CQ_ARUSER 0x4080B8
#define mmDMA_QM_1_CQ_PTR_LO 0x4080C0
#define mmDMA_QM_1_CQ_PTR_HI 0x4080C4
#define mmDMA_QM_1_CQ_TSIZE 0x4080C8
#define mmDMA_QM_1_CQ_CTL 0x4080CC
#define mmDMA_QM_1_CQ_PTR_LO_STS 0x4080D4
#define mmDMA_QM_1_CQ_PTR_HI_STS 0x4080D8
#define mmDMA_QM_1_CQ_TSIZE_STS 0x4080DC
#define mmDMA_QM_1_CQ_CTL_STS 0x4080E0
#define mmDMA_QM_1_CQ_STS0 0x4080E4
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.