Searched refs:ext_clk_freq_hz (Results 1 – 4 of 4) sorted by relevance
90 dev_dbg(dev, "ext_clk_freq_hz\t\t%u\n", pll->ext_clk_freq_hz); in print_pll()303 pll->ext_clk_freq_hz / pll_fr->pre_pll_clk_div; in __ccs_pll_calculate_vt_tree()387 pll->ext_clk_freq_hz * pll->vt_lanes); in ccs_pll_calculate_vt_tree()389 pre_div = pll->ext_clk_freq_hz * pll->vt_lanes / pre_div; in ccs_pll_calculate_vt_tree()394 DIV_ROUND_UP(pll->ext_clk_freq_hz, in ccs_pll_calculate_vt_tree()398 pll->ext_clk_freq_hz / in ccs_pll_calculate_vt_tree()620 / (pll->ext_clk_freq_hz / in ccs_pll_calculate_op()637 pll->ext_clk_freq_hz / in ccs_pll_calculate_op()672 op_pll_fr->pll_ip_clk_freq_hz = pll->ext_clk_freq_hz in ccs_pll_calculate_op()747 !pll->ext_clk_freq_hz || !pll->link_freq || !pll->scale_m || in ccs_pll_calculate()[all …]
114 u32 ext_clk_freq_hz; member
292 const unsigned int ext_clk_freq_hz = 19200000; in ov2722_get_intg_factor() local328 pix_clk_freq_hz = ext_clk_freq_hz / pre_pll_clk_div * pll_multiplier in ov2722_get_intg_factor()
3578 sensor->pll.ext_clk_freq_hz = sensor->hwcfg.ext_clk; in ccs_probe()