drivers/accel/habanalabs/include/goya/asic_reg/pcie_aux_regs.h

Source file repositories/reference/linux-study-clean/drivers/accel/habanalabs/include/goya/asic_reg/pcie_aux_regs.h

File Facts

System
Linux kernel
Corpus path
drivers/accel/habanalabs/include/goya/asic_reg/pcie_aux_regs.h
Extension
.h
Size
9193 bytes
Lines
243
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.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef ASIC_REG_PCIE_AUX_REGS_H_
#define ASIC_REG_PCIE_AUX_REGS_H_

/*
 *****************************************
 *   PCIE_AUX (Prototype: PCIE_AUX)
 *****************************************
 */

#define mmPCIE_AUX_APB_TIMEOUT                                       0xC07004

#define mmPCIE_AUX_PHY_INIT                                          0xC07100

#define mmPCIE_AUX_LTR_MAX_LATENCY                                   0xC07138

#define mmPCIE_AUX_BAR0_START_L                                      0xC07160

#define mmPCIE_AUX_BAR0_START_H                                      0xC07164

#define mmPCIE_AUX_BAR1_START                                        0xC07168

#define mmPCIE_AUX_BAR2_START_L                                      0xC0716C

#define mmPCIE_AUX_BAR2_START_H                                      0xC07170

#define mmPCIE_AUX_BAR3_START                                        0xC07174

#define mmPCIE_AUX_BAR4_START_L                                      0xC07178

#define mmPCIE_AUX_BAR4_START_H                                      0xC0717C

#define mmPCIE_AUX_BAR5_START                                        0xC07180

#define mmPCIE_AUX_BAR0_LIMIT_L                                      0xC07184

#define mmPCIE_AUX_BAR0_LIMIT_H                                      0xC07188

#define mmPCIE_AUX_BAR1_LIMIT                                        0xC0718C

#define mmPCIE_AUX_BAR2_LIMIT_L                                      0xC07190

#define mmPCIE_AUX_BAR2_LIMIT_H                                      0xC07194

#define mmPCIE_AUX_BAR3_LIMIT                                        0xC07198

#define mmPCIE_AUX_BAR4_LIMIT_L                                      0xC0719C

#define mmPCIE_AUX_BAR4_LIMIT_H                                      0xC07200

#define mmPCIE_AUX_BAR5_LIMIT                                        0xC07204

#define mmPCIE_AUX_BUS_MASTER_EN                                     0xC07208

#define mmPCIE_AUX_MEM_SPACE_EN                                      0xC0720C

#define mmPCIE_AUX_MAX_RD_REQ_SIZE                                   0xC07210

#define mmPCIE_AUX_MAX_PAYLOAD_SIZE                                  0xC07214

#define mmPCIE_AUX_EXT_TAG_EN                                        0xC07218

#define mmPCIE_AUX_RCB                                               0xC0721C

#define mmPCIE_AUX_PM_NO_SOFT_RST                                    0xC07220

#define mmPCIE_AUX_PBUS_NUM                                          0xC07224

#define mmPCIE_AUX_PBUS_DEV_NUM                                      0xC07228

#define mmPCIE_AUX_NO_SNOOP_EN                                       0xC0722C

#define mmPCIE_AUX_RELAX_ORDER_EN                                    0xC07230

#define mmPCIE_AUX_HP_SLOT_CTRL_ACCESS                               0xC07234

#define mmPCIE_AUX_DLL_STATE_CHGED_EN                                0xC07238

#define mmPCIE_AUX_CMP_CPLED_INT_EN                                  0xC0723C

#define mmPCIE_AUX_HP_INT_EN                                         0xC07340

#define mmPCIE_AUX_PRE_DET_CHGEN_EN                                  0xC07344

#define mmPCIE_AUX_MRL_SENSOR_CHGED_EN                               0xC07348

#define mmPCIE_AUX_PWR_FAULT_DET_EN                                  0xC0734C

#define mmPCIE_AUX_ATTEN_BUTTON_PRESSED_EN                           0xC07350

#define mmPCIE_AUX_PF_FLR_ACTIVE                                     0xC07360

Annotation

Implementation Notes