drivers/accel/habanalabs/include/goya/asic_reg/mme_cmdq_regs.h
Source file repositories/reference/linux-study-clean/drivers/accel/habanalabs/include/goya/asic_reg/mme_cmdq_regs.h
File Facts
- System
- Linux kernel
- Corpus path
drivers/accel/habanalabs/include/goya/asic_reg/mme_cmdq_regs.h- Extension
.h- Size
- 5023 bytes
- Lines
- 139
- 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_MME_CMDQ_REGS_H_
#define ASIC_REG_MME_CMDQ_REGS_H_
/*
*****************************************
* MME_CMDQ (Prototype: CMDQ)
*****************************************
*/
#define mmMME_CMDQ_GLBL_CFG0 0xD9000
#define mmMME_CMDQ_GLBL_CFG1 0xD9004
#define mmMME_CMDQ_GLBL_PROT 0xD9008
#define mmMME_CMDQ_GLBL_ERR_CFG 0xD900C
#define mmMME_CMDQ_GLBL_ERR_ADDR_LO 0xD9010
#define mmMME_CMDQ_GLBL_ERR_ADDR_HI 0xD9014
#define mmMME_CMDQ_GLBL_ERR_WDATA 0xD9018
#define mmMME_CMDQ_GLBL_SECURE_PROPS 0xD901C
#define mmMME_CMDQ_GLBL_NON_SECURE_PROPS 0xD9020
#define mmMME_CMDQ_GLBL_STS0 0xD9024
#define mmMME_CMDQ_GLBL_STS1 0xD9028
#define mmMME_CMDQ_CQ_CFG0 0xD90B0
#define mmMME_CMDQ_CQ_CFG1 0xD90B4
#define mmMME_CMDQ_CQ_ARUSER 0xD90B8
#define mmMME_CMDQ_CQ_PTR_LO 0xD90C0
#define mmMME_CMDQ_CQ_PTR_HI 0xD90C4
#define mmMME_CMDQ_CQ_TSIZE 0xD90C8
#define mmMME_CMDQ_CQ_CTL 0xD90CC
#define mmMME_CMDQ_CQ_PTR_LO_STS 0xD90D4
#define mmMME_CMDQ_CQ_PTR_HI_STS 0xD90D8
#define mmMME_CMDQ_CQ_TSIZE_STS 0xD90DC
#define mmMME_CMDQ_CQ_CTL_STS 0xD90E0
#define mmMME_CMDQ_CQ_STS0 0xD90E4
#define mmMME_CMDQ_CQ_STS1 0xD90E8
#define mmMME_CMDQ_CQ_RD_RATE_LIM_EN 0xD90F0
#define mmMME_CMDQ_CQ_RD_RATE_LIM_RST_TOKEN 0xD90F4
#define mmMME_CMDQ_CQ_RD_RATE_LIM_SAT 0xD90F8
#define mmMME_CMDQ_CQ_RD_RATE_LIM_TOUT 0xD90FC
#define mmMME_CMDQ_CQ_IFIFO_CNT 0xD9108
#define mmMME_CMDQ_CP_MSG_BASE0_ADDR_LO 0xD9120
#define mmMME_CMDQ_CP_MSG_BASE0_ADDR_HI 0xD9124
#define mmMME_CMDQ_CP_MSG_BASE1_ADDR_LO 0xD9128
#define mmMME_CMDQ_CP_MSG_BASE1_ADDR_HI 0xD912C
#define mmMME_CMDQ_CP_MSG_BASE2_ADDR_LO 0xD9130
#define mmMME_CMDQ_CP_MSG_BASE2_ADDR_HI 0xD9134
#define mmMME_CMDQ_CP_MSG_BASE3_ADDR_LO 0xD9138
#define mmMME_CMDQ_CP_MSG_BASE3_ADDR_HI 0xD913C
#define mmMME_CMDQ_CP_LDMA_TSIZE_OFFSET 0xD9140
#define mmMME_CMDQ_CP_LDMA_SRC_BASE_LO_OFFSET 0xD9144
#define mmMME_CMDQ_CP_LDMA_SRC_BASE_HI_OFFSET 0xD9148
#define mmMME_CMDQ_CP_LDMA_DST_BASE_LO_OFFSET 0xD914C
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.