brintos

brintos / linux-shallow public Read only

0
0
Text · 557 B · df67014 Raw
18 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2/*3 * Copyright (c) 2022, The Linux Foundation. All rights reserved.4 */5 6#ifndef QCOM_PHY_QMP_PCS_USB_V6_H_7#define QCOM_PHY_QMP_PCS_USB_V6_H_8 9#define QPHY_V6_PCS_USB3_POWER_STATE_CONFIG1		0x0010#define QPHY_V6_PCS_USB3_AUTONOMOUS_MODE_CTRL		0x0811#define QPHY_V6_PCS_USB3_LFPS_RXTERM_IRQ_CLEAR		0x1412#define QPHY_V6_PCS_USB3_LFPS_DET_HIGH_COUNT_VAL	0x1813#define QPHY_V6_PCS_USB3_RXEQTRAINING_DFE_TIME_S2	0x3c14#define QPHY_V6_PCS_USB3_RCVR_DTCT_DLY_U3_L		0x4015#define QPHY_V6_PCS_USB3_RCVR_DTCT_DLY_U3_H		0x4416 17#endif18