Lines Matching refs:ref_clk_rate
318 enum cdns_torrent_ref_clk ref_clk_rate; member
1183 if (cdns_phy->ref_clk_rate == CLK_19_2_MHZ) in cdns_torrent_dp_configure_rate()
1186 else if (cdns_phy->ref_clk_rate == CLK_25_MHZ) in cdns_torrent_dp_configure_rate()
1189 else if (cdns_phy->ref_clk_rate == CLK_100_MHZ) in cdns_torrent_dp_configure_rate()
1558 if (cdns_phy->ref_clk_rate == CLK_19_2_MHZ) in cdns_torrent_dp_common_init()
1562 else if (cdns_phy->ref_clk_rate == CLK_25_MHZ) in cdns_torrent_dp_common_init()
1566 else if (cdns_phy->ref_clk_rate == CLK_100_MHZ) in cdns_torrent_dp_common_init()
1600 switch (cdns_phy->ref_clk_rate) { in cdns_torrent_dp_init()
1913 enum cdns_torrent_ref_clk ref_clk = cdns_phy->ref_clk_rate; in cdns_torrent_phy_init()
2044 enum cdns_torrent_ref_clk ref_clk = cdns_phy->ref_clk_rate; in cdns_torrent_phy_configure_multilink()
2235 unsigned long ref_clk_rate; in cdns_torrent_clk() local
2250 ref_clk_rate = clk_get_rate(cdns_phy->clk); in cdns_torrent_clk()
2251 if (!ref_clk_rate) { in cdns_torrent_clk()
2257 switch (ref_clk_rate) { in cdns_torrent_clk()
2259 cdns_phy->ref_clk_rate = CLK_19_2_MHZ; in cdns_torrent_clk()
2262 cdns_phy->ref_clk_rate = CLK_25_MHZ; in cdns_torrent_clk()
2265 cdns_phy->ref_clk_rate = CLK_100_MHZ; in cdns_torrent_clk()