Home
last modified time | relevance | path

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

/linux-6.15/drivers/phy/cadence/
H A Dphy-cadence-torrent.c361 enum cdns_torrent_ref_clk ref_clk1_rate; member
2470 enum cdns_torrent_ref_clk ref_clk1 = cdns_phy->ref_clk1_rate; in cdns_torrent_phy_configure_multilink()
2775 unsigned long ref_clk1_rate; in cdns_torrent_clk() local
2818 ref_clk1_rate = clk_get_rate(cdns_phy->clk1); in cdns_torrent_clk()
2819 if (!ref_clk1_rate) { in cdns_torrent_clk()
2825 switch (ref_clk1_rate) { in cdns_torrent_clk()
2827 cdns_phy->ref_clk1_rate = CLK_19_2_MHZ; in cdns_torrent_clk()
2830 cdns_phy->ref_clk1_rate = CLK_25_MHZ; in cdns_torrent_clk()
2833 cdns_phy->ref_clk1_rate = CLK_100_MHZ; in cdns_torrent_clk()
2836 cdns_phy->ref_clk1_rate = CLK_156_25_MHZ; in cdns_torrent_clk()
[all …]