Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/i2c/
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()
1899 u32 bps_pr_lane; in tc358743_probe_of() local
1966 bps_pr_lane = 2 * endpoint.link_frequencies[0]; in tc358743_probe_of()
1967 if (bps_pr_lane < 62500000U || bps_pr_lane > 1000000000U) { in tc358743_probe_of()
1968 dev_err(dev, "unsupported bps per lane: %u bps\n", bps_pr_lane); in tc358743_probe_of()
1974 state->pdata.pll_fbd = bps_pr_lane / in tc358743_probe_of()
1982 if (bps_pr_lane != 594000000U) in tc358743_probe_of()
1983 dev_warn(dev, "untested bps per lane: %u bps\n", bps_pr_lane); in tc358743_probe_of()