Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.14-rc2 18 lines 544 B view raw
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_DP_COM_V3_H_ 7#define QCOM_PHY_QMP_DP_COM_V3_H_ 8 9/* Only for QMP V3 & V4 PHY - DP COM registers */ 10#define QPHY_V3_DP_COM_PHY_MODE_CTRL 0x00 11#define QPHY_V3_DP_COM_SW_RESET 0x04 12#define QPHY_V3_DP_COM_POWER_DOWN_CTRL 0x08 13#define QPHY_V3_DP_COM_SWI_CTRL 0x0c 14#define QPHY_V3_DP_COM_TYPEC_CTRL 0x10 15#define QPHY_V3_DP_COM_TYPEC_PWRDN_CTRL 0x14 16#define QPHY_V3_DP_COM_RESET_OVRD_CTRL 0x1c 17 18#endif