drivers/accel/habanalabs/include/gaudi/asic_reg/mme2_qm_regs.h
Source file repositories/reference/linux-study-clean/drivers/accel/habanalabs/include/gaudi/asic_reg/mme2_qm_regs.h
File Facts
- System
- Linux kernel
- Corpus path
drivers/accel/habanalabs/include/gaudi/asic_reg/mme2_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_MME2_QM_REGS_H_
#define ASIC_REG_MME2_QM_REGS_H_
/*
*****************************************
* MME2_QM (Prototype: QMAN)
*****************************************
*/
#define mmMME2_QM_GLBL_CFG0 0x168000
#define mmMME2_QM_GLBL_CFG1 0x168004
#define mmMME2_QM_GLBL_PROT 0x168008
#define mmMME2_QM_GLBL_ERR_CFG 0x16800C
#define mmMME2_QM_GLBL_SECURE_PROPS_0 0x168010
#define mmMME2_QM_GLBL_SECURE_PROPS_1 0x168014
#define mmMME2_QM_GLBL_SECURE_PROPS_2 0x168018
#define mmMME2_QM_GLBL_SECURE_PROPS_3 0x16801C
#define mmMME2_QM_GLBL_SECURE_PROPS_4 0x168020
#define mmMME2_QM_GLBL_NON_SECURE_PROPS_0 0x168024
#define mmMME2_QM_GLBL_NON_SECURE_PROPS_1 0x168028
#define mmMME2_QM_GLBL_NON_SECURE_PROPS_2 0x16802C
#define mmMME2_QM_GLBL_NON_SECURE_PROPS_3 0x168030
#define mmMME2_QM_GLBL_NON_SECURE_PROPS_4 0x168034
#define mmMME2_QM_GLBL_STS0 0x168038
#define mmMME2_QM_GLBL_STS1_0 0x168040
#define mmMME2_QM_GLBL_STS1_1 0x168044
#define mmMME2_QM_GLBL_STS1_2 0x168048
#define mmMME2_QM_GLBL_STS1_3 0x16804C
#define mmMME2_QM_GLBL_STS1_4 0x168050
#define mmMME2_QM_GLBL_MSG_EN_0 0x168054
#define mmMME2_QM_GLBL_MSG_EN_1 0x168058
#define mmMME2_QM_GLBL_MSG_EN_2 0x16805C
#define mmMME2_QM_GLBL_MSG_EN_3 0x168060
#define mmMME2_QM_GLBL_MSG_EN_4 0x168068
#define mmMME2_QM_PQ_BASE_LO_0 0x168070
#define mmMME2_QM_PQ_BASE_LO_1 0x168074
#define mmMME2_QM_PQ_BASE_LO_2 0x168078
#define mmMME2_QM_PQ_BASE_LO_3 0x16807C
#define mmMME2_QM_PQ_BASE_HI_0 0x168080
#define mmMME2_QM_PQ_BASE_HI_1 0x168084
#define mmMME2_QM_PQ_BASE_HI_2 0x168088
#define mmMME2_QM_PQ_BASE_HI_3 0x16808C
#define mmMME2_QM_PQ_SIZE_0 0x168090
#define mmMME2_QM_PQ_SIZE_1 0x168094
#define mmMME2_QM_PQ_SIZE_2 0x168098
#define mmMME2_QM_PQ_SIZE_3 0x16809C
#define mmMME2_QM_PQ_PI_0 0x1680A0
#define mmMME2_QM_PQ_PI_1 0x1680A4
#define mmMME2_QM_PQ_PI_2 0x1680A8
#define mmMME2_QM_PQ_PI_3 0x1680AC
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.