Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/renesas/rcar-vin/
H A Drcar-csi2.c191 u16 msps; member
966 static int rcsi2_c_phy_setting_v4h(struct rcar_csi2 *priv, int msps) in rcsi2_c_phy_setting_v4h() argument
970 for (conf = cphy_setting_table_r8a779g0; conf->msps != 0; conf++) { in rcsi2_c_phy_setting_v4h()
971 if (conf->msps > msps) in rcsi2_c_phy_setting_v4h()
975 if (!conf->msps) { in rcsi2_c_phy_setting_v4h()
976 dev_err(priv->dev, "Unsupported PHY speed for msps setting (%u Msps)", msps); in rcsi2_c_phy_setting_v4h()
1056 int msps; in rcsi2_start_receiver_v4h() local
1068 msps = rcsi2_calc_mbps(priv, format->bpp, lanes); in rcsi2_start_receiver_v4h()
1069 if (msps < 0) in rcsi2_start_receiver_v4h()
1070 return msps; in rcsi2_start_receiver_v4h()
[all …]