drivers/accel/habanalabs/include/gaudi2/asic_reg/pmmu_pif_regs.h
Source file repositories/reference/linux-study-clean/drivers/accel/habanalabs/include/gaudi2/asic_reg/pmmu_pif_regs.h
File Facts
- System
- Linux kernel
- Corpus path
drivers/accel/habanalabs/include/gaudi2/asic_reg/pmmu_pif_regs.h- Extension
.h- Size
- 3233 bytes
- Lines
- 136
- 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_PMMU_PIF_REGS_H_
#define ASIC_REG_PMMU_PIF_REGS_H_
/*
*****************************************
* PMMU_PIF
* (Prototype: PIF)
*****************************************
*/
#define mmPMMU_PIF_WR_CORE_CREDITS_THRESHOLD 0x4D03000
#define mmPMMU_PIF_RD_CORE_CREDITS_THRESHOLD 0x4D03004
#define mmPMMU_PIF_CORE_CREDITS_THRESHOLD 0x4D03008
#define mmPMMU_PIF_CORE_SEPARATION_DISABLE 0x4D0300C
#define mmPMMU_PIF_DISABLE_E2E_CREDITS 0x4D03010
#define mmPMMU_PIF_RATE_LIMITER_ENABLE 0x4D03014
#define mmPMMU_PIF_RATE_LIMITER_TOKEN_RESET 0x4D03018
#define mmPMMU_PIF_RATE_LIMITER_SATURATION 0x4D0301C
#define mmPMMU_PIF_RATE_LIMITER_TIMEOUT_LSB 0x4D03020
#define mmPMMU_PIF_RATE_LIMITER_TIMEOUT_MSB 0x4D03024
#define mmPMMU_PIF_ARB_TYPE 0x4D03028
#define mmPMMU_PIF_CLOCK_GATE_CONFIG 0x4D0302C
#define mmPMMU_PIF_CLOCK_GATE_ACTIVE 0x4D03030
#define mmPMMU_PIF_SPI_INTERRUPT_CAUSE 0x4D03034
#define mmPMMU_PIF_SPI_INTERRUPT_CAUSE_MASK 0x4D03038
#define mmPMMU_PIF_SPI_INTERRUPT_REG 0x4D0303C
#define mmPMMU_PIF_SPI_INTERRUPT_MASK 0x4D03040
#define mmPMMU_PIF_SEI_INTERRUPT_CAUSE 0x4D03044
#define mmPMMU_PIF_SEI_INTERRUPT_CAUSE_MASK 0x4D03048
#define mmPMMU_PIF_SEI_INTERRUPT_REG 0x4D0304C
#define mmPMMU_PIF_SEI_INTERRUPT_MASK 0x4D03050
#define mmPMMU_PIF_DEBUG_BUFFER_CNT_CTRL 0x4D03054
#define mmPMMU_PIF_DEBUG_WR_BUF_CNT 0x4D03058
#define mmPMMU_PIF_DEBUG_RD_BUF_CNT 0x4D0305C
#define mmPMMU_PIF_DEBUG_WR_CORE_BUF_CNT 0x4D03060
#define mmPMMU_PIF_DEBUG_RD_CORE_BUF_CNT 0x4D03070
#define mmPMMU_PIF_DEBUG_WR_BUF_FULL 0x4D03080
#define mmPMMU_PIF_DEBUG_RD_BUF_FULL 0x4D03084
#define mmPMMU_PIF_E2E_ROUTING_CFG 0x4D03090
#define mmPMMU_PIF_E2E_ROUTING_CFG2 0x4D03094
#define mmPMMU_PIF_SPI_INTERRUPT_CLEAR 0x4D03100
#define mmPMMU_PIF_SEI_INTERRUPT_CLEAR 0x4D03104
#define mmPMMU_PIF_BASE_ADDR_PMMU 0x4D03200
#define mmPMMU_PIF_ADDR_MASK_PMMU 0x4D03204
#define mmPMMU_PIF_BASE_ADDR_PCI0 0x4D03208
#define mmPMMU_PIF_ADDR_MASK_PCI0 0x4D0320C
#define mmPMMU_PIF_BASE_ADDR_PCI2 0x4D03210
#define mmPMMU_PIF_ADDR_MASK_PCI1 0x4D03214
#define mmPMMU_PIF_BASE_ADDR_PCI1 0x4D03218
#define mmPMMU_PIF_ADDR_MASK_PCI2 0x4D0321C
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.