Lines Matching refs:ref_clk_rate
360 enum cdns_torrent_ref_clk ref_clk_rate; member
1314 if (cdns_phy->ref_clk_rate == CLK_19_2_MHZ) in cdns_torrent_dp_configure_rate()
1317 else if (cdns_phy->ref_clk_rate == CLK_25_MHZ) in cdns_torrent_dp_configure_rate()
1320 else if (cdns_phy->ref_clk_rate == CLK_100_MHZ) in cdns_torrent_dp_configure_rate()
1732 if (cdns_phy->ref_clk_rate == CLK_19_2_MHZ) in cdns_torrent_dp_common_init()
1736 else if (cdns_phy->ref_clk_rate == CLK_25_MHZ) in cdns_torrent_dp_common_init()
1740 else if (cdns_phy->ref_clk_rate == CLK_100_MHZ) in cdns_torrent_dp_common_init()
1777 switch (cdns_phy->ref_clk_rate) { in cdns_torrent_dp_init()
1801 if (cdns_phy->ref_clk_rate != CLK_100_MHZ) { in cdns_torrent_dp_multilink_init()
2313 enum cdns_torrent_ref_clk ref_clk = cdns_phy->ref_clk_rate; in cdns_torrent_phy_init()
2471 enum cdns_torrent_ref_clk ref_clk = cdns_phy->ref_clk_rate; in cdns_torrent_phy_configure_multilink()
2776 unsigned long ref_clk_rate; in cdns_torrent_clk() local
2785 ref_clk_rate = clk_get_rate(cdns_phy->clk); in cdns_torrent_clk()
2786 if (!ref_clk_rate) { in cdns_torrent_clk()
2792 switch (ref_clk_rate) { in cdns_torrent_clk()
2794 cdns_phy->ref_clk_rate = CLK_19_2_MHZ; in cdns_torrent_clk()
2797 cdns_phy->ref_clk_rate = CLK_25_MHZ; in cdns_torrent_clk()
2800 cdns_phy->ref_clk_rate = CLK_100_MHZ; in cdns_torrent_clk()
2803 cdns_phy->ref_clk_rate = CLK_156_25_MHZ; in cdns_torrent_clk()
2844 cdns_phy->ref_clk1_rate = cdns_phy->ref_clk_rate; in cdns_torrent_clk()