Searched refs:msps (Results 1 – 1 of 1) sorted by relevance
205 u16 msps; member1212 static int rcsi2_c_phy_setting_v4h(struct rcar_csi2 *priv, int msps) in rcsi2_c_phy_setting_v4h() argument1216 for (conf = cphy_setting_table_r8a779g0; conf->msps != 0; conf++) { in rcsi2_c_phy_setting_v4h()1217 if (conf->msps > msps) in rcsi2_c_phy_setting_v4h()1221 if (!conf->msps) { in rcsi2_c_phy_setting_v4h()1222 dev_err(priv->dev, "Unsupported PHY speed for msps setting (%u Msps)", msps); in rcsi2_c_phy_setting_v4h()1310 int msps; in rcsi2_start_receiver_v4h() local1323 msps = rcsi2_calc_mbps(priv, format->bpp, lanes); in rcsi2_start_receiver_v4h()1324 if (msps < 0) in rcsi2_start_receiver_v4h()1325 return msps; in rcsi2_start_receiver_v4h()[all …]