Searched refs:apbrst (Results 1 – 1 of 1) sorted by relevance
100 struct reset_control *crst, *hibrst, *apbrst; in dwc3_xlnx_init_zynqmp() local129 apbrst = devm_reset_control_get_exclusive(dev, "usb_apbrst"); in dwc3_xlnx_init_zynqmp()130 if (IS_ERR(apbrst)) { in dwc3_xlnx_init_zynqmp()131 ret = PTR_ERR(apbrst); in dwc3_xlnx_init_zynqmp()149 ret = reset_control_assert(apbrst); in dwc3_xlnx_init_zynqmp()161 ret = reset_control_deassert(apbrst); in dwc3_xlnx_init_zynqmp()
Completed in 5 milliseconds