drivers/accel/habanalabs/include/gaudi/asic_reg/tpc6_cfg_regs.h
Source file repositories/reference/linux-study-clean/drivers/accel/habanalabs/include/gaudi/asic_reg/tpc6_cfg_regs.h
File Facts
- System
- Linux kernel
- Corpus path
drivers/accel/habanalabs/include/gaudi/asic_reg/tpc6_cfg_regs.h- Extension
.h- Size
- 48056 bytes
- Lines
- 1227
- 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_TPC6_CFG_REGS_H_
#define ASIC_REG_TPC6_CFG_REGS_H_
/*
*****************************************
* TPC6_CFG (Prototype: TPC)
*****************************************
*/
#define mmTPC6_CFG_KERNEL_TENSOR_0_BASE_ADDR_LOW 0xF86400
#define mmTPC6_CFG_KERNEL_TENSOR_0_BASE_ADDR_HIGH 0xF86404
#define mmTPC6_CFG_KERNEL_TENSOR_0_PADDING_VALUE 0xF86408
#define mmTPC6_CFG_KERNEL_TENSOR_0_TENSOR_CONFIG 0xF8640C
#define mmTPC6_CFG_KERNEL_TENSOR_0_DIM_0_SIZE 0xF86410
#define mmTPC6_CFG_KERNEL_TENSOR_0_DIM_0_STRIDE 0xF86414
#define mmTPC6_CFG_KERNEL_TENSOR_0_DIM_1_SIZE 0xF86418
#define mmTPC6_CFG_KERNEL_TENSOR_0_DIM_1_STRIDE 0xF8641C
#define mmTPC6_CFG_KERNEL_TENSOR_0_DIM_2_SIZE 0xF86420
#define mmTPC6_CFG_KERNEL_TENSOR_0_DIM_2_STRIDE 0xF86424
#define mmTPC6_CFG_KERNEL_TENSOR_0_DIM_3_SIZE 0xF86428
#define mmTPC6_CFG_KERNEL_TENSOR_0_DIM_3_STRIDE 0xF8642C
#define mmTPC6_CFG_KERNEL_TENSOR_0_DIM_4_SIZE 0xF86430
#define mmTPC6_CFG_KERNEL_TENSOR_0_DIM_4_STRIDE 0xF86434
#define mmTPC6_CFG_KERNEL_TENSOR_1_BASE_ADDR_LOW 0xF86438
#define mmTPC6_CFG_KERNEL_TENSOR_1_BASE_ADDR_HIGH 0xF8643C
#define mmTPC6_CFG_KERNEL_TENSOR_1_PADDING_VALUE 0xF86440
#define mmTPC6_CFG_KERNEL_TENSOR_1_TENSOR_CONFIG 0xF86444
#define mmTPC6_CFG_KERNEL_TENSOR_1_DIM_0_SIZE 0xF86448
#define mmTPC6_CFG_KERNEL_TENSOR_1_DIM_0_STRIDE 0xF8644C
#define mmTPC6_CFG_KERNEL_TENSOR_1_DIM_1_SIZE 0xF86450
#define mmTPC6_CFG_KERNEL_TENSOR_1_DIM_1_STRIDE 0xF86454
#define mmTPC6_CFG_KERNEL_TENSOR_1_DIM_2_SIZE 0xF86458
#define mmTPC6_CFG_KERNEL_TENSOR_1_DIM_2_STRIDE 0xF8645C
#define mmTPC6_CFG_KERNEL_TENSOR_1_DIM_3_SIZE 0xF86460
#define mmTPC6_CFG_KERNEL_TENSOR_1_DIM_3_STRIDE 0xF86464
#define mmTPC6_CFG_KERNEL_TENSOR_1_DIM_4_SIZE 0xF86468
#define mmTPC6_CFG_KERNEL_TENSOR_1_DIM_4_STRIDE 0xF8646C
#define mmTPC6_CFG_KERNEL_TENSOR_2_BASE_ADDR_LOW 0xF86470
#define mmTPC6_CFG_KERNEL_TENSOR_2_BASE_ADDR_HIGH 0xF86474
#define mmTPC6_CFG_KERNEL_TENSOR_2_PADDING_VALUE 0xF86478
#define mmTPC6_CFG_KERNEL_TENSOR_2_TENSOR_CONFIG 0xF8647C
#define mmTPC6_CFG_KERNEL_TENSOR_2_DIM_0_SIZE 0xF86480
#define mmTPC6_CFG_KERNEL_TENSOR_2_DIM_0_STRIDE 0xF86484
#define mmTPC6_CFG_KERNEL_TENSOR_2_DIM_1_SIZE 0xF86488
#define mmTPC6_CFG_KERNEL_TENSOR_2_DIM_1_STRIDE 0xF8648C
#define mmTPC6_CFG_KERNEL_TENSOR_2_DIM_2_SIZE 0xF86490
#define mmTPC6_CFG_KERNEL_TENSOR_2_DIM_2_STRIDE 0xF86494
#define mmTPC6_CFG_KERNEL_TENSOR_2_DIM_3_SIZE 0xF86498
#define mmTPC6_CFG_KERNEL_TENSOR_2_DIM_3_STRIDE 0xF8649C
#define mmTPC6_CFG_KERNEL_TENSOR_2_DIM_4_SIZE 0xF864A0
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.