Searched refs:uphy_rst (Results 1 – 4 of 4) sorted by relevance
218 reset_deassert(&tcphy->uphy_rst); in tcphy_phy_init()233 reset_assert(&tcphy->uphy_rst); in tcphy_phy_init()241 reset_assert(&tcphy->uphy_rst); in tcphy_phy_deinit()428 ret = reset_get_by_name(dev, "uphy", &tcphy->uphy_rst); in tcphy_parse_dt()454 reset_assert(&tcphy->uphy_rst); in typec_phy_pre_init()
128 __BITFIELD_FIELD(uint64_t uphy_rst:1,360 uctl_ctl.s.uphy_rst = 1; in dwc3_octeon_clocks_start()492 uctl_ctl.s.uphy_rst = 0; in dwc3_octeon_phy_reset()
32 struct reset_ctl uphy_rst; member
429 struct reset_control *uphy_rst; member1312 reset_control_deassert(tcphy->uphy_rst); in tcphy_phy_init()1328 reset_control_assert(tcphy->uphy_rst); in tcphy_phy_init()1339 reset_control_assert(tcphy->uphy_rst); in tcphy_phy_deinit()1673 tcphy->uphy_rst = devm_reset_control_get(dev, "uphy"); in tcphy_parse_dt()1674 if (IS_ERR(tcphy->uphy_rst)) { in tcphy_parse_dt()1676 return PTR_ERR(tcphy->uphy_rst); in tcphy_parse_dt()1709 reset_control_assert(tcphy->uphy_rst); in typec_phy_pre_init()