Home
last modified time | relevance | path

Searched refs:ref_clk1_rate (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/phy/cadence/
H A Dphy-cadence-torrent.c367 enum cdns_torrent_ref_clk ref_clk1_rate; member
2480 enum cdns_torrent_ref_clk ref_clk1 = cdns_phy->ref_clk1_rate; in cdns_torrent_phy_configure_multilink()
2829 unsigned long ref_clk1_rate; in cdns_torrent_clk() local
2872 ref_clk1_rate = clk_get_rate(cdns_phy->clk1); in cdns_torrent_clk()
2873 if (!ref_clk1_rate) { in cdns_torrent_clk()
2879 switch (ref_clk1_rate) { in cdns_torrent_clk()
2881 cdns_phy->ref_clk1_rate = CLK_19_2_MHZ; in cdns_torrent_clk()
2884 cdns_phy->ref_clk1_rate = CLK_25_MHZ; in cdns_torrent_clk()
2887 cdns_phy->ref_clk1_rate = CLK_100_MHZ; in cdns_torrent_clk()
2890 cdns_phy->ref_clk1_rate = CLK_156_25_MHZ; in cdns_torrent_clk()
[all …]