Searched refs:ref_clk_rate (Results 1 – 4 of 4) sorted by relevance
31 u32 ref_clk_rate, usb2ctl, usb_pll_ndiv, usb_pll_pdiv; in bcm_ns_usb2_phy_init() local40 ref_clk_rate = clk_get_rate(usb2->ref_clk); in bcm_ns_usb2_phy_init()41 if (!ref_clk_rate) { in bcm_ns_usb2_phy_init()58 usb_pll_ndiv = (1920000000 * usb_pll_pdiv) / ref_clk_rate; in bcm_ns_usb2_phy_init()
129 void dm646x_init_time(unsigned long ref_clk_rate, unsigned long aux_clkin_rate);
650 void __init dm646x_init_time(unsigned long ref_clk_rate, in dm646x_init_time() argument657 clk_register_fixed_rate(NULL, "ref_clk", NULL, 0, ref_clk_rate); in dm646x_init_time()
266 unsigned long ref_clk_rate; member640 if (cdns_phy->ref_clk_rate == REF_CLK_19_2MHz) { in cdns_torrent_dp_configure_rate()645 } else if (cdns_phy->ref_clk_rate == REF_CLK_25MHz) { in cdns_torrent_dp_configure_rate()937 switch (cdns_phy->ref_clk_rate) { in cdns_torrent_dp_init()971 if (cdns_phy->ref_clk_rate == REF_CLK_19_2MHz) in cdns_torrent_dp_init()975 else if (cdns_phy->ref_clk_rate == REF_CLK_25MHz) in cdns_torrent_dp_init()1019 if (cdns_phy->ref_clk_rate == REF_CLK_19_2MHz) in cdns_torrent_dp_pma_cfg()1022 else if (cdns_phy->ref_clk_rate == REF_CLK_25MHz) in cdns_torrent_dp_pma_cfg()1474 if (cdns_phy->ref_clk_rate == REF_CLK_19_2MHz) in cdns_torrent_dp_pma_lane_cfg()1477 else if (cdns_phy->ref_clk_rate == REF_CLK_25MHz) in cdns_torrent_dp_pma_lane_cfg()[all …]