Searched refs:dphy_opts (Results 1 – 1 of 1) sorted by relevance
155 struct phy_configure_opts_mipi_dphy *dphy_opts, in mixel_dphy_config_from_opts() argument165 if (dphy_opts->hs_clk_rate > DATA_RATE_MAX_SPEED || in mixel_dphy_config_from_opts()166 dphy_opts->hs_clk_rate < DATA_RATE_MIN_SPEED) in mixel_dphy_config_from_opts()169 numerator = dphy_opts->hs_clk_rate; in mixel_dphy_config_from_opts()175 dphy_opts->hs_clk_rate, ref_clk); in mixel_dphy_config_from_opts()201 dphy_opts->hs_clk_rate, ref_clk, in mixel_dphy_config_from_opts()207 dphy_opts->hs_clk_rate, ref_clk, numerator, denominator); in mixel_dphy_config_from_opts()211 do_div(tmp, dphy_opts->lp_clk_rate); /* ps */ in mixel_dphy_config_from_opts()217 dphy_opts->lp_clk_rate, lp_t); in mixel_dphy_config_from_opts()220 if (2 * dphy_opts->hs_prepare > 5 * lp_t) { in mixel_dphy_config_from_opts()[all …]