Searched refs:hibrst (Results 1 – 1 of 1) sorted by relevance
102 struct reset_control *crst, *hibrst, *apbrst; in dwc3_xlnx_init_zynqmp() local135 hibrst = devm_reset_control_get_exclusive(dev, "usb_hibrst"); in dwc3_xlnx_init_zynqmp()136 if (IS_ERR(hibrst)) { in dwc3_xlnx_init_zynqmp()137 ret = PTR_ERR(hibrst); in dwc3_xlnx_init_zynqmp()157 ret = reset_control_assert(hibrst); in dwc3_xlnx_init_zynqmp()193 ret = reset_control_deassert(hibrst); in dwc3_xlnx_init_zynqmp()