Searched refs:cdns_phy (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/phy/cadence/ |
| H A D | phy-cadence-torrent.c | 1303 if ((cdns_phy->dp_pll & DP_PLL1) && cdns_phy->nsubnodes != 1) { in cdns_torrent_dp_configure_rate() 1347 if ((cdns_phy->dp_pll & DP_PLL1) && cdns_phy->nsubnodes != 1) in cdns_torrent_dp_configure_rate() 1745 cdns_torrent_dp_pma_cmn_rate(cdns_phy, inst, cdns_phy->max_bit_rate, in cdns_torrent_dp_common_init() 2759 cdns_phy->clk = devm_clk_get(cdns_phy->dev, "refclk"); in cdns_torrent_of_get_clk() 2761 return dev_err_probe(cdns_phy->dev, PTR_ERR(cdns_phy->clk), in cdns_torrent_of_get_clk() 2767 return dev_err_probe(cdns_phy->dev, PTR_ERR(cdns_phy->clk1), in cdns_torrent_of_get_clk() 2844 cdns_phy->ref_clk1_rate = cdns_phy->ref_clk_rate; in cdns_torrent_clk() 2873 cdns_phy = devm_kzalloc(dev, sizeof(*cdns_phy), GFP_KERNEL); in cdns_torrent_phy_probe() 2874 if (!cdns_phy) in cdns_torrent_phy_probe() 3065 cdns_phy->protocol_bitmask |= BIT(cdns_phy->phys[node].phy_type); in cdns_torrent_phy_probe() [all …]
|