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.c366 enum cdns_torrent_ref_clk ref_clk1_rate; member
2476 enum cdns_torrent_ref_clk ref_clk1 = cdns_phy->ref_clk1_rate; in cdns_torrent_phy_configure_multilink()
2825 unsigned long ref_clk1_rate; in cdns_torrent_clk() local
2868 ref_clk1_rate = clk_get_rate(cdns_phy->clk1); in cdns_torrent_clk()
2869 if (!ref_clk1_rate) { in cdns_torrent_clk()
2875 switch (ref_clk1_rate) { in cdns_torrent_clk()
2877 cdns_phy->ref_clk1_rate = CLK_19_2_MHZ; in cdns_torrent_clk()
2880 cdns_phy->ref_clk1_rate = CLK_25_MHZ; in cdns_torrent_clk()
2883 cdns_phy->ref_clk1_rate = CLK_100_MHZ; in cdns_torrent_clk()
2886 cdns_phy->ref_clk1_rate = CLK_156_25_MHZ; in cdns_torrent_clk()
[all …]