drivers/accel/habanalabs/include/gaudi2/asic_reg/psoc_global_conf_regs.h
Source file repositories/reference/linux-study-clean/drivers/accel/habanalabs/include/gaudi2/asic_reg/psoc_global_conf_regs.h
File Facts
- System
- Linux kernel
- Corpus path
drivers/accel/habanalabs/include/gaudi2/asic_reg/psoc_global_conf_regs.h- Extension
.h- Size
- 35389 bytes
- Lines
- 1338
- 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_GLOBAL_CONF_REGS_H_
#define ASIC_REG_PSOC_GLOBAL_CONF_REGS_H_
/*
*****************************************
* PSOC_GLOBAL_CONF
* (Prototype: GLOBAL_CONF)
*****************************************
*/
#define mmPSOC_GLOBAL_CONF_NON_RST_FLOPS_0 0x4C4B000
#define mmPSOC_GLOBAL_CONF_NON_RST_FLOPS_1 0x4C4B004
#define mmPSOC_GLOBAL_CONF_NON_RST_FLOPS_2 0x4C4B008
#define mmPSOC_GLOBAL_CONF_NON_RST_FLOPS_3 0x4C4B00C
#define mmPSOC_GLOBAL_CONF_PCI_FW_FSM 0x4C4B020
#define mmPSOC_GLOBAL_CONF_BOOT_SEQ_RE_START 0x4C4B024
#define mmPSOC_GLOBAL_CONF_BTM_FSM 0x4C4B028
#define mmPSOC_GLOBAL_CONF_BTL_ROM_DELAY 0x4C4B02C
#define mmPSOC_GLOBAL_CONF_SW_BTM_FSM 0x4C4B030
#define mmPSOC_GLOBAL_CONF_SW_BOOT_SEQ_FSM 0x4C4B034
#define mmPSOC_GLOBAL_CONF_BOOT_SEQ_TIMEOUT 0x4C4B038
#define mmPSOC_GLOBAL_CONF_QSPI_SPI 0x4C4B03C
#define mmPSOC_GLOBAL_CONF_SPI_MEM_EN 0x4C4B040
#define mmPSOC_GLOBAL_CONF_PRSTN 0x4C4B044
#define mmPSOC_GLOBAL_CONF_PCIE_EN 0x4C4B048
#define mmPSOC_GLOBAL_CONF_PCIE_PRSTN_INTR 0x4C4B04C
#define mmPSOC_GLOBAL_CONF_SPI_IMG_STS 0x4C4B050
#define mmPSOC_GLOBAL_CONF_BOOT_SEQ_FSM 0x4C4B054
#define mmPSOC_GLOBAL_CONF_BOOT_SEQ_EXT_LD 0x4C4B058
#define mmPSOC_GLOBAL_CONF_QSPI_SPI_BOOTSEQ_RST 0x4C4B05C
#define mmPSOC_GLOBAL_CONF_PHY_STABLE 0x4C4B060
#define mmPSOC_GLOBAL_CONF_PRSTN_OVR 0x4C4B064
#define mmPSOC_GLOBAL_CONF_ETR_FLUSH 0x4C4B068
#define mmPSOC_GLOBAL_CONF_ANY_RST 0x4C4B06C
#define mmPSOC_GLOBAL_CONF_COLD_RST_FLOPS_0 0x4C4B070
#define mmPSOC_GLOBAL_CONF_COLD_RST_FLOPS_1 0x4C4B074
#define mmPSOC_GLOBAL_CONF_COLD_RST_FLOPS_2 0x4C4B078
#define mmPSOC_GLOBAL_CONF_COLD_RST_FLOPS_3 0x4C4B07C
#define mmPSOC_GLOBAL_CONF_DIS_RAZWI_ERR 0x4C4B080
#define mmPSOC_GLOBAL_CONF_PCIE_PHY_RST_N 0x4C4B084
#define mmPSOC_GLOBAL_CONF_RAZWI_INTERRUPT 0x4C4B088
#define mmPSOC_GLOBAL_CONF_RAZWI_MASK_INFO 0x4C4B08C
#define mmPSOC_GLOBAL_CONF_BTL_PROT 0x4C4B090
#define mmPSOC_GLOBAL_CONF_BTL_ADDR_EXT 0x4C4B094
#define mmPSOC_GLOBAL_CONF_BOOT_SEQ_TO 0x4C4B098
#define mmPSOC_GLOBAL_CONF_RESET_DELAYS 0x4C4B09C
#define mmPSOC_GLOBAL_CONF_SCRATCHPAD_0 0x4C4B100
#define mmPSOC_GLOBAL_CONF_SCRATCHPAD_1 0x4C4B104
#define mmPSOC_GLOBAL_CONF_SCRATCHPAD_2 0x4C4B108
#define mmPSOC_GLOBAL_CONF_SCRATCHPAD_3 0x4C4B10C
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.