drivers/accel/habanalabs/include/goya/asic_reg/stlb_regs.h
Source file repositories/reference/linux-study-clean/drivers/accel/habanalabs/include/goya/asic_reg/stlb_regs.h
File Facts
- System
- Linux kernel
- Corpus path
drivers/accel/habanalabs/include/goya/asic_reg/stlb_regs.h- Extension
.h- Size
- 1747 bytes
- Lines
- 55
- 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 0x490010
#define mmSTLB_CACHE_INV_BASE_39_8 0x490014
#define mmSTLB_CACHE_INV_BASE_49_40 0x490018
#define mmSTLB_STLB_FEATURE_EN 0x49001C
#define mmSTLB_STLB_AXI_CACHE 0x490020
#define mmSTLB_HOP_CONFIGURATION 0x490024
#define mmSTLB_LINK_LIST_LOOKUP_MASK_49_32 0x490028
#define mmSTLB_LINK_LIST_LOOKUP_MASK_31_0 0x49002C
#define mmSTLB_LINK_LIST 0x490030
#define mmSTLB_INV_ALL_START 0x490034
#define mmSTLB_INV_ALL_SET 0x490038
#define mmSTLB_INV_PS 0x49003C
#define mmSTLB_INV_CONSUMER_INDEX 0x490040
#define mmSTLB_INV_HIT_COUNT 0x490044
#define mmSTLB_INV_SET 0x490048
#define mmSTLB_SRAM_INIT 0x49004C
#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.