drivers/accel/habanalabs/include/gaudi2/asic_reg/rot0_qm_regs.h
Source file repositories/reference/linux-study-clean/drivers/accel/habanalabs/include/gaudi2/asic_reg/rot0_qm_regs.h
File Facts
- System
- Linux kernel
- Corpus path
drivers/accel/habanalabs/include/gaudi2/asic_reg/rot0_qm_regs.h- Extension
.h- Size
- 24764 bytes
- Lines
- 1058
- 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_ROT0_QM_REGS_H_
#define ASIC_REG_ROT0_QM_REGS_H_
/*
*****************************************
* ROT0_QM
* (Prototype: QMAN)
*****************************************
*/
#define mmROT0_QM_GLBL_CFG0 0x4E0A000
#define mmROT0_QM_GLBL_CFG1 0x4E0A004
#define mmROT0_QM_GLBL_CFG2 0x4E0A008
#define mmROT0_QM_GLBL_ERR_CFG 0x4E0A00C
#define mmROT0_QM_GLBL_ERR_CFG1 0x4E0A010
#define mmROT0_QM_GLBL_ERR_ARC_HALT_EN 0x4E0A014
#define mmROT0_QM_GLBL_AXCACHE 0x4E0A018
#define mmROT0_QM_GLBL_STS0 0x4E0A01C
#define mmROT0_QM_GLBL_STS1 0x4E0A020
#define mmROT0_QM_GLBL_ERR_STS_0 0x4E0A024
#define mmROT0_QM_GLBL_ERR_STS_1 0x4E0A028
#define mmROT0_QM_GLBL_ERR_STS_2 0x4E0A02C
#define mmROT0_QM_GLBL_ERR_STS_3 0x4E0A030
#define mmROT0_QM_GLBL_ERR_STS_4 0x4E0A034
#define mmROT0_QM_GLBL_ERR_MSG_EN_0 0x4E0A038
#define mmROT0_QM_GLBL_ERR_MSG_EN_1 0x4E0A03C
#define mmROT0_QM_GLBL_ERR_MSG_EN_2 0x4E0A040
#define mmROT0_QM_GLBL_ERR_MSG_EN_3 0x4E0A044
#define mmROT0_QM_GLBL_ERR_MSG_EN_4 0x4E0A048
#define mmROT0_QM_GLBL_PROT 0x4E0A04C
#define mmROT0_QM_PQ_BASE_LO_0 0x4E0A050
#define mmROT0_QM_PQ_BASE_LO_1 0x4E0A054
#define mmROT0_QM_PQ_BASE_LO_2 0x4E0A058
#define mmROT0_QM_PQ_BASE_LO_3 0x4E0A05C
#define mmROT0_QM_PQ_BASE_HI_0 0x4E0A060
#define mmROT0_QM_PQ_BASE_HI_1 0x4E0A064
#define mmROT0_QM_PQ_BASE_HI_2 0x4E0A068
#define mmROT0_QM_PQ_BASE_HI_3 0x4E0A06C
#define mmROT0_QM_PQ_SIZE_0 0x4E0A070
#define mmROT0_QM_PQ_SIZE_1 0x4E0A074
#define mmROT0_QM_PQ_SIZE_2 0x4E0A078
#define mmROT0_QM_PQ_SIZE_3 0x4E0A07C
#define mmROT0_QM_PQ_PI_0 0x4E0A080
#define mmROT0_QM_PQ_PI_1 0x4E0A084
#define mmROT0_QM_PQ_PI_2 0x4E0A088
#define mmROT0_QM_PQ_PI_3 0x4E0A08C
#define mmROT0_QM_PQ_CI_0 0x4E0A090
#define mmROT0_QM_PQ_CI_1 0x4E0A094
#define mmROT0_QM_PQ_CI_2 0x4E0A098
#define mmROT0_QM_PQ_CI_3 0x4E0A09C
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.