blob: 6542b586be89f86d846fe65b0aeb73cebfddf801 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (c) 2026, Qualcomm Innovation Center, Inc. All rights reserved.
*/
#ifndef QCOM_PHY_QMP_COM_AON_V10_H_
#define QCOM_PHY_QMP_COM_AON_V10_H_
/* Only for QMP V10 PHY - COM AON registers */
#define QPHY_V10_COM_AON_USB3_AON_TOGGLE_ENABLE 0x00
#define QPHY_V10_COM_AON_DP_AON_TOGGLE_ENABLE 0x04
#define QPHY_V10_COM_AON_DUMMY_STATUS 0x08
#endif
|