drivers/accel/habanalabs/include/goya/asic_reg/tpc2_rtr_regs.h
Source file repositories/reference/linux-study-clean/drivers/accel/habanalabs/include/goya/asic_reg/tpc2_rtr_regs.h
File Facts
- System
- Linux kernel
- Corpus path
drivers/accel/habanalabs/include/goya/asic_reg/tpc2_rtr_regs.h- Extension
.h- Size
- 12352 bytes
- Lines
- 323
- 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_TPC2_RTR_REGS_H_
#define ASIC_REG_TPC2_RTR_REGS_H_
/*
*****************************************
* TPC2_RTR (Prototype: TPC_RTR)
*****************************************
*/
#define mmTPC2_RTR_HBW_RD_RQ_E_ARB 0xE80100
#define mmTPC2_RTR_HBW_RD_RQ_W_ARB 0xE80104
#define mmTPC2_RTR_HBW_RD_RQ_N_ARB 0xE80108
#define mmTPC2_RTR_HBW_RD_RQ_S_ARB 0xE8010C
#define mmTPC2_RTR_HBW_RD_RQ_L_ARB 0xE80110
#define mmTPC2_RTR_HBW_E_ARB_MAX 0xE80120
#define mmTPC2_RTR_HBW_W_ARB_MAX 0xE80124
#define mmTPC2_RTR_HBW_N_ARB_MAX 0xE80128
#define mmTPC2_RTR_HBW_S_ARB_MAX 0xE8012C
#define mmTPC2_RTR_HBW_L_ARB_MAX 0xE80130
#define mmTPC2_RTR_HBW_RD_RS_E_ARB 0xE80140
#define mmTPC2_RTR_HBW_RD_RS_W_ARB 0xE80144
#define mmTPC2_RTR_HBW_RD_RS_N_ARB 0xE80148
#define mmTPC2_RTR_HBW_RD_RS_S_ARB 0xE8014C
#define mmTPC2_RTR_HBW_RD_RS_L_ARB 0xE80150
#define mmTPC2_RTR_HBW_WR_RQ_E_ARB 0xE80170
#define mmTPC2_RTR_HBW_WR_RQ_W_ARB 0xE80174
#define mmTPC2_RTR_HBW_WR_RQ_N_ARB 0xE80178
#define mmTPC2_RTR_HBW_WR_RQ_S_ARB 0xE8017C
#define mmTPC2_RTR_HBW_WR_RQ_L_ARB 0xE80180
#define mmTPC2_RTR_HBW_WR_RS_E_ARB 0xE80190
#define mmTPC2_RTR_HBW_WR_RS_W_ARB 0xE80194
#define mmTPC2_RTR_HBW_WR_RS_N_ARB 0xE80198
#define mmTPC2_RTR_HBW_WR_RS_S_ARB 0xE8019C
#define mmTPC2_RTR_HBW_WR_RS_L_ARB 0xE801A0
#define mmTPC2_RTR_LBW_RD_RQ_E_ARB 0xE80200
#define mmTPC2_RTR_LBW_RD_RQ_W_ARB 0xE80204
#define mmTPC2_RTR_LBW_RD_RQ_N_ARB 0xE80208
#define mmTPC2_RTR_LBW_RD_RQ_S_ARB 0xE8020C
#define mmTPC2_RTR_LBW_RD_RQ_L_ARB 0xE80210
#define mmTPC2_RTR_LBW_E_ARB_MAX 0xE80220
#define mmTPC2_RTR_LBW_W_ARB_MAX 0xE80224
#define mmTPC2_RTR_LBW_N_ARB_MAX 0xE80228
#define mmTPC2_RTR_LBW_S_ARB_MAX 0xE8022C
#define mmTPC2_RTR_LBW_L_ARB_MAX 0xE80230
#define mmTPC2_RTR_LBW_RD_RS_E_ARB 0xE80250
#define mmTPC2_RTR_LBW_RD_RS_W_ARB 0xE80254
#define mmTPC2_RTR_LBW_RD_RS_N_ARB 0xE80258
#define mmTPC2_RTR_LBW_RD_RS_S_ARB 0xE8025C
#define mmTPC2_RTR_LBW_RD_RS_L_ARB 0xE80260
#define mmTPC2_RTR_LBW_WR_RQ_E_ARB 0xE80270
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.