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.8-rc2 17 lines 520 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_PCS_MISC_V4_H_ 7#define QCOM_PHY_QMP_PCS_MISC_V4_H_ 8 9/* Only for QMP V4 PHY - PCS_MISC registers */ 10#define QPHY_V4_PCS_MISC_TYPEC_CTRL 0x00 11#define QPHY_V4_PCS_MISC_TYPEC_PWRDN_CTRL 0x04 12#define QPHY_V4_PCS_MISC_PCS_MISC_CONFIG1 0x08 13#define QPHY_V4_PCS_MISC_CLAMP_ENABLE 0x0c 14#define QPHY_V4_PCS_MISC_TYPEC_STATUS 0x10 15#define QPHY_V4_PCS_MISC_PLACEHOLDER_STATUS 0x14 16 17#endif