drivers/accel/habanalabs/include/gaudi/asic_reg/dma_if_w_s_regs.h
Source file repositories/reference/linux-study-clean/drivers/accel/habanalabs/include/gaudi/asic_reg/dma_if_w_s_regs.h
File Facts
- System
- Linux kernel
- Corpus path
drivers/accel/habanalabs/include/gaudi/asic_reg/dma_if_w_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_W_S_REGS_H_
#define ASIC_REG_DMA_IF_W_S_REGS_H_
/*
*****************************************
* DMA_IF_W_S (Prototype: DMA_IF)
*****************************************
*/
#define mmDMA_IF_W_S_HBM0_WR_CRED_CNT 0x480000
#define mmDMA_IF_W_S_HBM1_WR_CRED_CNT 0x480004
#define mmDMA_IF_W_S_HBM0_RD_CRED_CNT 0x480008
#define mmDMA_IF_W_S_HBM1_RD_CRED_CNT 0x48000C
#define mmDMA_IF_W_S_HBM_LIMITER_0 0x480030
#define mmDMA_IF_W_S_HBM_LIMITER_1 0x480034
#define mmDMA_IF_W_S_HBM_LIMITER_2 0x480038
#define mmDMA_IF_W_S_HBM_LIMITER_3 0x48003C
#define mmDMA_IF_W_S_HBM_ALMOST_EN_0 0x480040
#define mmDMA_IF_W_S_HBM_ALMOST_EN_1 0x480044
#define mmDMA_IF_W_S_HBM_CRED_EN_0 0x480050
#define mmDMA_IF_W_S_HBM_CRED_EN_1 0x480054
#define mmDMA_IF_W_S_SOB_MIN_RPROT_0 0x480100
#define mmDMA_IF_W_S_SOB_MIN_RPROT_1 0x480104
#define mmDMA_IF_W_S_SOB_MIN_RPROT_2 0x480108
#define mmDMA_IF_W_S_SOB_MIN_RPROT_3 0x48010C
#define mmDMA_IF_W_S_SOB_MIN_RPROT_4 0x480110
#define mmDMA_IF_W_S_SOB_MIN_RPROT_5 0x480114
#define mmDMA_IF_W_S_SOB_MIN_RPROT_6 0x480118
#define mmDMA_IF_W_S_SOB_MIN_RPROT_7 0x48011C
#define mmDMA_IF_W_S_SOB_MIN_RPROT_8 0x480120
#define mmDMA_IF_W_S_SOB_MIN_RPROT_9 0x480124
#define mmDMA_IF_W_S_SOB_MIN_RPROT_10 0x480128
#define mmDMA_IF_W_S_SOB_MIN_RPROT_11 0x48012C
#define mmDMA_IF_W_S_SOB_MIN_RPROT_12 0x480130
#define mmDMA_IF_W_S_SOB_MIN_RPROT_13 0x480134
#define mmDMA_IF_W_S_SOB_MIN_RPROT_14 0x480138
#define mmDMA_IF_W_S_SOB_MIN_RPROT_15 0x48013C
#define mmDMA_IF_W_S_SOB_MAX_RPROT_0 0x480140
#define mmDMA_IF_W_S_SOB_MAX_RPROT_1 0x480144
#define mmDMA_IF_W_S_SOB_MAX_RPROT_2 0x480148
#define mmDMA_IF_W_S_SOB_MAX_RPROT_3 0x48014C
#define mmDMA_IF_W_S_SOB_MAX_RPROT_4 0x480150
#define mmDMA_IF_W_S_SOB_MAX_RPROT_5 0x480154
#define mmDMA_IF_W_S_SOB_MAX_RPROT_6 0x480158
#define mmDMA_IF_W_S_SOB_MAX_RPROT_7 0x48015C
#define mmDMA_IF_W_S_SOB_MAX_RPROT_8 0x480160
#define mmDMA_IF_W_S_SOB_MAX_RPROT_9 0x480164
#define mmDMA_IF_W_S_SOB_MAX_RPROT_10 0x480168
#define mmDMA_IF_W_S_SOB_MAX_RPROT_11 0x48016C
#define mmDMA_IF_W_S_SOB_MAX_RPROT_12 0x480170
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.