Home
last modified time | relevance | path

Searched refs:dphy_opts (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/phy/freescale/
H A Dphy-fsl-imx8-mipi-dphy.c201 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()
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()
255 dphy_opts->hs_prepare, lp_t); in mixel_dphy_config_from_opts()
259 if (dphy_opts->hs_prepare < lp_t) { in mixel_dphy_config_from_opts()
262 tmp = 2 * (dphy_opts->hs_prepare - lp_t); in mixel_dphy_config_from_opts()
272 dphy_opts->clk_prepare, lp_t); in mixel_dphy_config_from_opts()
296 if (dphy_opts->hs_clk_rate < MBPS(80)) in mixel_dphy_config_from_opts()
[all …]
/openbmc/linux/drivers/media/platform/sunxi/sun6i-mipi-csi2/
H A Dsun6i_mipi_csi2.c174 union phy_configure_opts dphy_opts = { 0 }; in sun6i_mipi_csi2_s_stream() local
175 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()
/openbmc/linux/drivers/media/platform/sunxi/sun8i-a83t-mipi-csi2/
H A Dsun8i_a83t_mipi_csi2.c206 union phy_configure_opts dphy_opts = { 0 }; in sun8i_a83t_mipi_csi2_s_stream() local
207 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()