drivers/accel/habanalabs/include/gaudi2/asic_reg/psoc_timestamp_regs.h
Source file repositories/reference/linux-study-clean/drivers/accel/habanalabs/include/gaudi2/asic_reg/psoc_timestamp_regs.h
File Facts
- System
- Linux kernel
- Corpus path
drivers/accel/habanalabs/include/gaudi2/asic_reg/psoc_timestamp_regs.h- Extension
.h- Size
- 1251 bytes
- Lines
- 58
- 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_PSOC_TIMESTAMP_REGS_H_
#define ASIC_REG_PSOC_TIMESTAMP_REGS_H_
/*
*****************************************
* PSOC_TIMESTAMP
* (Prototype: TIMESTAMP)
*****************************************
*/
#define mmPSOC_TIMESTAMP_CNTCR 0x4C49000
#define mmPSOC_TIMESTAMP_CNTSR 0x4C49004
#define mmPSOC_TIMESTAMP_CNTCVL 0x4C49008
#define mmPSOC_TIMESTAMP_CNTCVU 0x4C4900C
#define mmPSOC_TIMESTAMP_CNTFID0 0x4C49020
#define mmPSOC_TIMESTAMP_PIDR4 0x4C49FD0
#define mmPSOC_TIMESTAMP_PIDR5 0x4C49FD4
#define mmPSOC_TIMESTAMP_PIDR6 0x4C49FD8
#define mmPSOC_TIMESTAMP_PIDR7 0x4C49FDC
#define mmPSOC_TIMESTAMP_PIDR0 0x4C49FE0
#define mmPSOC_TIMESTAMP_PIDR1 0x4C49FE4
#define mmPSOC_TIMESTAMP_PIDR2 0x4C49FE8
#define mmPSOC_TIMESTAMP_PIDR3 0x4C49FEC
#define mmPSOC_TIMESTAMP_CIDR0 0x4C49FF0
#define mmPSOC_TIMESTAMP_CIDR1 0x4C49FF4
#define mmPSOC_TIMESTAMP_CIDR2 0x4C49FF8
#define mmPSOC_TIMESTAMP_CIDR3 0x4C49FFC
#endif /* ASIC_REG_PSOC_TIMESTAMP_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.