Home
last modified time | relevance | path

Searched refs:received_refclk (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/drivers/phy/cadence/
H A Dphy-cadence-torrent.c1881 struct cdns_torrent_received_refclk *received_refclk = to_cdns_torrent_received_refclk(hw); in cdns_torrent_received_refclk_enable() local
1883 regmap_field_write(received_refclk->phy_pipe_cmn_ctrl1_0, 1); in cdns_torrent_received_refclk_enable()
1890 struct cdns_torrent_received_refclk *received_refclk = to_cdns_torrent_received_refclk(hw); in cdns_torrent_received_refclk_disable() local
1892 regmap_field_write(received_refclk->phy_pipe_cmn_ctrl1_0, 0); in cdns_torrent_received_refclk_disable()
1897 struct cdns_torrent_received_refclk *received_refclk = to_cdns_torrent_received_refclk(hw); in cdns_torrent_received_refclk_is_enabled() local
1900 regmap_field_read(received_refclk->phy_pipe_cmn_ctrl1_0, &val); in cdns_torrent_received_refclk_is_enabled()
1901 regmap_field_read(received_refclk->cmn_cdiag_refclk_ovrd_4, &cmn_val); in cdns_torrent_received_refclk_is_enabled()
1914 struct cdns_torrent_received_refclk *received_refclk; in cdns_torrent_received_refclk_register() local
1923 received_refclk = devm_kzalloc(dev, sizeof(*received_refclk), GFP_KERNE in cdns_torrent_received_refclk_register()
[all...]

Completed in 5 milliseconds