Searched refs:phy_opts (Results 1 – 1 of 1) sorted by relevance
525 struct phy_configure_opts_mipi_dphy *phy_cfg = &output->phy_opts.mipi_dphy; in cdns_dsi_check_conf() 539 ret = phy_validate(dsi->dphy, PHY_MODE_MIPI_DPHY, 0, &output->phy_opts); in cdns_dsi_check_conf() 651 phy_configure(dsi->dphy, &output->phy_opts); in cdns_dsi_hs_init() 714 struct phy_configure_opts_mipi_dphy *phy_cfg = &output->phy_opts.mipi_dphy; in cdns_dsi_bridge_atomic_pre_enable() 922 union phy_configure_opts phy_opts = { 0 }; in cdns_dsi_round_pclk() local 929 &phy_opts.mipi_dphy); in cdns_dsi_round_pclk() 933 ret = phy_validate(dsi->dphy, PHY_MODE_MIPI_DPHY, 0, &phy_opts); in cdns_dsi_round_pclk() 937 return div_u64((u64)phy_opts.mipi_dphy.hs_clk_rate * nlanes, bitspp); in cdns_dsi_round_pclk()