Home
last modified time | relevance | path

Searched refs:apb_rst (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/phy/cadence/
H A Dphy-cadence-sierra.c390 struct reset_control *apb_rst; member
1244 sp->apb_rst = rst; in cdns_sierra_phy_get_resets()
1433 reset_control_deassert(sp->apb_rst); in cdns_sierra_phy_probe()
1517 reset_control_assert(sp->apb_rst); in cdns_sierra_phy_probe()
1531 reset_control_assert(phy->apb_rst); in cdns_sierra_phy_remove()
H A Dphy-cadence-torrent.c361 struct reset_control *apb_rst; member
2796 cdns_phy->apb_rst = devm_reset_control_get_optional_exclusive(dev, "torrent_apb"); in cdns_torrent_of_get_reset()
2797 if (IS_ERR(cdns_phy->apb_rst)) { in cdns_torrent_of_get_reset()
2800 return PTR_ERR(cdns_phy->apb_rst); in cdns_torrent_of_get_reset()
2970 reset_control_deassert(cdns_phy->apb_rst); in cdns_torrent_phy_probe()
3158 reset_control_assert(cdns_phy->apb_rst); in cdns_torrent_phy_probe()
3172 reset_control_assert(cdns_phy->apb_rst); in cdns_torrent_phy_remove()
3335 reset_control_assert(cdns_phy->apb_rst); in cdns_torrent_phy_suspend_noirq()
3360 reset_control_deassert(cdns_phy->apb_rst); in cdns_torrent_phy_resume_noirq()
3373 reset_control_assert(cdns_phy->apb_rst); in cdns_torrent_phy_resume_noirq()