Home
last modified time | relevance | path

Searched refs:pll_fbd (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/media/i2c/
H A Dtc358743.h51 /* Bps pr lane is (refclk_hz / pll_prd) * pll_fbd */
53 u16 pll_fbd; member
/kernel/linux/linux-6.6/include/media/i2c/
H A Dtc358743.h51 /* Bps pr lane is (refclk_hz / pll_prd) * pll_fbd */
53 u16 pll_fbd; member
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dtc358743.c551 SET_PLL_FBD(pdata->pll_fbd); in tc358743_set_pll()
552 u32 hsck = (pdata->refclk_hz / pdata->pll_prd) * pdata->pll_fbd; in tc358743_set_pll()
674 u32 bps_pr_lane = (pdata->refclk_hz / pdata->pll_prd) * pdata->pll_fbd; in tc358743_num_csi_lanes_needed()
1981 /* The CSI speed per lane is refclk / pll_prd * pll_fbd */ in tc358743_probe_of()
1982 state->pdata.pll_fbd = bps_pr_lane / in tc358743_probe_of()
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dtc358743.c551 SET_PLL_FBD(pdata->pll_fbd); in tc358743_set_pll()
552 u32 hsck = (pdata->refclk_hz / pdata->pll_prd) * pdata->pll_fbd; in tc358743_set_pll()
674 u32 bps_pr_lane = (pdata->refclk_hz / pdata->pll_prd) * pdata->pll_fbd; in tc358743_num_csi_lanes_needed()
1964 /* The CSI speed per lane is refclk / pll_prd * pll_fbd */ in tc358743_probe_of()
1965 state->pdata.pll_fbd = bps_pr_lane / in tc358743_probe_of()

Completed in 6 milliseconds