Searched refs:dsi_lanes (Results 1 – 2 of 2) sorted by relevance
146 int dsi_lanes; member273 dsi->lanes = ctx->dsi_lanes; in sn65dsi83_attach()364 ctx->dsi_lanes / 2, 40000U, 500000U), 5000U); in sn65dsi83_get_dsi_range()372 dsi_div /= ctx->dsi_lanes; in sn65dsi83_get_dsi_div()453 REG_DSI_LANE_CHA_DSI_LANES(~(ctx->dsi_lanes - 1)) | in sn65dsi83_atomic_enable()621 ctx->dsi_lanes = of_property_count_u32_elems(endpoint, "data-lanes"); in sn65dsi83_parse_dt()625 if (ctx->dsi_lanes < 0 || ctx->dsi_lanes > 4) in sn65dsi83_parse_dt()
149 u32 dsi_lanes; /* number of DSI Lanes */ member282 return (u32)div_u64((u64)pll_clk * priv->dsi_lanes, priv->pd_lines); in tc358768_pll_to_pclk()287 return (u32)div_u64((u64)pclk * priv->pd_lines, priv->dsi_lanes); in tc358768_pclk_to_pll()419 priv->dsi_lanes = dev->lanes; in tc358768_dsi_host_attach()795 ((u64)priv->dsiclk / 4) * priv->dsi_lanes, in tc358768_bridge_pre_enable()
Completed in 7 milliseconds