Home
last modified time | relevance | path

Searched refs:NUM_LANES (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/phy/xilinx/
H A Dphy-zynqmp.c141 #define NUM_LANES 4 macro
221 struct xpsgtr_phy phys[NUM_LANES];
222 const struct xpsgtr_ssc *refclk_sscs[NUM_LANES];
745 static const unsigned int icm_matrix[NUM_LANES][CONTROLLERS_PER_LANE] = {
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Dmax96755f.c27 dm_i2c_reg_clrset(priv->dev, 0x0331, NUM_LANES, in max96755f_mipi_dsi_rx_config()
28 FIELD_PREP(NUM_LANES, priv->num_lanes - 1)); in max96755f_mipi_dsi_rx_config()
/OK3568_Linux_fs/u-boot/include/
H A Dmax96755f.h120 #define NUM_LANES GENMASK(1, 0) macro
/OK3568_Linux_fs/kernel/include/linux/mfd/
H A Dmax96755f.h140 #define NUM_LANES GENMASK(1, 0) macro
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/
H A Dmaxim-max96755f.c213 regmap_update_bits(ser->regmap, 0x331, NUM_LANES, in max96755f_mipi_dsi_rx_config()
214 FIELD_PREP(NUM_LANES, ser->num_lanes - 1)); in max96755f_mipi_dsi_rx_config()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Dcdn-dp-link-training.c33 global_config = NUM_LANES(dp->link.num_lanes - 1) | SST_MODE | in cdn_dp_set_pattern()