Searched refs:bps_pr_lane (Results 1 – 1 of 1) sorted by relevance
678 u32 bps_pr_lane = (pdata->refclk_hz / pdata->pll_prd) * pdata->pll_fbd; in tc358743_num_csi_lanes_needed() local680 return DIV_ROUND_UP(bps, bps_pr_lane); in tc358743_num_csi_lanes_needed()1698 u32 bps_pr_lane; in tc358743_probe_of() local1757 bps_pr_lane = 2 * endpoint->link_frequencies[0]; in tc358743_probe_of()1758 if (bps_pr_lane < 62500000U || bps_pr_lane > 1000000000U) { in tc358743_probe_of()1759 dev_err(dev, "unsupported bps per lane: %u bps\n", bps_pr_lane); in tc358743_probe_of()1764 state->pdata.pll_fbd = bps_pr_lane / in tc358743_probe_of()1772 if (bps_pr_lane != 594000000U) in tc358743_probe_of()1773 dev_warn(dev, "untested bps per lane: %u bps\n", bps_pr_lane); in tc358743_probe_of()