brintos

brintos / linux-shallow public Read only

0
0
Text · 1.7 KiB · bf36399 Raw
44 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2/*3 * Copyright (c) 2017, The Linux Foundation. All rights reserved.4 */5 6#ifndef QCOM_PHY_QMP_PCS_V2_H_7#define QCOM_PHY_QMP_PCS_V2_H_8 9/* Only for QMP V2 PHY - PCS registers */10#define QPHY_V2_PCS_SW_RESET				0x00011#define QPHY_V2_PCS_POWER_DOWN_CONTROL			0x00412#define QPHY_V2_PCS_START_CONTROL			0x00813#define QPHY_V2_PCS_TXDEEMPH_M6DB_V0			0x02414#define QPHY_V2_PCS_TXDEEMPH_M3P5DB_V0			0x02815#define QPHY_V2_PCS_ENDPOINT_REFCLK_DRIVE		0x05416#define QPHY_V2_PCS_RX_IDLE_DTCT_CNTRL			0x05817#define QPHY_V2_PCS_POWER_STATE_CONFIG1			0x06018#define QPHY_V2_PCS_POWER_STATE_CONFIG2			0x06419#define QPHY_V2_PCS_POWER_STATE_CONFIG4			0x06c20#define QPHY_V2_PCS_LOCK_DETECT_CONFIG1			0x08021#define QPHY_V2_PCS_LOCK_DETECT_CONFIG2			0x08422#define QPHY_V2_PCS_LOCK_DETECT_CONFIG3			0x08823#define QPHY_V2_PCS_PWRUP_RESET_DLY_TIME_AUXCLK		0x0a024#define QPHY_V2_PCS_LP_WAKEUP_DLY_TIME_AUXCLK		0x0a425#define QPHY_V2_PCS_PLL_LOCK_CHK_DLY_TIME		0x0a826#define QPHY_V2_PCS_FLL_CNTRL1				0x0c027#define QPHY_V2_PCS_FLL_CNTRL2				0x0c428#define QPHY_V2_PCS_FLL_CNT_VAL_L			0x0c829#define QPHY_V2_PCS_FLL_CNT_VAL_H_TOL			0x0cc30#define QPHY_V2_PCS_FLL_MAN_CODE			0x0d031#define QPHY_V2_PCS_AUTONOMOUS_MODE_CTRL		0x0d432#define QPHY_V2_PCS_LFPS_RXTERM_IRQ_CLEAR		0x0d833#define QPHY_V2_PCS_LFPS_RXTERM_IRQ_STATUS		0x17834#define QPHY_V2_PCS_USB_PCS_STATUS			0x17c /* USB */35#define QPHY_V2_PCS_PLL_LOCK_CHK_DLY_TIME_AUXCLK_LSB	0x1a836#define QPHY_V2_PCS_OSC_DTCT_ACTIONS			0x1ac37#define QPHY_V2_PCS_RX_SIGDET_LVL			0x1d838#define QPHY_V2_PCS_L1SS_WAKEUP_DLY_TIME_AUXCLK_LSB	0x1dc39#define QPHY_V2_PCS_L1SS_WAKEUP_DLY_TIME_AUXCLK_MSB	0x1e040 41#define QPHY_V2_PCS_PCI_PCS_STATUS			0x174 /* PCI */42 43#endif44