drivers/accel/habanalabs/include/goya/asic_reg/sram_y0_x3_rtr_regs.h
Source file repositories/reference/linux-study-clean/drivers/accel/habanalabs/include/goya/asic_reg/sram_y0_x3_rtr_regs.h
File Facts
- System
- Linux kernel
- Corpus path
drivers/accel/habanalabs/include/goya/asic_reg/sram_y0_x3_rtr_regs.h- Extension
.h- Size
- 2895 bytes
- Lines
- 83
- 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_SRAM_Y0_X3_RTR_REGS_H_
#define ASIC_REG_SRAM_Y0_X3_RTR_REGS_H_
/*
*****************************************
* SRAM_Y0_X3_RTR (Prototype: IC_RTR)
*****************************************
*/
#define mmSRAM_Y0_X3_RTR_HBW_RD_RQ_E_ARB 0x20D100
#define mmSRAM_Y0_X3_RTR_HBW_RD_RQ_W_ARB 0x20D104
#define mmSRAM_Y0_X3_RTR_HBW_RD_RQ_L_ARB 0x20D110
#define mmSRAM_Y0_X3_RTR_HBW_E_ARB_MAX 0x20D120
#define mmSRAM_Y0_X3_RTR_HBW_W_ARB_MAX 0x20D124
#define mmSRAM_Y0_X3_RTR_HBW_L_ARB_MAX 0x20D130
#define mmSRAM_Y0_X3_RTR_HBW_DATA_E_ARB 0x20D140
#define mmSRAM_Y0_X3_RTR_HBW_DATA_W_ARB 0x20D144
#define mmSRAM_Y0_X3_RTR_HBW_DATA_L_ARB 0x20D148
#define mmSRAM_Y0_X3_RTR_HBW_WR_RS_E_ARB 0x20D160
#define mmSRAM_Y0_X3_RTR_HBW_WR_RS_W_ARB 0x20D164
#define mmSRAM_Y0_X3_RTR_HBW_WR_RS_L_ARB 0x20D168
#define mmSRAM_Y0_X3_RTR_LBW_RD_RQ_E_ARB 0x20D200
#define mmSRAM_Y0_X3_RTR_LBW_RD_RQ_W_ARB 0x20D204
#define mmSRAM_Y0_X3_RTR_LBW_RD_RQ_L_ARB 0x20D210
#define mmSRAM_Y0_X3_RTR_LBW_E_ARB_MAX 0x20D220
#define mmSRAM_Y0_X3_RTR_LBW_W_ARB_MAX 0x20D224
#define mmSRAM_Y0_X3_RTR_LBW_L_ARB_MAX 0x20D230
#define mmSRAM_Y0_X3_RTR_LBW_DATA_E_ARB 0x20D240
#define mmSRAM_Y0_X3_RTR_LBW_DATA_W_ARB 0x20D244
#define mmSRAM_Y0_X3_RTR_LBW_DATA_L_ARB 0x20D248
#define mmSRAM_Y0_X3_RTR_LBW_WR_RS_E_ARB 0x20D260
#define mmSRAM_Y0_X3_RTR_LBW_WR_RS_W_ARB 0x20D264
#define mmSRAM_Y0_X3_RTR_LBW_WR_RS_L_ARB 0x20D268
#define mmSRAM_Y0_X3_RTR_DBG_E_ARB 0x20D300
#define mmSRAM_Y0_X3_RTR_DBG_W_ARB 0x20D304
#define mmSRAM_Y0_X3_RTR_DBG_L_ARB 0x20D310
#define mmSRAM_Y0_X3_RTR_DBG_E_ARB_MAX 0x20D320
#define mmSRAM_Y0_X3_RTR_DBG_W_ARB_MAX 0x20D324
#define mmSRAM_Y0_X3_RTR_DBG_L_ARB_MAX 0x20D330
#endif /* ASIC_REG_SRAM_Y0_X3_RTR_REGS_H_ */
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.