Searched refs:received_refclk (Results 1 – 1 of 1) sorted by relevance
1886 regmap_field_write(received_refclk->phy_pipe_cmn_ctrl1_0, 1); in cdns_torrent_received_refclk_enable()1895 regmap_field_write(received_refclk->phy_pipe_cmn_ctrl1_0, 0); in cdns_torrent_received_refclk_disable()1903 regmap_field_read(received_refclk->phy_pipe_cmn_ctrl1_0, &val); in cdns_torrent_received_refclk_is_enabled()1904 regmap_field_read(received_refclk->cmn_cdiag_refclk_ovrd_4, &cmn_val); in cdns_torrent_received_refclk_is_enabled()1917 struct cdns_torrent_received_refclk *received_refclk; in cdns_torrent_received_refclk_register() local1926 received_refclk = devm_kzalloc(dev, sizeof(*received_refclk), GFP_KERNEL); in cdns_torrent_received_refclk_register()1927 if (!received_refclk) in cdns_torrent_received_refclk_register()1939 init = &received_refclk->clk_data; in cdns_torrent_received_refclk_register()1950 received_refclk->phy_pipe_cmn_ctrl1_0 = cdns_phy->phy_pipe_cmn_ctrl1_0; in cdns_torrent_received_refclk_register()1953 received_refclk->hw.init = init; in cdns_torrent_received_refclk_register()[all …]