drivers/phy/qualcomm/phy-qcom-qmp-dp-phy-v8.h

Source file repositories/reference/linux-study-clean/drivers/phy/qualcomm/phy-qcom-qmp-dp-phy-v8.h

File Facts

System
Linux kernel
Corpus path
drivers/phy/qualcomm/phy-qcom-qmp-dp-phy-v8.h
Extension
.h
Size
850 bytes
Lines
26
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.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef QCOM_PHY_QMP_DP_PHY_V8_H_
#define QCOM_PHY_QMP_DP_PHY_V8_H_

/* Only for QMP V8 PHY - DP PHY registers */
#define QSERDES_V8_DP_PHY_VCO_DIV			0x070
#define QSERDES_V8_DP_PHY_AUX_INTERRUPT_STATUS		0x0e0
#define QSERDES_V8_DP_PHY_TSYNC_OVRD			0x074
#define QSERDES_V8_DP_PHY_TX0_TX1_LANE_CTL		0x078
#define QSERDES_V8_DP_PHY_TX2_TX3_LANE_CTL		0x0bc
#define QSERDES_V8_DP_PHY_AUXLESS_CFG1			0x0c8
#define QSERDES_V8_DP_PHY_LFPS_PERIOD			0x0d0
#define QSERDES_V8_DP_PHY_LFPS_CYC			0x0d4
#define QSERDES_V8_DP_PHY_AUXLESS_SETUP_CYC		0x0d8
#define QSERDES_V8_DP_PHY_AUXLESS_SILENCE_CYC		0x0d8
#define QSERDES_V8_DP_PHY_LN0_DRV_LVL			0x0e0
#define QSERDES_V8_DP_PHY_LN1_DRV_LVL			0x0e4
#define QSERDES_V8_DP_PHY_STATUS			0x114


#endif

Annotation

Implementation Notes