drivers/accel/habanalabs/include/goya/asic_reg/dma_ch_3_regs.h
Source file repositories/reference/linux-study-clean/drivers/accel/habanalabs/include/goya/asic_reg/dma_ch_3_regs.h
File Facts
- System
- Linux kernel
- Corpus path
drivers/accel/habanalabs/include/goya/asic_reg/dma_ch_3_regs.h- Extension
.h- Size
- 7848 bytes
- Lines
- 209
- 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_CH_3_REGS_H_
#define ASIC_REG_DMA_CH_3_REGS_H_
/*
*****************************************
* DMA_CH_3 (Prototype: DMA_CH)
*****************************************
*/
#define mmDMA_CH_3_CFG0 0x419000
#define mmDMA_CH_3_CFG1 0x419004
#define mmDMA_CH_3_ERRMSG_ADDR_LO 0x419008
#define mmDMA_CH_3_ERRMSG_ADDR_HI 0x41900C
#define mmDMA_CH_3_ERRMSG_WDATA 0x419010
#define mmDMA_CH_3_RD_COMP_ADDR_LO 0x419014
#define mmDMA_CH_3_RD_COMP_ADDR_HI 0x419018
#define mmDMA_CH_3_RD_COMP_WDATA 0x41901C
#define mmDMA_CH_3_WR_COMP_ADDR_LO 0x419020
#define mmDMA_CH_3_WR_COMP_ADDR_HI 0x419024
#define mmDMA_CH_3_WR_COMP_WDATA 0x419028
#define mmDMA_CH_3_LDMA_SRC_ADDR_LO 0x41902C
#define mmDMA_CH_3_LDMA_SRC_ADDR_HI 0x419030
#define mmDMA_CH_3_LDMA_DST_ADDR_LO 0x419034
#define mmDMA_CH_3_LDMA_DST_ADDR_HI 0x419038
#define mmDMA_CH_3_LDMA_TSIZE 0x41903C
#define mmDMA_CH_3_COMIT_TRANSFER 0x419040
#define mmDMA_CH_3_STS0 0x419044
#define mmDMA_CH_3_STS1 0x419048
#define mmDMA_CH_3_STS2 0x41904C
#define mmDMA_CH_3_STS3 0x419050
#define mmDMA_CH_3_STS4 0x419054
#define mmDMA_CH_3_SRC_ADDR_LO_STS 0x419058
#define mmDMA_CH_3_SRC_ADDR_HI_STS 0x41905C
#define mmDMA_CH_3_SRC_TSIZE_STS 0x419060
#define mmDMA_CH_3_DST_ADDR_LO_STS 0x419064
#define mmDMA_CH_3_DST_ADDR_HI_STS 0x419068
#define mmDMA_CH_3_DST_TSIZE_STS 0x41906C
#define mmDMA_CH_3_RD_RATE_LIM_EN 0x419070
#define mmDMA_CH_3_RD_RATE_LIM_RST_TOKEN 0x419074
#define mmDMA_CH_3_RD_RATE_LIM_SAT 0x419078
#define mmDMA_CH_3_RD_RATE_LIM_TOUT 0x41907C
#define mmDMA_CH_3_WR_RATE_LIM_EN 0x419080
#define mmDMA_CH_3_WR_RATE_LIM_RST_TOKEN 0x419084
#define mmDMA_CH_3_WR_RATE_LIM_SAT 0x419088
#define mmDMA_CH_3_WR_RATE_LIM_TOUT 0x41908C
#define mmDMA_CH_3_CFG2 0x419090
#define mmDMA_CH_3_TDMA_CTL 0x419100
#define mmDMA_CH_3_TDMA_SRC_BASE_ADDR_LO 0x419104
#define mmDMA_CH_3_TDMA_SRC_BASE_ADDR_HI 0x419108
#define mmDMA_CH_3_TDMA_SRC_ROI_BASE_0 0x41910C
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.