Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
1904 u32 bps_pr_lane; in tc358743_probe_of() local
1974 bps_pr_lane = 2 * endpoint.link_frequencies[0]; in tc358743_probe_of()
1975 if (bps_pr_lane < 62500000U || bps_pr_lane > 1000000000U) { in tc358743_probe_of()
1976 dev_err(dev, "unsupported bps per lane: %u bps\n", bps_pr_lane); in tc358743_probe_of()
1982 state->pdata.pll_fbd = bps_pr_lane / in tc358743_probe_of()
1990 if (bps_pr_lane != 594000000U) in tc358743_probe_of()
1991 dev_warn(dev, "untested bps per lane: %u bps\n", bps_pr_lane); in tc358743_probe_of()
[all...]
/kernel/linux/linux-6.6/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()
[all...]

Completed in 6 milliseconds