Searched refs:refclk_hz (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | tc358743.c | 552 u32 hsck = (pdata->refclk_hz / pdata->pll_prd) * pdata->pll_fbd; in tc358743_set_pll() 593 BUG_ON(!(pdata->refclk_hz == 26000000 || in tc358743_set_ref_clk() 594 pdata->refclk_hz == 27000000 || in tc358743_set_ref_clk() 595 pdata->refclk_hz == 42000000)); in tc358743_set_ref_clk() 597 sys_freq = pdata->refclk_hz / 10000; in tc358743_set_ref_clk() 602 (pdata->refclk_hz == 42000000) ? in tc358743_set_ref_clk() 605 fh_min = pdata->refclk_hz / 100000; in tc358743_set_ref_clk() 613 lockdet_ref = pdata->refclk_hz / 100; in tc358743_set_ref_clk() 619 (pdata->refclk_hz == 27000000) ? in tc358743_set_ref_clk() 674 u32 bps_pr_lane = (pdata->refclk_hz / pdat in tc358743_num_csi_lanes_needed() [all...] |
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | tc358743.c | 552 u32 hsck = (pdata->refclk_hz / pdata->pll_prd) * pdata->pll_fbd; in tc358743_set_pll() 593 BUG_ON(!(pdata->refclk_hz == 26000000 || in tc358743_set_ref_clk() 594 pdata->refclk_hz == 27000000 || in tc358743_set_ref_clk() 595 pdata->refclk_hz == 42000000)); in tc358743_set_ref_clk() 597 sys_freq = pdata->refclk_hz / 10000; in tc358743_set_ref_clk() 602 (pdata->refclk_hz == 42000000) ? in tc358743_set_ref_clk() 605 fh_min = pdata->refclk_hz / 100000; in tc358743_set_ref_clk() 613 lockdet_ref = pdata->refclk_hz / 100; in tc358743_set_ref_clk() 619 (pdata->refclk_hz == 27000000) ? in tc358743_set_ref_clk() 674 u32 bps_pr_lane = (pdata->refclk_hz / pdat in tc358743_num_csi_lanes_needed() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
H A D | init.c | 43 .refclk_hz = 26000000, 68 .refclk_hz = 26000000, 94 .refclk_hz = 26000000, 114 .refclk_hz = 40000000, 133 .refclk_hz = 40000000, 152 .refclk_hz = 0, 662 /* Configure target refclk_hz */ in ath6kl_configure_target() 663 if (ar->hw.refclk_hz != 0) { in ath6kl_configure_target() 665 ar->hw.refclk_hz); in ath6kl_configure_target() 1605 "refclk_hz in ath6kl_init_hw_params() [all...] |
H A D | core.h | 781 u32 refclk_hz; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/ |
H A D | init.c | 43 .refclk_hz = 26000000, 68 .refclk_hz = 26000000, 94 .refclk_hz = 26000000, 114 .refclk_hz = 40000000, 133 .refclk_hz = 40000000, 152 .refclk_hz = 0, 662 /* Configure target refclk_hz */ in ath6kl_configure_target() 663 if (ar->hw.refclk_hz != 0) { in ath6kl_configure_target() 665 ar->hw.refclk_hz); in ath6kl_configure_target() 1605 "refclk_hz in ath6kl_init_hw_params() [all...] |
H A D | core.h | 781 u32 refclk_hz; member
|
/kernel/linux/linux-5.10/include/media/i2c/ |
H A D | tc358743.h | 33 u32 refclk_hz; /* 26 MHz, 27 MHz or 42 MHz */ member 51 /* Bps pr lane is (refclk_hz / pll_prd) * pll_fbd */
|
/kernel/linux/linux-6.6/include/media/i2c/ |
H A D | tc358743.h | 33 u32 refclk_hz; /* 26 MHz, 27 MHz or 42 MHz */ member 51 /* Bps pr lane is (refclk_hz / pll_prd) * pll_fbd */
|
Completed in 16 milliseconds