Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/i2c/
H A Dtc358743.c674 u32 bps_pr_lane = (pdata->refclk_hz / pdata->pll_prd) * pdata->pll_fbd; in tc358743_num_csi_lanes_needed() local
676 return DIV_ROUND_UP(bps, bps_pr_lane); in tc358743_num_csi_lanes_needed()
1890 u32 bps_pr_lane; in tc358743_probe_of() local
1957 bps_pr_lane = 2 * endpoint.link_frequencies[0]; in tc358743_probe_of()
1958 if (bps_pr_lane < 62500000U || bps_pr_lane > 1000000000U) { in tc358743_probe_of()
1959 dev_err(dev, "unsupported bps per lane: %u bps\n", bps_pr_lane); in tc358743_probe_of()
1965 state->pdata.pll_fbd = bps_pr_lane / in tc358743_probe_of()
1973 if (bps_pr_lane != 594000000U) in tc358743_probe_of()
1974 dev_warn(dev, "untested bps per lane: %u bps\n", bps_pr_lane); in tc358743_probe_of()