drivers/accel/habanalabs/include/goya/asic_reg/dma_ch_4_regs.h
Source file repositories/reference/linux-study-clean/drivers/accel/habanalabs/include/goya/asic_reg/dma_ch_4_regs.h
File Facts
- System
- Linux kernel
- Corpus path
drivers/accel/habanalabs/include/goya/asic_reg/dma_ch_4_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_4_REGS_H_
#define ASIC_REG_DMA_CH_4_REGS_H_
/*
*****************************************
* DMA_CH_4 (Prototype: DMA_CH)
*****************************************
*/
#define mmDMA_CH_4_CFG0 0x421000
#define mmDMA_CH_4_CFG1 0x421004
#define mmDMA_CH_4_ERRMSG_ADDR_LO 0x421008
#define mmDMA_CH_4_ERRMSG_ADDR_HI 0x42100C
#define mmDMA_CH_4_ERRMSG_WDATA 0x421010
#define mmDMA_CH_4_RD_COMP_ADDR_LO 0x421014
#define mmDMA_CH_4_RD_COMP_ADDR_HI 0x421018
#define mmDMA_CH_4_RD_COMP_WDATA 0x42101C
#define mmDMA_CH_4_WR_COMP_ADDR_LO 0x421020
#define mmDMA_CH_4_WR_COMP_ADDR_HI 0x421024
#define mmDMA_CH_4_WR_COMP_WDATA 0x421028
#define mmDMA_CH_4_LDMA_SRC_ADDR_LO 0x42102C
#define mmDMA_CH_4_LDMA_SRC_ADDR_HI 0x421030
#define mmDMA_CH_4_LDMA_DST_ADDR_LO 0x421034
#define mmDMA_CH_4_LDMA_DST_ADDR_HI 0x421038
#define mmDMA_CH_4_LDMA_TSIZE 0x42103C
#define mmDMA_CH_4_COMIT_TRANSFER 0x421040
#define mmDMA_CH_4_STS0 0x421044
#define mmDMA_CH_4_STS1 0x421048
#define mmDMA_CH_4_STS2 0x42104C
#define mmDMA_CH_4_STS3 0x421050
#define mmDMA_CH_4_STS4 0x421054
#define mmDMA_CH_4_SRC_ADDR_LO_STS 0x421058
#define mmDMA_CH_4_SRC_ADDR_HI_STS 0x42105C
#define mmDMA_CH_4_SRC_TSIZE_STS 0x421060
#define mmDMA_CH_4_DST_ADDR_LO_STS 0x421064
#define mmDMA_CH_4_DST_ADDR_HI_STS 0x421068
#define mmDMA_CH_4_DST_TSIZE_STS 0x42106C
#define mmDMA_CH_4_RD_RATE_LIM_EN 0x421070
#define mmDMA_CH_4_RD_RATE_LIM_RST_TOKEN 0x421074
#define mmDMA_CH_4_RD_RATE_LIM_SAT 0x421078
#define mmDMA_CH_4_RD_RATE_LIM_TOUT 0x42107C
#define mmDMA_CH_4_WR_RATE_LIM_EN 0x421080
#define mmDMA_CH_4_WR_RATE_LIM_RST_TOKEN 0x421084
#define mmDMA_CH_4_WR_RATE_LIM_SAT 0x421088
#define mmDMA_CH_4_WR_RATE_LIM_TOUT 0x42108C
#define mmDMA_CH_4_CFG2 0x421090
#define mmDMA_CH_4_TDMA_CTL 0x421100
#define mmDMA_CH_4_TDMA_SRC_BASE_ADDR_LO 0x421104
#define mmDMA_CH_4_TDMA_SRC_BASE_ADDR_HI 0x421108
#define mmDMA_CH_4_TDMA_SRC_ROI_BASE_0 0x42110C
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.