Lines Matching defs:received_refclk
1881 struct cdns_torrent_received_refclk *received_refclk = to_cdns_torrent_received_refclk(hw);
1883 regmap_field_write(received_refclk->phy_pipe_cmn_ctrl1_0, 1);
1890 struct cdns_torrent_received_refclk *received_refclk = to_cdns_torrent_received_refclk(hw);
1892 regmap_field_write(received_refclk->phy_pipe_cmn_ctrl1_0, 0);
1897 struct cdns_torrent_received_refclk *received_refclk = to_cdns_torrent_received_refclk(hw);
1900 regmap_field_read(received_refclk->phy_pipe_cmn_ctrl1_0, &val);
1901 regmap_field_read(received_refclk->cmn_cdiag_refclk_ovrd_4, &cmn_val);
1914 struct cdns_torrent_received_refclk *received_refclk;
1923 received_refclk = devm_kzalloc(dev, sizeof(*received_refclk), GFP_KERNEL);
1924 if (!received_refclk)
1932 dev_err(dev, "No parent clock for received_refclk\n");
1936 init = &received_refclk->clk_data;
1947 received_refclk->phy_pipe_cmn_ctrl1_0 = cdns_phy->phy_pipe_cmn_ctrl1_0;
1948 received_refclk->cmn_cdiag_refclk_ovrd_4 = cdns_phy->cmn_cdiag_refclk_ovrd_4;
1950 received_refclk->hw.init = init;
1952 hw = &received_refclk->hw;