Searched refs:dphy_opts (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/phy/freescale/ |
D | phy-fsl-imx8-mipi-dphy.c | 187 struct phy_configure_opts_mipi_dphy *dphy_opts, in mixel_dphy_config_from_opts() argument 197 if (dphy_opts->hs_clk_rate > DATA_RATE_MAX_SPEED || in mixel_dphy_config_from_opts() 198 dphy_opts->hs_clk_rate < DATA_RATE_MIN_SPEED) in mixel_dphy_config_from_opts() 201 numerator = dphy_opts->hs_clk_rate; in mixel_dphy_config_from_opts() 207 dphy_opts->hs_clk_rate, ref_clk); in mixel_dphy_config_from_opts() 233 dphy_opts->hs_clk_rate, ref_clk, in mixel_dphy_config_from_opts() 239 dphy_opts->hs_clk_rate, ref_clk, numerator, denominator); in mixel_dphy_config_from_opts() 243 do_div(tmp, dphy_opts->lp_clk_rate); /* ps */ in mixel_dphy_config_from_opts() 249 dphy_opts->lp_clk_rate, lp_t); in mixel_dphy_config_from_opts() 252 if (2 * dphy_opts->hs_prepare > 5 * lp_t) { in mixel_dphy_config_from_opts() [all …]
|
/Linux-v6.1/drivers/media/platform/sunxi/sun6i-mipi-csi2/ |
D | sun6i_mipi_csi2.c | 175 union phy_configure_opts dphy_opts = { 0 }; in sun6i_mipi_csi2_s_stream() local 176 struct phy_configure_opts_mipi_dphy *dphy_cfg = &dphy_opts.mipi_dphy; in sun6i_mipi_csi2_s_stream() 255 ret = phy_configure(dphy, &dphy_opts); in sun6i_mipi_csi2_s_stream()
|
/Linux-v6.1/drivers/media/platform/sunxi/sun8i-a83t-mipi-csi2/ |
D | sun8i_a83t_mipi_csi2.c | 207 union phy_configure_opts dphy_opts = { 0 }; in sun8i_a83t_mipi_csi2_s_stream() local 208 struct phy_configure_opts_mipi_dphy *dphy_cfg = &dphy_opts.mipi_dphy; in sun8i_a83t_mipi_csi2_s_stream() 287 ret = phy_configure(dphy, &dphy_opts); in sun8i_a83t_mipi_csi2_s_stream()
|