drivers/accel/habanalabs/include/goya/asic_reg/tpc1_cmdq_regs.h
Source file repositories/reference/linux-study-clean/drivers/accel/habanalabs/include/goya/asic_reg/tpc1_cmdq_regs.h
File Facts
- System
- Linux kernel
- Corpus path
drivers/accel/habanalabs/include/goya/asic_reg/tpc1_cmdq_regs.h- Extension
.h- Size
- 5085 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_TPC1_CMDQ_REGS_H_
#define ASIC_REG_TPC1_CMDQ_REGS_H_
/*
*****************************************
* TPC1_CMDQ (Prototype: CMDQ)
*****************************************
*/
#define mmTPC1_CMDQ_GLBL_CFG0 0xE49000
#define mmTPC1_CMDQ_GLBL_CFG1 0xE49004
#define mmTPC1_CMDQ_GLBL_PROT 0xE49008
#define mmTPC1_CMDQ_GLBL_ERR_CFG 0xE4900C
#define mmTPC1_CMDQ_GLBL_ERR_ADDR_LO 0xE49010
#define mmTPC1_CMDQ_GLBL_ERR_ADDR_HI 0xE49014
#define mmTPC1_CMDQ_GLBL_ERR_WDATA 0xE49018
#define mmTPC1_CMDQ_GLBL_SECURE_PROPS 0xE4901C
#define mmTPC1_CMDQ_GLBL_NON_SECURE_PROPS 0xE49020
#define mmTPC1_CMDQ_GLBL_STS0 0xE49024
#define mmTPC1_CMDQ_GLBL_STS1 0xE49028
#define mmTPC1_CMDQ_CQ_CFG0 0xE490B0
#define mmTPC1_CMDQ_CQ_CFG1 0xE490B4
#define mmTPC1_CMDQ_CQ_ARUSER 0xE490B8
#define mmTPC1_CMDQ_CQ_PTR_LO 0xE490C0
#define mmTPC1_CMDQ_CQ_PTR_HI 0xE490C4
#define mmTPC1_CMDQ_CQ_TSIZE 0xE490C8
#define mmTPC1_CMDQ_CQ_CTL 0xE490CC
#define mmTPC1_CMDQ_CQ_PTR_LO_STS 0xE490D4
#define mmTPC1_CMDQ_CQ_PTR_HI_STS 0xE490D8
#define mmTPC1_CMDQ_CQ_TSIZE_STS 0xE490DC
#define mmTPC1_CMDQ_CQ_CTL_STS 0xE490E0
#define mmTPC1_CMDQ_CQ_STS0 0xE490E4
#define mmTPC1_CMDQ_CQ_STS1 0xE490E8
#define mmTPC1_CMDQ_CQ_RD_RATE_LIM_EN 0xE490F0
#define mmTPC1_CMDQ_CQ_RD_RATE_LIM_RST_TOKEN 0xE490F4
#define mmTPC1_CMDQ_CQ_RD_RATE_LIM_SAT 0xE490F8
#define mmTPC1_CMDQ_CQ_RD_RATE_LIM_TOUT 0xE490FC
#define mmTPC1_CMDQ_CQ_IFIFO_CNT 0xE49108
#define mmTPC1_CMDQ_CP_MSG_BASE0_ADDR_LO 0xE49120
#define mmTPC1_CMDQ_CP_MSG_BASE0_ADDR_HI 0xE49124
#define mmTPC1_CMDQ_CP_MSG_BASE1_ADDR_LO 0xE49128
#define mmTPC1_CMDQ_CP_MSG_BASE1_ADDR_HI 0xE4912C
#define mmTPC1_CMDQ_CP_MSG_BASE2_ADDR_LO 0xE49130
#define mmTPC1_CMDQ_CP_MSG_BASE2_ADDR_HI 0xE49134
#define mmTPC1_CMDQ_CP_MSG_BASE3_ADDR_LO 0xE49138
#define mmTPC1_CMDQ_CP_MSG_BASE3_ADDR_HI 0xE4913C
#define mmTPC1_CMDQ_CP_LDMA_TSIZE_OFFSET 0xE49140
#define mmTPC1_CMDQ_CP_LDMA_SRC_BASE_LO_OFFSET 0xE49144
#define mmTPC1_CMDQ_CP_LDMA_SRC_BASE_HI_OFFSET 0xE49148
#define mmTPC1_CMDQ_CP_LDMA_DST_BASE_LO_OFFSET 0xE4914C
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.