Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/phy/broadcom/
Dphy-bcm-ns-usb2.c31 u32 ref_clk_rate, usb2ctl, usb_pll_ndiv, usb_pll_pdiv; in bcm_ns_usb2_phy_init() local
40 ref_clk_rate = clk_get_rate(usb2->ref_clk); in bcm_ns_usb2_phy_init()
41 if (!ref_clk_rate) { in bcm_ns_usb2_phy_init()
58 usb_pll_ndiv = (1920000000 * usb_pll_pdiv) / ref_clk_rate; in bcm_ns_usb2_phy_init()
/Linux-v5.15/arch/arm/mach-davinci/
Ddavinci.h129 void dm646x_init_time(unsigned long ref_clk_rate, unsigned long aux_clkin_rate);
Ddm646x.c650 void __init dm646x_init_time(unsigned long ref_clk_rate, in dm646x_init_time() argument
657 clk_register_fixed_rate(NULL, "ref_clk", NULL, 0, ref_clk_rate); in dm646x_init_time()
/Linux-v5.15/drivers/phy/cadence/
Dphy-cadence-torrent.c318 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()
[all …]