drivers/accel/habanalabs/include/gaudi/asic_reg/tpc3_qm_regs.h
Source file repositories/reference/linux-study-clean/drivers/accel/habanalabs/include/gaudi/asic_reg/tpc3_qm_regs.h
File Facts
- System
- Linux kernel
- Corpus path
drivers/accel/habanalabs/include/gaudi/asic_reg/tpc3_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_TPC3_QM_REGS_H_
#define ASIC_REG_TPC3_QM_REGS_H_
/*
*****************************************
* TPC3_QM (Prototype: QMAN)
*****************************************
*/
#define mmTPC3_QM_GLBL_CFG0 0xEC8000
#define mmTPC3_QM_GLBL_CFG1 0xEC8004
#define mmTPC3_QM_GLBL_PROT 0xEC8008
#define mmTPC3_QM_GLBL_ERR_CFG 0xEC800C
#define mmTPC3_QM_GLBL_SECURE_PROPS_0 0xEC8010
#define mmTPC3_QM_GLBL_SECURE_PROPS_1 0xEC8014
#define mmTPC3_QM_GLBL_SECURE_PROPS_2 0xEC8018
#define mmTPC3_QM_GLBL_SECURE_PROPS_3 0xEC801C
#define mmTPC3_QM_GLBL_SECURE_PROPS_4 0xEC8020
#define mmTPC3_QM_GLBL_NON_SECURE_PROPS_0 0xEC8024
#define mmTPC3_QM_GLBL_NON_SECURE_PROPS_1 0xEC8028
#define mmTPC3_QM_GLBL_NON_SECURE_PROPS_2 0xEC802C
#define mmTPC3_QM_GLBL_NON_SECURE_PROPS_3 0xEC8030
#define mmTPC3_QM_GLBL_NON_SECURE_PROPS_4 0xEC8034
#define mmTPC3_QM_GLBL_STS0 0xEC8038
#define mmTPC3_QM_GLBL_STS1_0 0xEC8040
#define mmTPC3_QM_GLBL_STS1_1 0xEC8044
#define mmTPC3_QM_GLBL_STS1_2 0xEC8048
#define mmTPC3_QM_GLBL_STS1_3 0xEC804C
#define mmTPC3_QM_GLBL_STS1_4 0xEC8050
#define mmTPC3_QM_GLBL_MSG_EN_0 0xEC8054
#define mmTPC3_QM_GLBL_MSG_EN_1 0xEC8058
#define mmTPC3_QM_GLBL_MSG_EN_2 0xEC805C
#define mmTPC3_QM_GLBL_MSG_EN_3 0xEC8060
#define mmTPC3_QM_GLBL_MSG_EN_4 0xEC8068
#define mmTPC3_QM_PQ_BASE_LO_0 0xEC8070
#define mmTPC3_QM_PQ_BASE_LO_1 0xEC8074
#define mmTPC3_QM_PQ_BASE_LO_2 0xEC8078
#define mmTPC3_QM_PQ_BASE_LO_3 0xEC807C
#define mmTPC3_QM_PQ_BASE_HI_0 0xEC8080
#define mmTPC3_QM_PQ_BASE_HI_1 0xEC8084
#define mmTPC3_QM_PQ_BASE_HI_2 0xEC8088
#define mmTPC3_QM_PQ_BASE_HI_3 0xEC808C
#define mmTPC3_QM_PQ_SIZE_0 0xEC8090
#define mmTPC3_QM_PQ_SIZE_1 0xEC8094
#define mmTPC3_QM_PQ_SIZE_2 0xEC8098
#define mmTPC3_QM_PQ_SIZE_3 0xEC809C
#define mmTPC3_QM_PQ_PI_0 0xEC80A0
#define mmTPC3_QM_PQ_PI_1 0xEC80A4
#define mmTPC3_QM_PQ_PI_2 0xEC80A8
#define mmTPC3_QM_PQ_PI_3 0xEC80AC
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.