Lines Matching +full:1 +full:- +full:lane
1 /* SPDX-License-Identifier: GPL-2.0 */
12 * struct phy_configure_opts_dp - DisplayPort PHY configuration set
31 * lane 0, used for the transmissions on main link.
33 * Allowed values: 1, 2, 4
41 * to be used by particular lanes. One value per lane.
42 * voltage[0] is for lane 0, voltage[1] is for lane 1, etc.
51 * Pre-emphasis levels, as specified by DisplayPort specification, to be
52 * used by particular lanes. One value per lane.
61 * Flag indicating, whether or not to enable spread-spectrum clocking.
64 u8 ssc : 1;
73 u8 set_rate : 1;
78 * Flag indicating, whether or not reconfigure lane count to
82 u8 set_lanes : 1;
88 * and pre-emphasis to requested values. Only lanes specified
92 u8 set_voltages : 1;