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.2-rc6 20 lines 458 B view raw
1/* SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause) */ 2/* 3 * Qualcomm QMP PHY constants 4 * 5 * Copyright (C) 2022 Linaro Limited 6 */ 7 8#ifndef _DT_BINDINGS_PHY_QMP 9#define _DT_BINDINGS_PHY_QMP 10 11/* QMP USB4-USB3-DP clocks */ 12#define QMP_USB43DP_USB3_PIPE_CLK 0 13#define QMP_USB43DP_DP_LINK_CLK 1 14#define QMP_USB43DP_DP_VCO_DIV_CLK 2 15 16/* QMP USB4-USB3-DP PHYs */ 17#define QMP_USB43DP_USB3_PHY 0 18#define QMP_USB43DP_DP_PHY 1 19 20#endif /* _DT_BINDINGS_PHY_QMP */