Lines Matching refs:WIZ_MAX_LANES
30 #define WIZ_MAX_LANES 4
74 static const struct reg_field p_enable[WIZ_MAX_LANES] = {
83 static const struct reg_field p_align[WIZ_MAX_LANES] = {
90 static const struct reg_field p_raw_auto_start[WIZ_MAX_LANES] = {
97 static const struct reg_field p_standard_mode[WIZ_MAX_LANES] = {
210 struct regmap_field *p_enable[WIZ_MAX_LANES];
211 struct regmap_field *p_align[WIZ_MAX_LANES];
212 struct regmap_field *p_raw_auto_start[WIZ_MAX_LANES];
213 struct regmap_field *p_standard_mode[WIZ_MAX_LANES];
226 u32 lane_phy_type[WIZ_MAX_LANES];
868 if (num_lanes > WIZ_MAX_LANES) {