drivers/accel/habanalabs/include/gaudi/asic_reg/dma_if_e_s_regs.h
Source file repositories/reference/linux-study-clean/drivers/accel/habanalabs/include/gaudi/asic_reg/dma_if_e_s_regs.h
File Facts
- System
- Linux kernel
- Corpus path
drivers/accel/habanalabs/include/gaudi/asic_reg/dma_if_e_s_regs.h- Extension
.h- Size
- 33610 bytes
- Lines
- 861
- 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_DMA_IF_E_S_REGS_H_
#define ASIC_REG_DMA_IF_E_S_REGS_H_
/*
*****************************************
* DMA_IF_E_S (Prototype: DMA_IF)
*****************************************
*/
#define mmDMA_IF_E_S_HBM0_WR_CRED_CNT 0x4A0000
#define mmDMA_IF_E_S_HBM1_WR_CRED_CNT 0x4A0004
#define mmDMA_IF_E_S_HBM0_RD_CRED_CNT 0x4A0008
#define mmDMA_IF_E_S_HBM1_RD_CRED_CNT 0x4A000C
#define mmDMA_IF_E_S_HBM_LIMITER_0 0x4A0030
#define mmDMA_IF_E_S_HBM_LIMITER_1 0x4A0034
#define mmDMA_IF_E_S_HBM_LIMITER_2 0x4A0038
#define mmDMA_IF_E_S_HBM_LIMITER_3 0x4A003C
#define mmDMA_IF_E_S_HBM_ALMOST_EN_0 0x4A0040
#define mmDMA_IF_E_S_HBM_ALMOST_EN_1 0x4A0044
#define mmDMA_IF_E_S_HBM_CRED_EN_0 0x4A0050
#define mmDMA_IF_E_S_HBM_CRED_EN_1 0x4A0054
#define mmDMA_IF_E_S_SOB_MIN_RPROT_0 0x4A0100
#define mmDMA_IF_E_S_SOB_MIN_RPROT_1 0x4A0104
#define mmDMA_IF_E_S_SOB_MIN_RPROT_2 0x4A0108
#define mmDMA_IF_E_S_SOB_MIN_RPROT_3 0x4A010C
#define mmDMA_IF_E_S_SOB_MIN_RPROT_4 0x4A0110
#define mmDMA_IF_E_S_SOB_MIN_RPROT_5 0x4A0114
#define mmDMA_IF_E_S_SOB_MIN_RPROT_6 0x4A0118
#define mmDMA_IF_E_S_SOB_MIN_RPROT_7 0x4A011C
#define mmDMA_IF_E_S_SOB_MIN_RPROT_8 0x4A0120
#define mmDMA_IF_E_S_SOB_MIN_RPROT_9 0x4A0124
#define mmDMA_IF_E_S_SOB_MIN_RPROT_10 0x4A0128
#define mmDMA_IF_E_S_SOB_MIN_RPROT_11 0x4A012C
#define mmDMA_IF_E_S_SOB_MIN_RPROT_12 0x4A0130
#define mmDMA_IF_E_S_SOB_MIN_RPROT_13 0x4A0134
#define mmDMA_IF_E_S_SOB_MIN_RPROT_14 0x4A0138
#define mmDMA_IF_E_S_SOB_MIN_RPROT_15 0x4A013C
#define mmDMA_IF_E_S_SOB_MAX_RPROT_0 0x4A0140
#define mmDMA_IF_E_S_SOB_MAX_RPROT_1 0x4A0144
#define mmDMA_IF_E_S_SOB_MAX_RPROT_2 0x4A0148
#define mmDMA_IF_E_S_SOB_MAX_RPROT_3 0x4A014C
#define mmDMA_IF_E_S_SOB_MAX_RPROT_4 0x4A0150
#define mmDMA_IF_E_S_SOB_MAX_RPROT_5 0x4A0154
#define mmDMA_IF_E_S_SOB_MAX_RPROT_6 0x4A0158
#define mmDMA_IF_E_S_SOB_MAX_RPROT_7 0x4A015C
#define mmDMA_IF_E_S_SOB_MAX_RPROT_8 0x4A0160
#define mmDMA_IF_E_S_SOB_MAX_RPROT_9 0x4A0164
#define mmDMA_IF_E_S_SOB_MAX_RPROT_10 0x4A0168
#define mmDMA_IF_E_S_SOB_MAX_RPROT_11 0x4A016C
#define mmDMA_IF_E_S_SOB_MAX_RPROT_12 0x4A0170
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.