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.13-rc6 20 lines 580 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2/* 3 * Copyright (c) 2023, Linaro Limited 4 */ 5 6#ifndef QCOM_PHY_QMP_PCS_SGMII_H_ 7#define QCOM_PHY_QMP_PCS_SGMII_H_ 8 9#define QPHY_PCS_PHY_START 0x000 10#define QPHY_PCS_POWER_DOWN_CONTROL 0x004 11#define QPHY_PCS_SW_RESET 0x008 12#define QPHY_PCS_LINE_RESET_TIME 0x00c 13#define QPHY_PCS_TX_LARGE_AMP_DRV_LVL 0x020 14#define QPHY_PCS_TX_SMALL_AMP_DRV_LVL 0x028 15#define QPHY_PCS_PCS_READY_STATUS 0x094 16#define QPHY_PCS_TX_MID_TERM_CTRL1 0x0d8 17#define QPHY_PCS_TX_MID_TERM_CTRL2 0x0dc 18#define QPHY_PCS_SGMII_MISC_CTRL8 0x118 19 20#endif