Searched +full:25 +full:gbase +full:- +full:er (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---4 $id: http://devicetree.org/schemas/phy/microchip,sparx5-serdes.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Steen Hegelund <steen.hegelund@microchip.com>21 * Rx built-in fault detector (loss-of-lock/loss-of-signal)22 * Adjustable tx de-emphasis (FFE)31 The SERDES6G is a high-speed SERDES interface, which can operate at34 * 100 Mbps (100BASE-FX)35 * 1.25 Gbps (SGMII/1000BASE-X/1000BASE-KX)[all …]
7 Change-Id: Icf23f02df7b566848af808b9eeaed889d1773e719 diff --git a/include/drm/bridge/cdns-mhdp.h b/include/drm/bridge/cdns-mhdp.h12 --- /dev/null13 +++ b/include/drm/bridge/cdns-mhdp.h14 @@ -0,0 +1,921 @@15 +/* SPDX-License-Identifier: GPL-2.0 */18 + * Author: Chris Zhong <zyw@rock-chips.com>39 +#include <sound/hdmi-codec.h>489 +#define F_HDMI_ENCODING(x) (((x) & ((1 << 2) - 1)) << 16)490 +#define F_VIF_DATA_WIDTH(x) (((x) & ((1 << 2) - 1)) << 2)[all …]