drivers/accel/habanalabs/include/gaudi/asic_reg/stlb_regs.h
Source file repositories/reference/linux-study-clean/drivers/accel/habanalabs/include/gaudi/asic_reg/stlb_regs.h
File Facts
- System
- Linux kernel
- Corpus path
drivers/accel/habanalabs/include/gaudi/asic_reg/stlb_regs.h- Extension
.h- Size
- 2853 bytes
- Lines
- 83
- 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_STLB_REGS_H_
#define ASIC_REG_STLB_REGS_H_
/*
*****************************************
* STLB (Prototype: STLB)
*****************************************
*/
#define mmSTLB_CACHE_INV 0xC12010
#define mmSTLB_CACHE_INV_BASE_39_8 0xC12014
#define mmSTLB_CACHE_INV_BASE_49_40 0xC12018
#define mmSTLB_STLB_FEATURE_EN 0xC1201C
#define mmSTLB_STLB_AXI_CACHE 0xC12020
#define mmSTLB_HOP_CONFIGURATION 0xC12024
#define mmSTLB_LINK_LIST_LOOKUP_MASK_49_32 0xC12028
#define mmSTLB_LINK_LIST_LOOKUP_MASK_31_0 0xC1202C
#define mmSTLB_LINK_LIST 0xC12030
#define mmSTLB_INV_ALL_START 0xC12034
#define mmSTLB_INV_ALL_SET 0xC12038
#define mmSTLB_INV_PS 0xC1203C
#define mmSTLB_INV_CONSUMER_INDEX 0xC12040
#define mmSTLB_INV_HIT_COUNT 0xC12044
#define mmSTLB_INV_SET 0xC12048
#define mmSTLB_SRAM_INIT 0xC1204C
#define mmSTLB_MEM_CACHE_INVALIDATION 0xC12050
#define mmSTLB_MEM_CACHE_INV_STATUS 0xC12054
#define mmSTLB_MEM_CACHE_BASE_38_7 0xC12058
#define mmSTLB_MEM_CACHE_BASE_49_39 0xC1205C
#define mmSTLB_MEM_CACHE_CONFIG 0xC12060
#define mmSTLB_SET_THRESHOLD_HOP4 0xC12064
#define mmSTLB_SET_THRESHOLD_HOP3 0xC12068
#define mmSTLB_SET_THRESHOLD_HOP2 0xC1206C
#define mmSTLB_SET_THRESHOLD_HOP1 0xC12070
#define mmSTLB_SET_THRESHOLD_HOP0 0xC12074
#define mmSTLB_MULTI_HIT_INTERRUPT_CLR 0xC12078
#define mmSTLB_MULTI_HIT_INTERRUPT_MASK 0xC1207C
#define mmSTLB_MEM_L0_CACHE_CFG 0xC12080
#define mmSTLB_MEM_READ_ARPROT 0xC12084
#endif /* ASIC_REG_STLB_REGS_H_ */
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.