drivers/phy/qualcomm/phy-qcom-qmp-dp-qserdes-com-v8.h
Source file repositories/reference/linux-study-clean/drivers/phy/qualcomm/phy-qcom-qmp-dp-qserdes-com-v8.h
File Facts
- System
- Linux kernel
- Corpus path
drivers/phy/qualcomm/phy-qcom-qmp-dp-qserdes-com-v8.h- Extension
.h- Size
- 2248 bytes
- Lines
- 53
- Domain
- Driver Families
- Bucket
- drivers/phy
- 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 QCOM_PHY_QMP_DP_QSERDES_COM_V8_H_
#define QCOM_PHY_QMP_DP_QSERDES_COM_V8_H_
/* Only for DP QMP V8 PHY - QSERDES COM registers */
#define DP_QSERDES_V8_COM_HSCLK_SEL_1 0x03c
#define DP_QSERDES_V8_COM_BIN_VCOCAL_CMP_CODE1_MODE0 0x058
#define DP_QSERDES_V8_COM_BIN_VCOCAL_CMP_CODE2_MODE0 0x05c
#define DP_QSERDES_V8_COM_SSC_STEP_SIZE1_MODE0 0x060
#define DP_QSERDES_V8_COM_SSC_STEP_SIZE2_MODE0 0x064
#define DP_QSERDES_V8_COM_CP_CTRL_MODE0 0x070
#define DP_QSERDES_V8_COM_PLL_RCTRL_MODE0 0x074
#define DP_QSERDES_V8_COM_PLL_CCTRL_MODE0 0x078
#define DP_QSERDES_V8_COM_CORECLK_DIV_MODE0 0x07c
#define DP_QSERDES_V8_COM_LOCK_CMP1_MODE0 0x080
#define DP_QSERDES_V8_COM_LOCK_CMP2_MODE0 0x084
#define DP_QSERDES_V8_COM_DEC_START_MODE0 0x088
#define DP_QSERDES_V8_COM_DIV_FRAC_START1_MODE0 0x090
#define DP_QSERDES_V8_COM_DIV_FRAC_START2_MODE0 0x094
#define DP_QSERDES_V8_COM_DIV_FRAC_START3_MODE0 0x098
#define DP_QSERDES_V8_COM_INTEGLOOP_GAIN0_MODE0 0x0a0
#define DP_QSERDES_V8_COM_VCO_TUNE1_MODE0 0x0a8
#define DP_QSERDES_V8_COM_INTEGLOOP_GAIN1_MODE0 0x0a4
#define DP_QSERDES_V8_COM_VCO_TUNE2_MODE0 0x0ac
#define DP_QSERDES_V8_COM_BG_TIMER 0x0bc
#define DP_QSERDES_V8_COM_SSC_EN_CENTER 0x0c0
#define DP_QSERDES_V8_COM_SSC_ADJ_PER1 0x0c4
#define DP_QSERDES_V8_COM_SSC_PER1 0x0cc
#define DP_QSERDES_V8_COM_SSC_PER2 0x0d0
#define DP_QSERDES_V8_COM_BIAS_EN_CLKBUFLR_EN 0x0dc
#define DP_QSERDES_V8_COM_CLK_ENABLE1 0x0e0
#define DP_QSERDES_V8_COM_SYS_CLK_CTRL 0x0e4
#define DP_QSERDES_V8_COM_SYSCLK_BUF_ENABLE 0x0e8
#define DP_QSERDES_V8_COM_PLL_IVCO 0x0f4
#define DP_QSERDES_V8_COM_SYSCLK_EN_SEL 0x110
#define DP_QSERDES_V8_COM_RESETSM_CNTRL 0x118
#define DP_QSERDES_V8_COM_LOCK_CMP_EN 0x120
#define DP_QSERDES_V8_COM_VCO_TUNE_CTRL 0x13c
#define DP_QSERDES_V8_COM_VCO_TUNE_MAP 0x140
#define DP_QSERDES_V8_COM_CLK_SELECT 0x164
#define DP_QSERDES_V8_COM_CORE_CLK_EN 0x170
#define DP_QSERDES_V8_COM_CMN_CONFIG_1 0x174
#define DP_QSERDES_V8_COM_SVS_MODE_CLK_SEL 0x180
#define DP_QSERDES_V8_COM_CLK_FWD_CONFIG_1 0x2f4
#define DP_QSERDES_V8_COM_CMN_STATUS 0x314
#define DP_QSERDES_V8_COM_C_READY_STATUS 0x33c
#endif
Annotation
- Atlas domain: Driver Families / drivers/phy.
- 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.