Lines Matching refs:ref_clk_rate
358 enum cdns_torrent_ref_clk ref_clk_rate; member
1307 if (cdns_phy->ref_clk_rate == CLK_19_2_MHZ) in cdns_torrent_dp_configure_rate()
1310 else if (cdns_phy->ref_clk_rate == CLK_25_MHZ) in cdns_torrent_dp_configure_rate()
1313 else if (cdns_phy->ref_clk_rate == CLK_100_MHZ) in cdns_torrent_dp_configure_rate()
1716 if (cdns_phy->ref_clk_rate == CLK_19_2_MHZ) in cdns_torrent_dp_common_init()
1720 else if (cdns_phy->ref_clk_rate == CLK_25_MHZ) in cdns_torrent_dp_common_init()
1724 else if (cdns_phy->ref_clk_rate == CLK_100_MHZ) in cdns_torrent_dp_common_init()
1761 switch (cdns_phy->ref_clk_rate) { in cdns_torrent_dp_init()
1785 if (cdns_phy->ref_clk_rate != CLK_100_MHZ) { in cdns_torrent_dp_multilink_init()
2296 enum cdns_torrent_ref_clk ref_clk = cdns_phy->ref_clk_rate; in cdns_torrent_phy_init()
2463 enum cdns_torrent_ref_clk ref_clk = cdns_phy->ref_clk_rate; in cdns_torrent_phy_configure_multilink()
2687 unsigned long ref_clk_rate; in cdns_torrent_clk() local
2702 ref_clk_rate = clk_get_rate(cdns_phy->clk); in cdns_torrent_clk()
2703 if (!ref_clk_rate) { in cdns_torrent_clk()
2709 switch (ref_clk_rate) { in cdns_torrent_clk()
2711 cdns_phy->ref_clk_rate = CLK_19_2_MHZ; in cdns_torrent_clk()
2714 cdns_phy->ref_clk_rate = CLK_25_MHZ; in cdns_torrent_clk()
2717 cdns_phy->ref_clk_rate = CLK_100_MHZ; in cdns_torrent_clk()
2720 cdns_phy->ref_clk_rate = CLK_156_25_MHZ; in cdns_torrent_clk()