File: phy-qcom-qmp-pcs-v6-n4.h

package info (click to toggle)
linux 6.17.13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,735,112 kB
  • sloc: ansic: 26,688,265; asm: 271,225; sh: 147,407; python: 75,980; makefile: 57,304; perl: 36,943; xml: 19,562; cpp: 5,899; yacc: 4,909; lex: 2,943; awk: 1,556; sed: 29; ruby: 25
file content (32 lines) | stat: -rw-r--r-- 1,184 bytes parent folder | download | duplicates (23)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Copyright (c) 2023, Linaro Limited
 */

#ifndef QCOM_PHY_QMP_PCS_V6_N4_H_
#define QCOM_PHY_QMP_PCS_V6_N4_H_

/* Only for QMP V6 N4 PHY - USB/PCIe PCS registers */
#define QPHY_V6_N4_PCS_SW_RESET			0x000
#define QPHY_V6_N4_PCS_PCS_STATUS1		0x014
#define QPHY_V6_N4_PCS_POWER_DOWN_CONTROL	0x040
#define QPHY_V6_N4_PCS_START_CONTROL		0x044
#define QPHY_V6_N4_PCS_POWER_STATE_CONFIG1	0x090
#define QPHY_V6_N4_PCS_LOCK_DETECT_CONFIG1	0x0c4
#define QPHY_V6_N4_PCS_LOCK_DETECT_CONFIG2	0x0c8
#define QPHY_V6_N4_PCS_LOCK_DETECT_CONFIG3	0x0cc
#define QPHY_V6_N4_PCS_LOCK_DETECT_CONFIG6	0x0d8
#define QPHY_V6_N4_PCS_REFGEN_REQ_CONFIG1	0x0dc
#define QPHY_V6_N4_PCS_RX_SIGDET_LVL		0x188
#define QPHY_V6_N4_PCS_RCVR_DTCT_DLY_P1U2_L	0x190
#define QPHY_V6_N4_PCS_RCVR_DTCT_DLY_P1U2_H	0x194
#define QPHY_V6_N4_PCS_RATE_SLEW_CNTRL1		0x198
#define QPHY_V6_N4_PCS_RX_CONFIG		0x1b0
#define QPHY_V6_N4_PCS_ALIGN_DETECT_CONFIG1	0x1c0
#define QPHY_V6_N4_PCS_ALIGN_DETECT_CONFIG2	0x1c4
#define QPHY_V6_N4_PCS_PCS_TX_RX_CONFIG		0x1d0
#define QPHY_V6_N4_PCS_EQ_CONFIG1		0x1dc
#define QPHY_V6_N4_PCS_EQ_CONFIG2		0x1e0
#define QPHY_V6_N4_PCS_EQ_CONFIG5		0x1ec

#endif