Searched +full:fpd +full:- +full:link (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Texas Instruments DS90UB913 FPD-Link III Serializer10 - Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>13 The TI DS90UB913 is an FPD-Link III video serializer for parallel video.18 - ti,ds90ub913a-q120 '#gpio-cells':27 gpio-controller: true34 clock-names:[all …]
1 /* SPDX-License-Identifier: GPL-2.0 */11 * struct ds90ub9xx_platform_data - platform data for FPD-Link Serializers.14 * @bc_rate: back-channel clock rate
1 // SPDX-License-Identifier: GPL-2.03 * phy-zynqmp.c - PHY driver for Xilinx ZynqMP GT.5 * Copyright (C) 2018-2020 Xilinx Inc.27 #include <dt-bindings/phy/phy.h>33 /* TX De-emphasis parameters */184 * struct xpsgtr_ssc - structure to hold SSC settings for a lane198 * struct xpsgtr_phy - representation of a lane219 * struct xpsgtr_dev - representation of a ZynMP GT device271 return readl(gtr_dev->serdes + reg); in xpsgtr_read()276 writel(value, gtr_dev->serdes + reg); in xpsgtr_write()[all …]
5 ----------[all...]